atoi 0.2.3

Parse integers directly from `[u8]` slices in safe code
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "atoi"
version = "0.2.3"
authors = ["Markus Klein <markus-klein@live.de>"]
description = "Parse integers directly from `[u8]` slices in safe code"
documentation = "https://docs.rs/atoi/"
keywords = ["atoi", "conversion", "integer"]
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/pacman82/atoi-rs"
[dependencies.num-traits]
version = "0.2.1"
[dev-dependencies.checked]
version = "0.5.0"