# 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 = "netidx-container" version = "0.26.0" authors = ["Eric Stokes "] description = "netidx embeddable database" homepage = "https://netidx.github.io/netidx-book/" documentation = "https://docs.rs/netidx-container" readme = "README.md" keywords = [ "networking", "distributed", "kerberos", "database", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/estokes/netidx" [dependencies.anyhow] version = "1" [dependencies.arcstr] version = "1" features = ["serde"] [dependencies.base64] version = "0.21" [dependencies.bytes] version = "1" features = ["serde"] [dependencies.chrono] version = "^0.4.24" features = ["serde"] [dependencies.dirs] version = "5" [dependencies.futures] version = "0.3" [dependencies.fxhash] version = "0.2" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.netidx] version = "0.26.0" default_features = false [dependencies.netidx-bscript] version = "0.26.0" default_features = false [dependencies.netidx-core] version = "0.26.0" [dependencies.netidx-protocols] version = "0.26.0" default_features = false [dependencies.parking_lot] version = "0.12.1" [dependencies.rayon] version = "1" [dependencies.serde] version = "1" features = ["rc"] [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.sled] version = "0.34" [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "net", "time", "io-util", "fs", "sync", "process", "macros", "signal", "io-std", ] [dependencies.uuid] version = "1" features = [ "v4", "serde", ] [features] default = [] krb5_iov = ["netidx/krb5_iov"]