# 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 = "unopus" version = "0.0.1" authors = ["twlite"] description = "libopus transpiled to rust by c2rust" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/twlite/unopus" [profile.release] debug = 2 [[bin]] name = "opus_compare" required-features = [ "bins", "test", ] [[bin]] name = "opus_demo" required-features = ["bins"] [[bin]] name = "repacketizer_demo" required-features = ["bins"] [[bin]] name = "run_vectors" required-features = ["bins"] [dependencies.arrayref] version = "0.3.7" [dependencies.audiopus_sys] version = "0.2.2" optional = true [dependencies.byteorder] version = "1.4.3" optional = true [dependencies.clap] version = "4.3.23" features = ["derive"] optional = true [dependencies.num-complex] version = "0.4.1" [dependencies.num-traits] version = "0.2.16" [dev-dependencies.insta] version = "1.29.0" [dev-dependencies.libc] version = "0.2" [dev-dependencies.libc-stdhandle] version = "0.1.0" [features] bins = ["clap"] test = ["byteorder"] test-upstream-libopus = ["audiopus_sys"]