# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tdn_storage" version = "0.1.0" authors = ["CypherLink "] description = "A pluggable library for TDN, include local file, local db, distributed db, decentralized db." keywords = ["storage", "database", "distributed", "decentralized"] license = "MIT/Apache-2.0" repository = "https://github.com/cypherlink/tdn_storage" [dependencies.async-fs] version = "1.3" [dependencies.postcard] version = "0.5" features = ["alloc"] default-features = false [dependencies.serde] version = "1.0" default-features = false [dependencies.sled] version = "0.34" optional = true [dependencies.tdn_types] version = "0.2" [dev-dependencies.smol] version = "1" [features] decentralized = [] default = ["local"] distributed = [] local = ["sled"]