# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "goxidize" version = "0.1.1" description = "A link shortener" homepage = "https://github.com/caizixian/goxidize" documentation = "https://docs.rs/goxidize" readme = "README.md" categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/caizixian/goxidize" resolver = "2" [lib] path = "src/lib.rs" [[bin]] name = "goxidize" path = "src/main.rs" [dependencies.actix-files] version = "0.6" [dependencies.actix-web] version = "4.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.config] version = "0.12" features = ["yaml"] default-features = false [dependencies.lazy_static] version = "1.4" [dependencies.opentelemetry] version = "0.17" features = ["rt-tokio-current-thread"] [dependencies.opentelemetry-otlp] version = "0.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sqlx] version = "0.5" features = ["runtime-actix-rustls", "postgres", "uuid", "chrono", "offline"] [dependencies.tokio] version = "1.17" features = ["macros", "sync", "rt"] [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.tracing-actix-web] version = "0.5" features = ["opentelemetry_0_17"] [dependencies.tracing-futures] version = "0.2" [dependencies.tracing-log] version = "0.1" [dependencies.tracing-opentelemetry] version = "0.17" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.uuid] version = "0.8" features = ["v4", "serde"] [dev-dependencies.reqwest] version = "0.11" features = ["json"]