# 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 = "dodo" version = "0.3.1" authors = ["Benjamin Lemelin "] description = "Basic persistence library designed to be a quick and easy way to create a persistent storage." homepage = "https://gitlab.com/benjamin.lemelin/dodo" documentation = "https://docs.rs/dodo" readme = "../README.md" keywords = ["Repository"] categories = [] license = "MIT" repository = "https://gitlab.com/benjamin.lemelin/dodo" [dependencies.doc-comment] version = "0.3" [dependencies.dodo-derive] version = "0.3.1" optional = true [dependencies.fs2] version = "0.4" optional = true [dependencies.rand] version = "0.7" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" optional = true [dependencies.serde_yaml] version = "0.8" optional = true [dependencies.uuid] version = "0.8" features = ["serde", "v4"] [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.tempfile] version = "3.1" [dev-dependencies.version-sync] version = "0.9" [features] default = ["derive", "directory", "json"] derive = ["dodo-derive"] directory = [] directory_locks = ["directory", "fs2"] json = ["serde_json"] yaml = ["serde_yaml"]