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