# 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 = "toniefile" version = "0.1.1" authors = ["Pascal Jaeger "] exclude = [ "test/out/*", "test/assets/*", ".github/*", ] description = "The Toniefile crate provides methods to write audio data in a format that can be played by a Toniebox" homepage = "https://github.com/Schievel1/toniefile/" readme = "Readme.org" keywords = [ "audiobooks", "audio", ] categories = [ "multimedia::audio", "multimedia::encoding", ] license-file = "LICENSE" repository = "https://github.com/Schievel1/toniefile/" [dependencies.audiopus] version = "^0.2" [dependencies.byteorder] version = "^1.0" [dependencies.libogg] version = "0.2.0" [dependencies.prost] version = "0.6" [dependencies.rand] version = "0.8.5" [dependencies.sha1] version = "0.10.6" [dependencies.thiserror] version = "^1.0" [dev-dependencies.hound] version = "^3.0" [dev-dependencies.wav] version = "^1.0" [build-dependencies.prost-build] version = "0.6"