# 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 = "soxr" version = "0.6.0" description = "Safe, comprehensive Rust bindings for libsoxr resampler" documentation = "https://docs.rs/soxr" keywords = [ "audio", "sound", "soxr", "resampling", "nostd", ] categories = [ "no-std::no-alloc", "multimedia::audio", "api-bindings", ] license = "LGPL-2.1" repository = "https://github.com/haileys/soxr-rs" [dependencies.bitflags] version = "2" [dependencies.bytemuck] version = "1.14" features = [ "derive", "must_cast", "min_const_generics", ] [dependencies.libsoxr-sys] version = "0.1"