2019-08-17 19:29:07 +03:00
|
|
|
# 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)
|
|
|
|
|
2017-08-02 13:44:48 +03:00
|
|
|
[package]
|
|
|
|
name = "percent-encoding"
|
2019-08-17 19:29:07 +03:00
|
|
|
version = "2.1.0"
|
2017-08-02 13:44:48 +03:00
|
|
|
authors = ["The rust-url developers"]
|
|
|
|
description = "Percent encoding and decoding"
|
|
|
|
license = "MIT/Apache-2.0"
|
2019-08-17 19:29:07 +03:00
|
|
|
repository = "https://github.com/servo/rust-url/"
|
2017-08-02 13:44:48 +03:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "lib.rs"
|
2019-08-17 19:29:07 +03:00
|
|
|
test = false
|