# 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 = "2018" name = "sampitor" version = "0.0.2" authors = ["Macklan Weinstein "] description = "Digital audio editor for the terminal" homepage = "https://scruffaluff.github.io/sampitor" documentation = "https://scruffaluff.github.io/sampitor" readme = "README.md" keywords = [ "audio", "editor", "terminal", ] categories = [ "command-line-utilities", "multimedia::audio", ] license = "MIT" repository = "https://github.com/scruffaluff/sampitor" [[bench]] name = "main" harness = false [dependencies.clap] version = "^3.0.0" features = ["derive"] [dependencies.color-eyre] version = "^0.6.0" [dependencies.crossterm] version = "^0.22.0" [dependencies.eyre] version = "^0.6.0" [dependencies.hound] version = "^3.4.0" [dependencies.rodio] version = "^0.15.0" [dependencies.tui] version = "^0.17.0" features = ["crossterm"] default-features = false [dev-dependencies.approx] version = "^0.5.0" [dev-dependencies.assert_cmd] version = "^2.0.0" [dev-dependencies.criterion] version = "^0.3.0" features = ["html_reports"] [dev-dependencies.predicates] version = "^2.0.0" [dev-dependencies.proptest] version = "^1.0.0" [dev-dependencies.rstest] version = "^0.15.0" [dev-dependencies.tempfile] version = "^3.0.0" [dev-dependencies.test-case] version = "^2.0.0" [dev-dependencies.unicode-width] version = "^0.1.0" [target.x86_64-unknown-linux-gnu.dev-dependencies.cargo-tarpaulin] version = "^0.20.0"