# 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 = "weave" version = "0.3.1" authors = ["davidb"] description = "Weave delta file storage. Inspired by the storage format of SCCS,\nthis crate allows multiple revisions of a file to be stored\nefficiently in a single file.\n" readme = "README.rst" license = "MIT" repository = "https://github.com/d3zd3z/rsure" [profile.test] opt-level = 3 [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.flate2] version = "1.0" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.4" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tempdir] version = "0.3"