# 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 = "cg-local-app" version = "0.1.2" authors = ["Vincent Tavernier "] description = "Rust application for CG Local" homepage = "https://github.com/vtavernier/cg-local-app.rs" documentation = "https://docs.rs/cg-local-app/" readme = "README.md" keywords = [] categories = [] license = "MIT" repository = "https://github.com/vtavernier/cg-local-app.rs.git" [dependencies.async-std] version = "1.9" features = ["unstable"] [dependencies.async-tungstenite] version = "0.13" features = ["async-std-runtime"] [dependencies.cursive] version = "0.16" features = ["crossterm-backend"] default-features = false [dependencies.env_logger] version = "0.8" [dependencies.error-chain] version = "0.12" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.hotwatch] version = "0.4" [dependencies.log] version = "0.4" [dependencies.paw] version = "1.0" [dependencies.semaphore] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" features = ["paw"] [badges.maintenance] status = "actively-developed"