# 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.56.0" name = "ogg" version = "0.9.1" authors = ["est31 "] description = "Ogg container decoder and encoder written in pure Rust" documentation = "https://docs.rs/ogg/0.8.0" readme = "README.md" keywords = [ "ogg", "decoder", "encoder", "xiph", ] license = "BSD-3-Clause" repository = "https://github.com/RustAudio/ogg" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "ogg" [dependencies.byteorder] version = "1.0" [dependencies.bytes] version = "1" optional = true [dependencies.futures-core] version = "0.3" optional = true [dependencies.futures-io] version = "0.3" optional = true [dependencies.pin-project] version = "1" optional = true [dependencies.tokio] version = "1" optional = true [dependencies.tokio-util] version = "0.6" features = [ "codec", "compat", ] optional = true [dev-dependencies.futures-util] version = "0.3" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1" features = ["full"] [features] async = [ "futures-core", "futures-io", "tokio", "tokio-util", "bytes", "pin-project", ]