soundforge 0.1.1

License-aware discovery and verified archival of reusable music and sound effects
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"
rust-version = "1.85"
name = "soundforge"
version = "0.1.1"
authors = ["Trevor Knott (Knott Dynamics)"]
build = false
include = [
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "License-aware discovery and verified archival of reusable music and sound effects"
homepage = "https://github.com/Tknott95/SoundForge"
documentation = "https://docs.rs/soundforge"
readme = "README.md"
keywords = [
    "audio",
    "music",
    "sound-effects",
    "archive",
    "wikimedia",
]
categories = [
    "api-bindings",
    "multimedia::audio",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/Tknott95/SoundForge"

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

[dependencies.blake3]
version = "1"

[dependencies.cap-std]
version = "3.4"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "rustls-tls-native-roots",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha1]
version = "0.10"

[dependencies.thiserror]
version = "1"

[dependencies.urlencoding]
version = "2"

[dev-dependencies.tempfile]
version = "3.10"