sample-resource 0.1.0

Traits for working with arbitrary resources of audio samples
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 = "2024"
name = "sample-resource"
version = "0.1.0"
authors = ["Billy Messenger <billydm@noreply.codeberg.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Traits for working with arbitrary resources of audio samples"
documentation = "https://docs.rs/sample-resource"
readme = "README.md"
keywords = [
    "audio",
    "sample",
    "resource",
    "abstraction",
]
categories = [
    "multimedia::audio",
    "encoding",
    "no-std",
    "no-std::no-alloc",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/Meadowlark/sample-resource"

[features]
default = ["std"]
std = ["audioadapter-sample/std"]

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

[dependencies.audioadapter-sample]
version = "3.0"
default-features = false