# 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" rust-version = "1.79.0" name = "scope-monitor" version = "0.2.1" authors = ["Matheus T. dos Santos "] exclude = [ "/imgs/", "/videos/", "/assets/", "/.git/", "/.github/", "/.venv/", "/.gitignore", "/cmd.yaml", "/CONTRIBUTING.md", "/.idea/", ] description = "A multi-platform serial monitor with user-extensible features" homepage = "https://github.com/matheuswhite/scope-rs" readme = "README.md" keywords = [ "serial", "monitor", "windows", "linux", "plugin", ] license-file = "LICENSE" repository = "https://github.com/matheuswhite/scope-rs" [[bin]] name = "scope" path = "src/main.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.1.9" features = ["derive"] [dependencies.crossterm] version = "0.27.0" features = [ "default", "event-stream", ] [dependencies.futures] version = "0.3.30" [dependencies.homedir] version = "0.2.1" [dependencies.mlua] version = "0.9.6" features = [ "lua54", "vendored", "async", "send", ] [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.26.1" [dependencies.regex] version = "1.10.3" features = [] [dependencies.serde] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tokio-serial] version = "5.4.1" [target."cfg(windows)".dependencies.ctrlc] version = "3.4.3" [badges.maintenance] status = "actively-developed"