# 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 = "cllog" version = "0.2.0" authors = ["Evan Pratten "] default-run = "cl" description = "VA3ZZA's CL amateur radio logging tool" readme = "README.md" license-file = "LICENSE" [[bin]] name = "cl" path = "src/main.rs" [[bin]] name = "cllog" path = "src/main.rs" [dependencies.adif] version = "0.1.0" [dependencies.autojson] version = "0.1.0" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.clap] version = "2.33.3" [dependencies.cli-table] version = "0.4" [dependencies.colored] version = "2.0.0" [dependencies.dirs] version = "3.0.2" [dependencies.failure] version = "0.1.8" [dependencies.hambands] version = "0.1.2" [dependencies.indexmap] version = "1.6.2" [dependencies.lexical] version = "5.2.2" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.tempfile] version = "3.2.0"