# 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 = "grebedb-tool" version = "1.0.0" authors = ["Christopher Foo "] description = "Command line tool for operating on GrebeDB databases" keywords = ["database", "key-value-store"] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/chfoo/grebedb/" [dependencies.anyhow] version = "1.0" [dependencies.bson] version = "1.2" [dependencies.clap] version = "2.33" [dependencies.crc32c] version = "0.6" [dependencies.data-encoding] version = "2.3" [dependencies.grebedb] version = "1.0" default-features = false [dependencies.percent-encoding] version = "2.1" [dependencies.rmpv] version = "0.4" [dependencies.rustyline] version = "8.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shell-words] version = "1.0" [dependencies.zstd] version = "0.8" optional = true [features] compression = ["grebedb/compression", "zstd"] default = ["compression", "file_locking", "system"] file_locking = ["grebedb/file_locking"] system = ["grebedb/system"]