# 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] name = "vox_box" version = "0.3.0" authors = ["Andrew Smith "] include = ["src/**/*.rs", "Cargo.toml"] description = "A tool to process speech audio in Rust" documentation = "http://www.andrewchristophersmith.com/docs/vox_box/vox_box/index.html" readme = "README.md" keywords = ["audio", "fft", "nlp"] license = "MIT" repository = "https://github.com/andrewcsmith/vox_box.rs" [lib] name = "vox_box" crate-type = ["dylib", "rlib"] doctest = false [dependencies.sample] version = "0.9" [dependencies.libc] version = "0.2" [dependencies.num] version = "0.1" [dependencies.rand] version = "0.3" [dependencies.rustfft] version = "1.0" [dev-dependencies.hound] version = "2.0" [features] nightly = []