# 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 = "hoardbase" version = "0.1.0-alpha" description = "Hoardbase is a single-file embedded database based on sqlite with an API identical to that of mongodb." license = "MIT OR Apache-2.0" resolver = "2" [lib] path = "src/lib.rs" [[bin]] name = "hoardmin" path = "src/hoardmin.rs" [dependencies.bson] version = "2.0.1" features = ["chrono-0_4"] [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.34.0" [dependencies.cursive] version = "0.16.3" [dependencies.cursive_table_view] version = "0.13.3" [dependencies.cursive_tree_view] version = "0.7" [dependencies.fallible-streaming-iterator] version = "0.1.9" [dependencies.hex] version = "0.4.3" [dependencies.rusqlite] version = "0.26.1" features = ["blob", "chrono", "serde_json", "time", "url", "functions", "backup", "trace", "bundled"] [dependencies.serde_json] version = "1.0.72" [dependencies.sha-1] version = "0.10.0" [dependencies.slugify] version = "0.1.0"