libflo-audio 0.1.2

The official encoder/decoder for the flo™ audio format
Documentation
[dependencies.console_error_panic_hook]
version = "0.1.6"

[dependencies.js-sys]
version = "0.3"

[dependencies.rmp-serde]
version = "1.3"

[dependencies.rustfft]
version = "6.2"

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

[dependencies.serde-wasm-bindgen]
version = "0.6"

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_json]
version = "1.0"

[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.web-sys]
features = ["console"]
version = "0.3"

[lib]
crate-type = ["cdylib", "rlib"]
name = "libflo_audio"
path = "src/lib.rs"

[package]
authors = ["NellowTCS"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia::audio", "multimedia::encoding", "wasm"]
description = "The official encoder/decoder for the flo™ audio format"
edition = "2021"
exclude = ["pkg/"]
homepage = "https://github.com/flo-audio/flo"
keywords = ["audio", "codec", "wasm", "encoder", "decoder"]
license = "Apache-2.0"
name = "libflo-audio"
readme = "README.md"
repository = "https://github.com/flo-audio/flo"
version = "0.1.2"

[profile.release]
codegen-units = 1
lto = true
opt-level = 3
panic = "abort"

[profile.release.package."*"]
opt-level = 3

[[test]]
name = "core_crc32_tests"
path = "tests/core_crc32_tests.rs"

[[test]]
name = "core_metadata_tests"
path = "tests/core_metadata_tests.rs"

[[test]]
name = "core_rice_tests"
path = "tests/core_rice_tests.rs"

[[test]]
name = "edge_case_tests"
path = "tests/edge_case_tests.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "lossless_decoder_tests"
path = "tests/lossless_decoder_tests.rs"

[[test]]
name = "lossless_encoder_tests"
path = "tests/lossless_encoder_tests.rs"

[[test]]
name = "lossless_lpc_tests"
path = "tests/lossless_lpc_tests.rs"

[[test]]
name = "lossy_decoder_tests"
path = "tests/lossy_decoder_tests.rs"

[[test]]
name = "lossy_encoder_tests"
path = "tests/lossy_encoder_tests.rs"

[[test]]
name = "lossy_mdct_tests"
path = "tests/lossy_mdct_tests.rs"

[[test]]
name = "lossy_psychoacoustic_tests"
path = "tests/lossy_psychoacoustic_tests.rs"

[[test]]
name = "lossy_quality_tests"
path = "tests/lossy_quality_tests.rs"

[[test]]
name = "lossy_transform_tests"
path = "tests/lossy_transform_tests.rs"

[[test]]
name = "streaming_tests"
path = "tests/streaming_tests.rs"