# 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" name = "opus-mux" version = "0.1.1" authors = ["Benjamin Saunders "] description = "Extracts an encoded Opus stream from an Opus file per RFC 7845" readme = "README.md" keywords = [ "opus", "ogg", ] categories = [ "multimedia::audio", "multimedia::encoding", "no-std", ] license = "MIT OR Apache-2.0 OR Zlib" repository = "https://github.com/Ralith/opus-mux" resolver = "2" [dev-dependencies.hound] version = "3.4" [dev-dependencies.magnum-opus] version = "0.3" [features] default = ["std"] std = []