# 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 = "boomack-cli" version = "0.3.3" authors = ["Tobias Kiertscher "] description = "CLI client for Boomack" homepage = "https://boomack.com" readme = "src/README.md" license = "MIT" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "unwind" strip = false [[bin]] name = "boom" path = "src/main.rs" [dependencies.atty] version = "0.2" [dependencies.boomack] version = "0.3.2" [dependencies.clap] version = "4" features = [ "derive", "unicode", "wrap_help", ] [dependencies.http-types] version = "2" [dependencies.notify] version = "5" default-features = false [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sysinfo] version = "0.28" [dependencies.termcolor] version = "1" [dependencies.yaml-rust] version = "0.4"