# 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" rust-version = "1.56" name = "strtoint" version = "0.1.0" authors = ["John Thorvald Wodder II "] exclude = ["/.*"] description = "Parse integers from strings, with support for base prefixes" readme = "README.md" keywords = [ "parse-int", "int", "hexadecimal", "octal", "binary", ] categories = [ "no-std", "parsing", "text-processing", ] license = "MIT" repository = "https://github.com/jwodder/strtoint" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies] [dev-dependencies.test-case] version = "2.2.2" [features] default = ["std"] std = []