# 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 = "airomem" version = "0.7.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple persistence library inspired by Prevayler and @jarekratajski" readme = "README.md" categories = ["database-implementations"] license = "MIT" repository = "https://github.com/makindotcc/airomem-rs" [lib] name = "airomem" path = "src/lib.rs" [[test]] name = "store_test" path = "tests/store_test.rs" [dependencies.futures] version = "0.3" features = ["executor"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "fs", "io-util", "sync", "time", "rt", ] [dev-dependencies.tempfile] version = "3.13" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ]