# 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 = "humus" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A composting database. This is a small experiment in deliberate data decaay: A simple in-memory database that slowly forgets the things that you don't revisit." readme = "README.md" keywords = [ "database", "permacomputing", "compost", "decay", "experimental", ] categories = [ "database-implementations", "games", ] license = "AGPL-3.0" repository = "https://github.com/timcowlishaw/humus" [[bin]] name = "humus" path = "src/main.rs" [dependencies.basic_trie] version = "2.0" [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.12" [dependencies.pretty_env_logger] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.38" features = [ "macros", "rt-multi-thread", ] [dependencies.uuid] version = "1.10.0" features = [ "v4", "fast-rng", ] [dependencies.warp] version = "0.3"