# 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] edition = "2018" name = "artnet-serial" version = "0.1.1" authors = ["René Rössler "] exclude = ["br", "compile.sh"] description = "Listens for Art-Net udp packets and transfers the via serial interface(s)" license = "GPL-3.0-or-later" repository = "https://gitlab.com/pentagonum/artnet-serial" [profile.release] lto = true panic = "abort" [dependencies.artnet_protocol] version = "0.2.0" [dependencies.bufstream] version = "0.1.4" [dependencies.crossbeam-channel] version = "0.4.0" [dependencies.fern] version = "0.5.9" features = ["colored"] [dependencies.get_if_addrs] version = "0.5.3" [dependencies.glob] version = "0.3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.8" [dependencies.log-panics] version = "2.0.0" [dependencies.serial] version = "0.4.0"