# 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 = "deoxy" version = "0.2.1" authors = ["Alex Hamilton "] description = "A programmable, user-friendly buffer exchange system." license = "GPL-3.0-or-later" [dependencies.actix-web] version = "0.7.18" [dependencies.deoxy-core] version = "0.2.1" [dependencies.futures] version = "0.1.25" [dependencies.lazy_static] version = "1.2.0" [dependencies.log] version = "0.4.6" [dependencies.rppal] version = "0.11.1" optional = true [dependencies.serde] version = "1.0.84" optional = true [dependencies.serde_derive] version = "1.0.84" optional = true [dependencies.uom] version = "0.22.1" [dependencies.uuid] version = "0.7" features = ["serde", "v4"] [dev-dependencies.pretty_env_logger] version = "0.3.0" [dev-dependencies.termion] version = "1.5.1" [features] default = ["server", "use_rppal"] server = ["use_serde"] stub = [] use_rppal = ["rppal"] use_serde = ["deoxy-core/use_serde", "serde_derive", "serde"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "aehmlo/deoxy"