# 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 = "lac" version = "0.4.0" authors = ["samo"] description = "Wrapper for Lossless Audio Checker with additional features" license = "MIT OR Apache-2.0" resolver = "2" [lib] name = "lac" [[bin]] name = "lac" path = "src/main.rs" required-features = ["bin"] [dependencies.argh] version = "0.1" optional = true [dependencies.async-recursion] version = "0.3" optional = true [dependencies.async-std] version = "1.9" features = ["attributes", "unstable"] optional = true [dependencies.claxon] version = "0.4" optional = true [dependencies.futures] version = "0.3" optional = true [dependencies.hex] version = "0.4" optional = true [dependencies.hound] version = "3.4" optional = true [dependencies.num_cpus] version = "1.13" optional = true [dependencies.sha2] version = "0.9" optional = true [features] bin = ["async-std", "sha2", "hex", "hound", "claxon", "argh", "num_cpus", "async-recursion", "futures"]