resample 0.1.1

A library based on libsamplerate for converting samplerates
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 = "2021"
name = "resample"
version = "0.1.1"
authors = ["Daniel Mueller <deso@posteo.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library based on libsamplerate for converting samplerates"
documentation = "https://docs.rs/resample"
readme = "README.md"
keywords = [
    "audio",
    "convert",
    "resample",
    "samplerate",
    "stream",
]
categories = [
    "algorithms",
    "api-bindings",
    "multimedia::audio",
]
license = "BSD-2-Clause"
repository = "https://github.com/d-e-s-o/resample"

[features]
default = []
nightly = []

[lib]
name = "resample"
path = "src/lib.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[dependencies.libsamplerate-rs]
version = "0.1"

[dev-dependencies.hound]
version = "3.4"

[dev-dependencies.rstest]
version = "0.26"
default-features = false

[lints.clippy]
absolute-paths = "warn"
allow-attributes = "warn"
clone-on-ref-ptr = "warn"
collapsible-else-if = "allow"
collapsible-if = "allow"
dbg-macro = "warn"
derive-partial-eq-without-eq = "warn"
diverging-sub-expression = "allow"
doc-markdown = "warn"
join-absolute-paths = "warn"
large-enum-variant = "warn"
let-and-return = "allow"
let-unit-value = "allow"
module-inception = "allow"
multiple-unsafe-ops-per-block = "warn"
redundant-closure-for-method-calls = "warn"
type-complexity = "allow"
unchecked-time-subtraction = "warn"
undocumented-unsafe-blocks = "warn"
uninlined-format-args = "warn"
use-self = "warn"
wildcard-imports = "warn"

[lints.rust]
deprecated-safe = "warn"
future-incompatible = "warn"
keyword-idents = "warn"
let-underscore = "warn"
missing-debug-implementations = "warn"
trivial-numeric-casts = "warn"
unsafe-op-in-unsafe-fn = "warn"
unused = "warn"