# 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 = "num_base" version = "0.4.2" authors = ["akytom"] description = "Crate for manipulating with numbers (integers) in different bases." documentation = "https://docs.rs/num_base/" readme = "README.md" keywords = [ "base", "radix", "convert", "number", ] categories = [ "mathematics", "data-structures", ] license = "AGPL-3.0-only" repository = "https://codeberg.org/akytom/num_base/" resolver = "2" [[bin]] name = "nbase" path = "src/cli.rs" required-features = ["cli"] [dependencies.clap] version = "3.2.19" features = ["derive"] optional = true [features] cli = ["dep:clap"] ops = []