# 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 = "dano" version = "0.9.0" description = "A CLI tool for generating checksums of media bitstreams" documentation = "https://github.com/kimono-koans/dano/blob/master/README.md" readme = "README.md" keywords = [ "checksum", "verify", "media", "cli-utility", "storage", ] categories = [ "command-line-utilities", "os", ] license = "MPL-2.0" repository = "https://github.com/kimono-koans/dano" [package.metadata.deb] assets = [ [ "target/release/dano", "usr/bin/dano", "755", ], [ "dano.1", "usr/share/man/man1/dano.1", "644", ], [ "README.md", "usr/share/doc/dano/README", "644", ], [ "LICENSE", "usr/share/doc/dano/LICENSE", "644", ], [ "third_party/LICENSES_THIRD_PARTY.html", "usr/share/doc/dano/LICENSES_THIRD_PARTY.html", "644", ], ] copyright = "2022, Robert Swinford gmail.com>" depends = "ffmpeg (>=4.2.7), $auto" extended-description = """ dano is a wrapper for ffmpeg that checksums the internal file streams of ffmpeg compatible media files, and stores them in a format which can be used to verify such checksums later. This is handy, because, should you choose to change metadata tags, or change file names, the media checksums should remain the same. """ license-file = [ "LICENSE", "4", ] maintainer = "kimono koans " priority = "optional" section = "utility" suggests = "flac (>=1.3.3)" [profile.deb] opt-level = "z" lto = true codegen-units = 1 panic = "abort" inherits = "release" [dependencies.clap] version = "3.2.8" features = ["cargo"] [dependencies.crossbeam-channel] version = "0.5.12" features = ["std"] default-features = false [dependencies.itertools] version = "0.12.1" [dependencies.num_cpus] version = "1.16.0" default-features = false [dependencies.primitive-types] version = "0.12.2" default-features = false [dependencies.rayon] version = "1.10.0" default-features = false [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.which] version = "6.0.1" default-features = false [dependencies.xattr] version = "1.3.1" default-features = false [badges.maintenance] status = "actively-developed"