# 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 = "znotify-cli" version = "0.1.1" authors = ["Zxilly "] description = "Send notification to ZNotify server" homepage = "https://github.com/ZNotify/cli" readme = "README.md" categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/ZNotify/cli" [package.metadata.deb] section = "utility" priority = "optional" license-file = [ "LICENSE", "4", ] assets = [ [ "target/release/znotify", "usr/bin/znotify", "755", ], [ "README.md", "usr/share/doc/znotify/README", "644", ], ] [profile.release] lto = true [[bin]] name = "znotify" path = "src/main.rs" [dependencies.clap] version = "4.0.18" features = [ "derive", "cargo", "std", ] [dependencies.dirs] version = "4.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.21.2" features = ["rt-multi-thread"] [dependencies.toml] version = "0.5.9" [dependencies.znotify] version = "0.1.0" [target."cfg(target_os = \"linux\")".dependencies.openssl] version = "0.10.42" features = ["vendored"]