# 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.70.0" name = "dxr_server" version = "0.6.3" authors = ["Fabio Valentini "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Declarative XML-RPC (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" [package.metadata.docs.rs] all-features = true [lib] name = "dxr_server" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.53" [dependencies.axum] version = "0.6" optional = true [dependencies.dxr] version = "0.6.3" [dependencies.http] version = "0.2.6" [dependencies.hyper] version = "0.14" optional = true [dependencies.thiserror] version = "1" optional = true [dependencies.tokio] version = "1.14" features = ["sync"] optional = true [features] axum = [ "dep:axum", "dep:hyper", "dep:thiserror", "dep:tokio", ] default = [] multicall = ["dxr/multicall"]