# 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 = "sofar" version = "0.2.1" authors = ["Tomasz Andrzejak "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for the libmysofa library" homepage = "https://github.com/andreiltd/sofar" readme = "README.md" keywords = [ "libmysofa", "hrtf", "aes69", ] categories = [ "algorithms", "filesystem", "multimedia::audio", ] license = "MIT OR Apache-2.0" repository = "https://github.com/andreiltd/sofar" [lib] name = "sofar" path = "src/lib.rs" [[example]] name = "renderer" path = "examples/renderer.rs" required-features = ["dsp"] [[bench]] name = "renderer" path = "benches/renderer.rs" harness = false required-features = ["dsp"] [dependencies.ffi] version = "0.2.1" package = "libmysofa-sys" [dependencies.realfft] version = "3.4" optional = true [dependencies.thiserror] version = "1" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.assert_approx_eq] version = "1.1" [dev-dependencies.cpal] version = "0.15" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.hound] version = "3.5" [dev-dependencies.rand] version = "0.8" [dev-dependencies.ringbuf] version = "0.4" [features] default = ["dsp"] dsp = ["dep:realfft"]