# 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-derive" 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", "derive", "macro", ] categories = ["development-tools::procedural-macro-helpers"] license = "Unlicense" repository = "https://github.com/rust-rdf/rdf.rs" [lib] name = "rdf_derive" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro-crate] version = "3.1" [dependencies.proc-macro2] version = "1" default-features = false [dependencies.quote] version = "1" default-features = false [dependencies.syn] version = "2" default-features = true [dev-dependencies.rdf-model] version = "=0.0.1" default-features = false [features] all = [] default = [ "all", "std", ] std = ["rdf-model/std"] unstable = ["rdf-model/unstable"]