# 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 = "ro-crate-rs" version = "0.4.7" authors = ["Matt Burridge "] autoexamples = false description = "Library for creating, modifying and reading RO-Crates" readme = "README.md" keywords = [ "researchobject", "ro-crate", "ro", "metadata", "jsonld", ] license = "Apache-2.0" repository = "https://github.com/intbio-ncl/ro-crate-rs" [lib] name = "rocraters" path = "src/lib.rs" doctest = false [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.url] version = "2.2" [dependencies.uuid] version = "1.0" features = ["v4"] [dependencies.walkdir] version = "2" [dependencies.zip] version = "0.6.6" [dev-dependencies.tempfile] version = "3.9"