# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "led_bargraph" version = "0.2.1" authors = ["Jason Peacock "] exclude = ["/ci/*"] description = "A Rust library & application for the Adafruit Bi-Color (Red/Green) 24-Bar Bargraph w/I2C Backpack Kit." documentation = "https://docs.rs/led_bargraph" readme = "README.md" keywords = ["led", "driver", "display", "embedded-hal"] categories = ["hardware-support"] license = "MIT OR Apache-2.0" repository = "https://github.com/jasonpeacock/led-bargraph" [dependencies.ansi_term] version = "0.11.0" [dependencies.docopt] version = "1.0.2" [dependencies.embedded-hal] version = "0.2.2" [dependencies.ht16k33] version = "0.3.0" [dependencies.num-integer] version = "0.1.39" [dependencies.serde] version = "1.0.80" [dependencies.serde_derive] version = "1.0.80" [dependencies.slog] version = "2.4.1" features = ["max_level_trace"] [dependencies.slog-async] version = "2.3.0" [dependencies.slog-scope] version = "4.0.1" [dependencies.slog-stdlog] version = "3.0.4-pre" [dependencies.slog-term] version = "2.4.0" [target."cfg(target_os = \"linux\")".dependencies.linux-embedded-hal] version = "0.2.2" [badges.is-it-maintained-issue-resolution] repository = "jasonpeacock/led-bargraph" [badges.is-it-maintained-open-issues] repository = "jasonpeacock/led-bargraph" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "jasonpeacock/led-bargraph"