# 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.0" name = "rdf-types" version = "0.22.4" authors = ["Timothée Haudebourg "] description = "Data-structures and traits definitions for RDF." documentation = "https://docs.rs/rdf-types" readme = "README.md" keywords = [ "rdf", "w3c", "triple", "quad", "blank", ] categories = ["data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/timothee-haudebourg/rdf-types" [dependencies.contextual] version = "0.1.6" optional = true [dependencies.educe] version = "0.5.11" [dependencies.indexmap] version = "2.2.5" [dependencies.iref] version = "3.1.4" [dependencies.langtag] version = "0.4.0" [dependencies.raw-btree] version = "0.2.0" [dependencies.replace_with] version = "0.1.7" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.slab] version = "0.4.9" [dependencies.static-iref] version = "3.0" [dependencies.thiserror] version = "1.0.57" [dependencies.uuid] version = "0.8" optional = true [dev-dependencies.rand] version = "0.8.5" features = ["small_rng"] [features] default = [] serde = [ "dep:serde", "iref/serde", "langtag/serde", ] uuid-generator = [ "uuid-generator-v3", "uuid-generator-v4", "uuid-generator-v5", ] uuid-generator-v3 = [ "uuid", "uuid/v3", ] uuid-generator-v4 = [ "uuid", "uuid/v4", ] uuid-generator-v5 = [ "uuid", "uuid/v5", ]