# 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 = "fingerprint" version = "0.0.3" authors = ["Simon Allen "] description = "Rust file fingerprinting library, supporting many types of audio/video/image/text/raw file formats." homepage = "https://github.com/garfunkel/fingerprint" readme = "README.md" keywords = [ "video", "image", "audio", "fingerprint", "hash", ] categories = [ "command-line-utilities", "filesystem", "multimedia", "encoding", ] license = "MIT" repository = "https://github.com/garfunkel/fingerprint" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.bitvec] version = "1.0.1" [dependencies.clap] version = "3.2.16" features = ["derive"] [dependencies.divrem] version = "1.0.0" [dependencies.hex] version = "0.4.3" [dependencies.infer] version = "0.9.0" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rand_chacha] version = "0.3.1" [features] audio = [] default = [ "image", "video", "audio", "text", ] image = [] text = [] video = []