# 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 = "remote_led" version = "0.1.1" authors = ["David Oberacker "] publish = true description = "Library to send commands to the remote led server." documentation = "https://oberacda.github.io/remote_led_lib/remote_led" readme = "README.md" categories = ["network-programming"] license = "MIT" repository = "https://github.com/Oberacda/remote_led_lib" [lib] path = "src/lib.rs" [dependencies.serde_json] version = "1.0" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "Oberacda/remote_led_lib"