# 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 = "kurapika" version = "0.1.1" authors = ["endruz "] description = "A software license tool" readme = "README.md" license = "MIT" repository = "https://github.com/endruz/kurapika" resolver = "2" [lib] name = "kr" path = "crates/kr/lib.rs" [[bin]] name = "kr-approver" path = "crates/approver/main.rs" [[bin]] name = "kr-checker" path = "crates/checker/main.rs" [dependencies.chrono] version = "0.4.22" [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8.3" [dependencies.rsa] version = "0.6.1" [dependencies.rust-crypto] version = "0.2.36" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.toml] version = "0.5.9"