# 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" rust-version = "1.63.0" name = "dxr_server_axum" version = "0.5.5" authors = ["Fabio Valentini "] description = "Declarative XML-RPC (axum server implementation)" readme = "README.md" keywords = [ "XML-RPC", "server", ] categories = [ "network-programming", "web-programming::http-client", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ironthree/dxr" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.anyhow] version = "1.0.53" [dependencies.axum] version = "0.5.4" [dependencies.dxr_server] version = "0.5.5" [dependencies.dxr_shared] version = "0.5.5" [dependencies.tokio] version = "1.14" features = ["sync"] [dev-dependencies.tokio] version = "1.14" features = [ "macros", "rt-multi-thread", "time", ] [features] i8 = [ "dxr_shared/i8", "dxr_server/i8", ] nil = [ "dxr_shared/nil", "dxr_server/nil", ] [badges.maintenance] status = "deprecated"