# 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 = "rdf-reader" version = "0.0.1" authors = ["Arto Bendiken"] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "RDF.rs" homepage = "https://github.com/rust-rdf" readme = "README.md" keywords = [ "rdf", "knowledge-graph", "linked-data", "semantic-web", ] categories = [ "data-structures", "no-std", ] license = "Unlicense" repository = "https://github.com/rust-rdf/rdf.rs" [lib] name = "rdf_reader" path = "src/lib.rs" [dependencies.rdf-model] version = "=0.0.1" default-features = false [features] all = ["serde"] default = [ "all", "std", ] serde = ["rdf-model/serde"] std = ["rdf-model/std"] unstable = ["rdf-model/unstable"]