# 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" rust-version = "1.65.0" name = "optivorbis" version = "0.2.0" authors = ["Alejandro González "] include = [ "src/**/*", "LICENSE.BSD-3-Clause", "LICENSE", "build.rs", ] description = "A lossless, format-preserving, two-pass Vorbis optimization and repair library" homepage = "https://optivorbis.github.io/OptiVorbis" documentation = "https://docs.rs/optivorbis" readme = "README.md" keywords = [ "audio", "ogg", "vorbis", "optimization", "compression", ] categories = [ "compression", "multimedia::audio", ] license = "AGPL-3.0-or-later OR BSD-3-Clause" repository = "https://github.com/OptiVorbis/OptiVorbis" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] [lib] crate-type = [ "lib", "cdylib", ] [dependencies.bumpalo] version = "3.14.0" [dependencies.console_error_panic_hook] version = "0.1.7" optional = true [dependencies.console_log] version = "1.0.0" features = ["color"] optional = true [dependencies.getrandom] version = "0.2.11" [dependencies.indexmap] version = "2.1.0" [dependencies.log] version = "0.4.20" [dependencies.ogg] version = "0.9.1" [dependencies.ouroboros] version = "0.18.1" [dependencies.rand_xoshiro] version = "0.6.0" [dependencies.slice-group-by] version = "0.3.1" [dependencies.thiserror] version = "1.0.50" [dependencies.tinyvec] version = "1.6.0" features = [ "alloc", "rustc_1_57", ] default-features = false [dependencies.vorbis_bitpack] version = "0.1.1" [dependencies.wasm-bindgen] version = "0.2.89" optional = true default-features = false [dev-dependencies.oggvorbismeta] version = "0.1.0" [dev-dependencies.pretty_env_logger] version = "0.5.0" [features] default = ["source-date-epoch"] source-date-epoch = [] wasm-bindings = ["wasm-bindgen"] wasm-web-bindings = [ "wasm-bindings", "console_log", "console_error_panic_hook", "getrandom/js", ]