# 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 = "chico" version = "0.2.0" authors = ["Angel Dollface "] exclude = ["/.github"] description = "A tiny library to work with base-10, base-16, and base-2 numbers in Rust!" homepage = "https://github.com/angeldollface/chico" documentation = "https://docs.rs/chico/0.2.0" readme = "README.markdown" keywords = [ "mathematics", "hexadecimal", "binary", ] categories = [ "mathematics", "hexadecimal", "binary", ] license = "MIT" repository = "https://github.com/angeldollface/chico" [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "chico" path = "src/main.rs" [dependencies.cliply] version = "0.2.0"