# 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 = "hrtf" version = "0.8.1" authors = ["Dmitry Stepanov "] include = [ "/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md", "/examples/*", ] description = "HRTF (Head-Related Transfer Function) audio signal processor" documentation = "https://docs.rs/hrtf" readme = "README.md" keywords = [ "sound", "hrtf", "binaural", ] license = "MIT" repository = "https://github.com/mrDIMAS/hrtf" [dependencies.byteorder] version = "1.3.4" [dependencies.rubato] version = "0.14.1" [dependencies.rustfft] version = "6.0.1"