# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "prevayler-rs" version = "0.2.2" authors = ["Clemente "] description = "System prevalence in rust" readme = "readme.md" keywords = ["prevayler", "prevalence", "persistence"] categories = ["database-implementations", "asynchronous "] license = "MIT" repository = "https://github.com/killertux/prevayler-rs" [dependencies.async-std] version = "1.9" features = ["attributes"] [dependencies.futures] version = "0.3.14" [dependencies.serde] version = "1" optional = true [dependencies.serde_json] version = "1" optional = true [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.temp_testdir] version = "0.2" [features] default = ["json_serializer"] json_serializer = ["serde_json", "serde"]