# 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 = "equuleus" version = "0.1.0" authors = ["Jeremy Zheng ", "Margaret Ma "] description = "An open source cross-platform serial port emulator." homepage = "https://github.com/saturn-xiv/equuleus" license = "MIT" [profile.release] lto = true [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.32" [dependencies.env_logger] version = "0.5" [dependencies.error-chain] version = "0.12" [dependencies.lazy_static] version = "1.2" [dependencies.log] version = "0.4" [dependencies.log4rs] version = "0.8" [dependencies.serialport] version = "3.1"