# 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 = "2018" name = "szafka" version = "0.3.1" authors = ["gbaranski "] description = "Persistent data store in Rust." homepage = "https://github.com/gbaranski/szafka/" readme = "README.md" keywords = ["filesystem", "cache", "store", "persistent"] categories = ["filesystem"] license = "MIT" repository = "https://github.com/gbaranski/szafka/" [[example]] name = "async" required-features = ["async"] [[bench]] name = "async" harness = false required-features = ["async"] [[bench]] name = "sync" harness = false [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.thiserror] version = "1.0.25" [dependencies.tokio] version = "1.7.1" features = ["io-util", "fs"] optional = true [dev-dependencies.criterion] version = "0.3.4" features = ["async_tokio"] [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.tokio] version = "1.7.1" features = ["io-util", "fs", "rt-multi-thread", "macros"] [dev-dependencies.tokio-test] version = "0.4.2" [features] async = ["tokio"] default = ["sync"] sync = [] [badges.maintenance] status = "as-is"