# 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 = "iscc-rs" version = "0.2.0" authors = ["Alexander Niederbühl "] include = ["**/*.rs", "Cargo.toml", "README.md"] description = "Rust implementation of the ISCC specification" homepage = "https://iscc.codes" documentation = "https://docs.rs/iscc-rs" readme = "README.md" license = "MIT" repository = "https://github.com/iscc/iscc-rs" [lib] name = "iscc" [[bench]] name = "bench" harness = false [dependencies.bit-vec] version = "0.6" [dependencies.doc-comment] version = "0.3" [dependencies.hex] version = "0.3" [dependencies.image] version = "0.21" [dependencies.itertools] version = "0.8" [dependencies.ring] version = "0.14" [dependencies.twox-hash] version = "1.4" [dependencies.unic-ucd-category] version = "0.9" [dependencies.unicode-normalization] version = "0.1" [dev-dependencies.criterion] version = "0.2" [dev-dependencies.lipsum] version = "0.6" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_json] version = "1.0"