byte-unit 1.0.0

A library for interaction with units of bytes.
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 = "byte-unit"
version = "1.0.0"
authors = ["Magic Len <len@magiclen.org>"]
description = "A library for interaction with units of bytes."
homepage = "https://magiclen.org/byte-unit"
readme = "README.md"
keywords = ["byte", "unit", "kb", "mb", "gb"]
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/magiclen/byte-unit"
[profile.release]
panic = "abort"
[dependencies.regex]
version = "1"