rust-version 0.1.0

Crate for parsing Rust versions.
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 = "rust-version"
version = "0.1.0"
authors = ["Clar Charr <clar@charr.xyz>"]
exclude = [".gitignore"]
description = "Crate for parsing Rust versions."
documentation = "https://docs.charr.xyz/rust-version/rust_version"
readme = "README.md"
categories = ["config", "development-tools::build-utils", "parsing"]
license = "CC0-1.0"
repository = "https://github.com/clarcharr/rust-version"
[[package.metadata.test-all.cases]]
versions = ["nightly"]
[dependencies.toml]
version = "0.4.2"

[dependencies.data-encoding]
version = "2.0.0-rc.1"

[dependencies.reqwest]
version = "0.7.3"

[dependencies.either]
version = "1.1.0"

[dependencies.serde]
version = "1.0.11"

[dependencies.serde_derive]
version = "1.0.11"

[dependencies.itoa]
version = "0.3.3"

[features]
default = []