# 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 = "edma" version = "0.1.0-beta.5" publish = true description = "EDMA: Embedded Database Management for All" homepage = "https://github.com/nomadiz/edma" documentation = "https://nomadiz.github.io/edma/" readme = "CARGO.md" keywords = [ "database", "embedded-database", "tui", "database-management", "kv-store", ] categories = [ "command-line-utilities", "embedded", "command-line-interface", ] license = "MIT" repository = "https://github.com/nomadiz/edma" resolver = "1" [dependencies.anyhow] version = "1.0.66" [dependencies.crossterm] version = "0.19" [dependencies.edma_storage] version = "0.0.2" [dependencies.path-absolutize] version = "3.0.14" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dependencies.structopt] version = "0.3.26" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.11.0" features = ["full"] [dependencies.tui] version = "0.19" features = ["crossterm"] default-features = false [dependencies.tui-textarea] version = "0.2.0" [dependencies.unicode-width] version = "0.1.10" [dependencies.uuid] version = "1.2.2"