# 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 = "mote" version = "0.1.2" authors = ["Tiziano Santoro "] description = "Mote library.\n" homepage = "https://github.com/tiziano88/mote-rs" documentation = "https://tiziano88.github.io/mote-rs/mote/index.html" keywords = ["led", "raspberry", "pi", "mote", "strip"] license = "MIT" repository = "https://github.com/tiziano88/mote-rs" [dependencies.serial-unix] version = "0.4.0" [dependencies.rgb] version = "0.7.0" [dependencies.serial] version = "0.4.0" [dev-dependencies.rand] version = "0.3"