# 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 = "samplerate-rs" version = "0.1.0" authors = ["Frederick Gnodtke "] description = "A fork of the samplerate crate that uses the pure C2Rust transpiled version of libsamplerate" readme = "README.md" keywords = [ "audio", "samplerate", ] categories = ["multimedia::audio"] license = "BSD-2-Clause" repository = "https://github.com/MeadowlarkDAW/samplerate-rs" resolver = "2" [dependencies.libsamplerate] version = "0.1" [dev-dependencies.hound] version = "3.4" [dev-dependencies.rstest] version = "0.6"