# 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 = "simple_src" version = "0.3.0" authors = ["PeaZomboss "] build = false exclude = ["*.py"] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple sample rate conversion lib for audio." readme = "README.md" keywords = [ "audio", "dsp", "sample-rate", ] license = "MIT" repository = "https://github.com/DrPeaboss/simple_src" [profile.perf] debug = 2 inherits = "release" [lib] name = "simple_src" path = "src/lib.rs" [[example]] name = "e1" path = "examples/e1.rs" [[example]] name = "perf1" path = "examples/perf1.rs" [[example]] name = "two_channels" path = "examples/two_channels.rs" [[test]] name = "linear" path = "tests/linear.rs" [[test]] name = "perf" path = "tests/perf.rs" [[test]] name = "sinc" path = "tests/sinc.rs" [[test]] name = "testwav" path = "tests/testwav.rs" [[bench]] name = "bench1" path = "benches/bench1.rs" harness = false [dependencies.num-rational] version = "0.4" default-features = false [dev-dependencies.divan] version = "0.1.14" [dev-dependencies.hound] version = "3.5.1"