You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[package]
|
|
|
|
name = "url_parser"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
axum = { version = "0.8.1", features = ["macros"] }
|
|
|
|
dotenv = "0.15.0"
|
|
|
|
env_logger = "0.11.6"
|
|
|
|
envy = "0.4.2"
|
|
|
|
futures = "0.3.31"
|
|
|
|
log = "0.4.25"
|
|
|
|
reqwest = "0.12.12"
|
|
|
|
serde = { version = "1.0.217", features = ["derive"] }
|
|
|
|
thiserror = "2.0.11"
|
|
|
|
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
|
|
|
|
url = "2.5.4"
|