# 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.70" name = "samedec" version = "0.4.0" authors = ["Colin S <3526918+cbs228@users.noreply.github.com>"] description = "A SAME/EAS digital receiver and alerting program" homepage = "https://github.com/cbs228/sameold" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/cbs228/sameold.git" [dependencies.anyhow] version = "^1" [dependencies.byteorder] version = "^1.4" [dependencies.chrono] version = "^0.4" features = [ "clock", "std", ] default-features = false [dependencies.clap] version = "=4.4.18" features = [ "color", "derive", "wrap_help", ] [dependencies.log] version = "^0.4" [dependencies.pretty_env_logger] version = "^0.5" [dependencies.sameold] version = "^0.4.0" [dependencies.terminal_size] version = "^0.3"