# 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 = "tdn" version = "0.10.6" authors = ["Dev "] description = "Trusted Distributed Network. (Also a framework for building blockchain/web3 applications)." readme = "README.md" keywords = [ "distributed", "blockchain", "framework", "web3", "network", ] license = "MIT/Apache-2.0" repository = "https://github.com/cympletech/TDN" resolver = "1" [dependencies.blake3] version = "1.3" [dependencies.chamomile] version = "0.10" [dependencies.futures-util] version = "0.3" features = [ "sink", "std", ] default-features = false [dependencies.httparse] version = "1.6" [dependencies.mime] version = "0.3" [dependencies.rand_chacha] version = "0.3" [dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] default-features = false [dependencies.tdn_types] version = "0.10" default-features = false [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.21" [dependencies.toml] version = "0.8" [dependencies.tracing] version = "0.1" [dev-dependencies] [features] default = ["std"] full = ["tdn_types/full"] multiple = ["tdn_types/multiple"] single = ["tdn_types/single"] std = ["tdn_types/std"]