url-prefix 1.3.3

A library for creating URL prefix strings.
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 = "url-prefix"
version = "1.3.3"
authors = ["Magic Len <len@magiclen.org>"]
description = "A library for creating URL prefix strings."
homepage = "https://magiclen.org/url-prefix"
readme = "README.md"
keywords = ["url", "prefix", "http", "https", "ftp"]
categories = ["value-formatting"]
license = "MIT"
repository = "https://github.com/magiclen/url-prefix"
[package.metadata.docs.rs]
all-features = true
[dependencies.validators]
version = ">=0.18,<0.21"
optional = true

[features]
validator = ["validators"]
[badges.travis-ci]
branch = "master"
repository = "magiclen/url-prefix"