# 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 = "coopr" version = "0.2.0" authors = ["pjmp"] exclude = ["py/*", "dist/*", "pyproject.toml"] description = "prettier dnf copr helper, search and install copr packages" homepage = "https://github.com/pjmp/coopr" readme = "README.md" keywords = ["dnf", "copr", "coopr", "fedora"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/pjmp/coopr" resolver = "2" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" strip = "symbols" [dependencies.colored] version = "2.0.0" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.ureq] version = "2.4.0" features = ["tls", "json"] default-features = false