# 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 = "2018" name = "sledcli" version = "0.0.2" authors = ["Alex Auvolat "] description = "A simple CLI tool to interact with Sled databases" license = "GPL-3.0" repository = "https://git.deuxfleurs.fr/lx/sledcli" [dependencies.anyhow] version = "1.0" [dependencies.hexdump] version = "0.1" [dependencies.humansize] version = "1.1" [dependencies.rustyline] version = "9.0" [dependencies.sled] version = "0.34.7" [dependencies.structopt] version = "0.3" default-features = false [dependencies.utf-8] version = "0.7"