# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ttytee" version = "1.0.2" authors = [ "Guillaume Binet (Skyways)", "Guillaume Binet ", ] description = "A process that exposes 2 copies of the same TTY" homepage = "https://github.com/skywaysinc/ttytee" readme = "README.md" categories = [ "aerospace::drones", "science::robotics", "command-line-utilities", ] license = "Apache-2.0" [profile.stripped] opt-level = "z" lto = "fat" debug = 0 debug-assertions = false panic = "abort" inherits = "release" strip = true [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.log] version = "0.4" features = [ "max_level_debug", "release_max_level_warn", ] [dependencies.log-panics] version = "2.1" features = ["with-backtrace"] [dependencies.serialport] version = "4.2" default-features = false [dependencies.simplelog] version = "0.12" features = ["paris"] [dev-dependencies.ctor] version = "0.2"