# 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 = "pixy-server" version = "0.2.2" authors = ["Natalia Maximo "] description = "A web server implementation of the Pixy service" readme = "README.md" license = "MIT" repository = "https://github.com/cryptaliagy/pixy" [dependencies.axum] version = "0.7.5" [dependencies.config] version = "0.14.0" default-features = false [dependencies.pixy-core] version = "0.2.2" [dependencies.serde] version = "1.0.199" features = ["derive"] [dependencies.tokio] version = "1.37.0" features = [ "rt", "rt-multi-thread", "net", "tracing", "macros", ] default-features = false [dependencies.tracing] version = "0.1.40" features = ["async-await"] [dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.async-trait] version = "0.1.80" [dev-dependencies.hyper] version = "1.3" features = ["full"] [dev-dependencies.serde_json] version = "1.0.116" [dev-dependencies.tower] version = "0.4" features = ["util"]