# 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 = "indexed_json" version = "0.3.1" authors = ["Eric Stokes "] description = "Index json files like a database" homepage = "https://github.com/estokes/indexed-json" documentation = "https://docs.rs/indexed-json" readme = "README.md" keywords = ["database"] categories = ["data-structures"] license = "MIT" repository = "https://github.com/estokes/indexed-json" [profile.dev] opt-level = "s" lto = "thin" debug = 1 [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 [dependencies.anyhow] version = "1.0.72" [dependencies.bytes] version = "1.4.0" [dependencies.chrono] version = "0.4.26" [dependencies.combine] version = "4.6.6" [dependencies.compact_str] version = "0.7.1" [dependencies.futures] version = "0.3.28" [dependencies.fxhash] version = "0.2.1" [dependencies.immutable-chunkmap] version = "2.0.0" [dependencies.log] version = "0.4.19" [dependencies.netidx-core] version = "0.22.18" [dependencies.netidx-derive] version = "0.22.0" [dependencies.serde] version = "1.0.175" [dependencies.serde_json] version = "1.0.103" [dependencies.sled] version = "0.34.7" [dependencies.smallvec] version = "1.11.0" [dependencies.tokio] version = "1.29.1" features = [ "rt", "fs", "io-util", "macros", ] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_derive] version = "1"