# 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] name = "blot-lib" version = "0.1.2" authors = ["Arnau Siches "] description = "Blot library implements Objecthash mixed with Multihash" homepage = "https://github.com/arnau/blot" readme = "README.md" keywords = ["blot", "multihash", "objecthash", "sha2", "blake2"] license = "MIT" repository = "https://github.com/arnau/blot" [lib] name = "blot" path = "src/lib.rs" [dependencies.blake2] version = "0.8" optional = true [dependencies.hex] version = "0.3" [dependencies.lazy_static] version = "1.1.0" optional = true [dependencies.regex] version = "1" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.sha-1] version = "0.8" optional = true [dependencies.sha2] version = "0.8" optional = true [dependencies.sha3] version = "0.8" optional = true [dev-dependencies.itertools] version = "0.7.8" [features] blot_json = ["serde", "serde_json", "regex", "lazy_static"] common_json = ["serde", "serde_json"] default = ["digesters", "blot_json"] digesters = ["sha-1", "sha2", "sha3", "blake2"] [badges.travis-ci] repository = "arnau/blot"