# 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 = "turtle-syntax" version = "6.0.0" authors = ["Timothée Haudebourg "] description = "RDF Turtle parser" documentation = "https://docs.rs/turtle-syntax" readme = "README.md" keywords = [ "turtle", "rdf", "parser", ] categories = ["parsing"] license = "MIT/Apache-2.0" repository = "https://github.com/timothee-haudebourg/turtle-syntax" [dependencies.decoded-char] version = "0.1.1" [dependencies.iref] version = "2.2.3" [dependencies.langtag] version = "0.3.2" [dependencies.locspan] version = "0.7.13" [dependencies.rdf-types] version = "0.15.1" features = ["meta"] [dependencies.static-iref] version = "2.0.0" [dependencies.thiserror] version = "1.0.38" [dependencies.unicase] version = "2.6" [dependencies.xsd-types] version = "0.5.5" [dev-dependencies.codespan-reporting] version = "0.11.1" [dev-dependencies.log] version = "0.4.17" [dev-dependencies.nquads-syntax] version = "0.13.0" [dev-dependencies.stderrlog] version = "0.5.4"