# 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 = "baildon-store" version = "0.1.2" authors = ["garypen "] description = "B+Tree CLI" homepage = "https://github.com/garypen/baildon" documentation = "https://github.com/garypen/baildon#readme" readme = "README.md" keywords = [ "key-value-store", "kv-store", "key-value", "btree", "async", ] categories = [ "asynchronous", "data-structures", ] license = "Apache-2.0" repository = "https://github.com/garypen/baildon" [dependencies.anyhow] version = "1.0.75" [dependencies.baildon] version = "0.1.2" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.rustyline] version = "12.0.0" [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-appender] version = "0.2.2" [dependencies.tracing-subscriber] version = "0.3.17" features = [ "env-filter", "json", ]