# 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.57" name = "alac-encoder" version = "0.3.0" authors = ["Linus Unnebäck "] exclude = ["fixtures/*"] description = "Rust port of Apple's open source ALAC library" readme = "readme.md" keywords = ["alac", "apple", "audio", "encoder", "format"] categories = ["compression", "encoding", "multimedia", "multimedia::encoding"] license = "Apache-2.0 OR MIT" repository = "https://github.com/LinusU/rust-alac-encoder" resolver = "2" [[bench]] name = "encoding" harness = false [dependencies.log] version = "^0.4.14" [dev-dependencies.bincode] version = "^1.1.3" [dev-dependencies.criterion] version = "^0.3.5" [dev-dependencies.serde] version = "^1.0.90" features = ["derive"]