hrtf 0.9.0

HRTF (Head-Related Transfer Function) audio signal processor
Documentation
# 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.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"