std-uritemplate 2.0.10

std-uritemplate implementation for Rust
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.70"
name = "std-uritemplate"
version = "2.0.10"
build = false
exclude = [
    "test/",
    "init.sh",
    "test.sh",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "std-uritemplate implementation for Rust"
homepage = "https://github.com/std-uritemplate/std-uritemplate"
documentation = "https://docs.rs/std-uritemplate"
readme = "Readme.md"
keywords = [
    "uri",
    "url",
    "template",
    "rfc6570",
    "uritemplate",
]
categories = [
    "parsing",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/std-uritemplate/std-uritemplate"

[features]
_test-bin = ["dep:serde_json"]

[lib]
name = "stduritemplate"
path = "src/lib.rs"

[dependencies.serde_json]
version = "1"
optional = true