# 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 = "nquads-syntax" version = "0.19.0" authors = ["Timothée Haudebourg "] description = "RDF 1.1 N-Quads parser with code mapping metadata" documentation = "https://docs.rs/nquads-syntax" readme = "README.md" keywords = [ "parsing", "rdf", "n-quads", "w3c", ] categories = ["parsing"] license = "MIT/Apache-2.0" repository = "https://github.com/timothee-haudebourg/nquads-syntax" [dependencies.decoded-char] version = "0.1.1" [dependencies.iref] version = "3.1" [dependencies.langtag] version = "0.4.0" [dependencies.locspan] version = "0.8" [dependencies.rdf-types] version = "0.22.0" [dependencies.static-iref] version = "3.0" [dev-dependencies.codespan-reporting] version = "0.11.1" [dev-dependencies.log] version = "0.4.17" [dev-dependencies.stderrlog] version = "0.5.3"