# 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 = "nodb" version = "0.2.2" authors = ["Rhelvetican "] description = "A lightweight and simple key-value store written in Rust." homepage = "https://github.com/Rhelvetican/nodb" readme = "README.md" keywords = [ "database", "key-value-store", "db", "kv", "nosql", ] categories = [ "database-implementations", "data-structures", ] license = "MIT" repository = "https://github.com/Rhelvetican/nodb" [[example]] name = "simple_db" path = "examples/simple_db/src/main.rs" [[example]] name = "load_db" path = "examples/load_db/src/main.rs" [[example]] name = "bson" path = "examples/bson/src/main.rs" [dependencies.anyhow] version = "1" [dependencies.base64] version = "0" [dependencies.bincode] version = "1" [dependencies.bitcode] version = "0" features = ["serde"] [dependencies.bson] version = "2" [dependencies.pot] version = "3" [dependencies.ron] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_cbor] version = "0.11" [dependencies.serde_json] version = "1" features = ["preserve_order"] [dependencies.toml] version = "0.8" [dev-dependencies.rand] version = "0.8" [features]