batchcensor 0.3.0

A tool for batch-censoring audio files.
Documentation
# 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 = "batchcensor"
version = "0.3.0"
authors = ["John-John Tedro <udoprog@tedro.se>"]
description = "A tool for batch-censoring audio files.\n"
homepage = "https://github.com/udoprog/batchcensor"
documentation = "https://docs.rs/batchcensor"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/udoprog/batchcensor"
[dependencies.clap]
version = "2.32"

[dependencies.failure]
version = "0.1.5"

[dependencies.hound]
version = "3.4.0"

[dependencies.ignore]
version = "0.4.6"

[dependencies.indicatif]
version = "0.11.0"

[dependencies.rayon]
version = "1.0.3"

[dependencies.relative-path]
version = "0.4"
features = ["serde"]

[dependencies.serde]
version = "1.0.88"
features = ["derive"]

[dependencies.serde_yaml]
version = "0.8.8"