[package]
edition = "2018"
name = "hrtf"
version = "0.9.0"
authors = ["Dmitry Stepanov <d1maxa@yandex.ru>"]
build = false
include = [
"/src/**/*",
"/Cargo.toml",
"/LICENSE",
"/README.md",
"/examples/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"
[lib]
name = "hrtf"
path = "src/lib.rs"
[dependencies.byteorder]
version = "1.3.4"
[dependencies.rubato]
version = "3.0.0"
[dependencies.rustfft]
version = "6.0.1"