# 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 = "sacn-unofficial" version = "0.9.0" authors = ["Lukas Schmierer ", "Paul Lancaster "] description = "Unofficial mirror of the Rust sACN implementation from https://github.com/RustLight/sacn" readme = "README.md" keywords = ["acn", "sacn", "dmx", "e131", "ansi"] license = "MIT OR Apache-2.0" repository = "https://github.com/Lan2u/RustSacn" [dependencies.byteorder] version = "1.2.2" features = [] [dependencies.error-chain] version = "0.12.2" [dependencies.heapless] version = "0.5.3" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.67" [dependencies.net2] version = "0.2.31" optional = true [dependencies.socket2] version = "0.3.4" features = ["reuseport"] [dependencies.uuid] version = "0.6.3" features = ["use_std", "v4"] [features] default = ["std"] std = ["net2"] unstable = ["heapless"] [badges.travis-ci] repository = "Lan2u/RustSacn"