# 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 = "dwn-server" version = "0.0.10" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Decentralized Web Node HTTP server." readme = "README.md" keywords = [ "did", "dwn", ] license = "MIT OR Apache-2.0" repository = "https://github.com/unavi-xyz/dwn" [lib] name = "dwn_server" path = "src/lib.rs" [[test]] name = "schema" path = "tests/schema.rs" [[test]] name = "send" path = "tests/send.rs" [[test]] name = "sync" path = "tests/sync.rs" [dependencies.axum] version = "0.7.2" [dependencies.dwn] version = "0.0.10" default-features = false [dependencies.tracing] version = "0.1.40" [dev-dependencies.didkit] version = "0.6.0" features = ["ed25519"] default-features = false [dev-dependencies.port_scanner] version = "0.1.5" [dev-dependencies.serde_json] version = "1.0.116" [dev-dependencies.surrealdb] version = "2.0.2" default-features = false [dev-dependencies.tokio] version = "1.40.0" [dev-dependencies.tracing-test] version = "0.2.4" [features] default = ["surrealdb"] s3 = ["dwn/s3"] surrealdb = ["dwn/surrealdb"]