# 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 = "senpy-cli" version = "0.1.1" authors = ["Fuwn "] description = "Command-line interface to The Senpy Club API" homepage = "https://github.com/senpy-club/cli" documentation = "https://docs.rs/senpy-cli/" readme = "README.rst" keywords = [ "rust", "anime", "senpy", ] categories = [ "web-programming", "web-programming::http-server", "command-line-interface", "command-line-utilities", ] license = "GPL-3.0-only" repository = "https://github.com/senpy-club/cli" resolver = "2" [profile.release] opt-level = "s" lto = "fat" codegen-units = 1 [[bin]] name = "senpy" path = "src/main.rs" [dependencies.clap] version = "3.1.6" [dependencies.senpy] version = "0.1.2" [dependencies.serde] version = "1.0.136" [dependencies.serde_dhall] version = "0.11.0" [dependencies.serde_json] version = "1.0.79" [dependencies.serde_yaml] version = "0.8.23"