# 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] name = "allegro_acodec" version = "0.0.46" authors = ["SiegeLord "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Allegro 5 acodec addon Rust wrapper" documentation = "http://siegelord.github.io/RustAllegro/doc/allegro_acodec/index.html" readme = false keywords = ["audio"] categories = ["multimedia::audio"] license = "Zlib" repository = "https://github.com/SiegeLord/RustAllegro" [lib] name = "allegro_acodec" path = "src/lib.rs" [dependencies.allegro] version = "=0.0.46" [dependencies.allegro_acodec-sys] version = "=0.0.46" [dependencies.allegro_audio] version = "=0.0.46" [features] link_debug = ["allegro_acodec-sys/link_debug"] link_none = ["allegro_acodec-sys/link_none"] link_static = ["allegro_acodec-sys/link_static"]