# 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 = "quick-kv" version = "1.0.0" authors = ["ThatGuyJamal "] include = [ "Cargo.toml", "LICENSE", "README.md", "src/", "examples/", "bin/", ] publish = true description = "A reliable key-value storage for modern software" documentation = "https://docs.rs/quick-kv" readme = "./README.md" categories = [ "database", "caching", ] license = "MIT" repository = "https://github.com/ThatGuyJamal/quick-kv" resolver = "2" [profile.dev] opt-level = 1 panic = "abort" [profile.dev.package."*"] opt-level = 2 [profile.release] panic = "abort" [[bin]] name = "cli" path = "./bin/cli.rs" [[example]] name = "memory" path = "./examples/memory.rs" [[example]] name = "guessing_game" path = "./examples/guessing_game.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.bincode] version = "1.3.3" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.log] version = "0.4.20" [dependencies.rayon] version = "1.8.0" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.simple_logger] version = "4.2.0" features = ["colored"] [dependencies.time] version = "^0.3.29" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tempfile] version = "3.8.0"