iri-string 0.1.1

IRI as string
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 = "iri-string"
version = "0.1.1"
authors = ["YOSHIOKA Takuma <lo48576@hard-wi.red>"]
description = "IRI as string"
readme = "README.md"
keywords = ["IRI", "URI"]
license = "MIT/Apache-2.0"
repository = "https://github.com/lo48576/iri-string"
[dependencies.opaque_typedef]
version = "^0.0.3"

[dependencies.opaque_typedef_macros]
version = "^0.0.3"

[dependencies.serde]
version = "^1.0.45"
features = ["derive"]
optional = true

[dependencies.url]
version = "^1.7"

[features]
default = ["serde"]
[badges.travis-ci]
repository = "lo48576/iri-string"