# 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 = "2018" name = "atedb" version = "1.8.0" authors = ["Johnathan Sharratt "] description = "Distributed datachain (database) built on an immutable data store with strong encryption and authentication" readme = "README.md" keywords = [ "immutable", "database", "server", "async", ] categories = [ "database", "cryptography", "database-implementations", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/john-sharratt/ate/atedb" [dependencies.array-init] version = "^1" [dependencies.ascii_tree] version = "0.1.1" [dependencies.async-trait] version = "^0.1" [dependencies.ate] version = "^1.2" default_features = false [dependencies.ate-auth] version = "^1.9" default_features = false [dependencies.bytes] version = "^1" [dependencies.cached] version = "^0.23" [dependencies.clap] version = "^3.0.0-rc.7" features = ["derive"] [dependencies.colored] version = "^2" [dependencies.ctrlc-async] version = "^3" [dependencies.enum_dispatch] version = "^0.3" [dependencies.error-chain] version = "^0.12" default_features = false [dependencies.fastrand] version = "^1" [dependencies.futures] version = "^0.3" [dependencies.futures-util] version = "^0.3" [dependencies.fxhash] version = "^0.2" [dependencies.libc] version = "^0.2" optional = true [dependencies.pbr] version = "^1" [dependencies.regex] version = "^1" [dependencies.rpassword-wasi] version = "^5" [dependencies.seqlock] version = "^0.1" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.shellexpand] version = "^2" [dependencies.tokio] version = "^1" features = [ "full", "signal", "process", ] [dependencies.tracing] version = "^0.1" features = [ "log", "release_max_level_info", ] [dependencies.tracing-futures] version = "^0.2" [dependencies.tracing-subscriber] version = "^0.2" [dependencies.url] version = "^2" [features] client = [ "ate/client", "ate-auth/client", "libc", ] client_web = [ "ate/client_web", "ate-auth/client_web", ] default = [ "client", "server", ] server = [ "ate/server", "ate-auth/server", "ate/enable_mt", "libc", ]