# 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" name = "rdftk_iri" version = "0.2.5" authors = ["Simon Johnston "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "This crate provides an implementation of the IRI and URI specifications." documentation = "https://docs.rs/rdftk_core/" readme = "README.md" license = "MIT" repository = "https://github.com/johnstonskj/rust-rdftk.git" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "rdftk_iri" path = "src/lib.rs" [dependencies.url] version = "2.5.2" [dependencies.uuid] version = "1.10" features = ["v4"]