# 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 = "sledtool" version = "0.1.2" authors = ["Vitaly _Vi Shukela "] description = "Command-line tool to query, modify, import and export Sled key-value databases." keywords = ["sled", "cli"] categories = ["database", "command-line-utilities"] license = "MIT" repository = "https://github.com/vi/sledtool" [dependencies.anyhow] version = "1.0.37" [dependencies.argh] version = "0.1.4" [dependencies.hex] version = "0.4.2" [dependencies.serde] version = "1.0.118" [dependencies.serde_json] version = "1.0.61" [dependencies.sled] version = "0.34.6" features = [] [features] compression = ["sled/compression"] default = ["compression"]