# 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.77.0" name = "json-ld" version = "0.21.1" authors = ["Timothée Haudebourg "] description = "JSON-LD implementation" documentation = "https://docs.rs/json-ld" readme = "README.md" keywords = [ "json-ld", "json", "semantic-web", "linked-data", "rdf", ] categories = [ "web-programming", "database", "data-structures", ] license = "MIT/Apache-2.0" repository = "https://github.com/timothee-haudebourg/json-ld" [package.metadata.docs.rs] all-features = true [dependencies.contextual] version = "0.1.4" [dependencies.futures] version = "0.3" [dependencies.iref] version = "3.1.2" [dependencies.json-ld-compaction] version = "0.21.1" [dependencies.json-ld-context-processing] version = "0.21.1" [dependencies.json-ld-core] version = "0.21.1" [dependencies.json-ld-expansion] version = "0.21.1" [dependencies.json-ld-serialization] version = "0.21.1" [dependencies.json-ld-syntax] version = "0.21.1" [dependencies.json-syntax] version = "0.12" [dependencies.locspan] version = "0.8" [dependencies.rdf-types] version = "0.22" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.async-std] version = "1.12" features = ["attributes"] [dev-dependencies.iref] version = "3.1.2" [dev-dependencies.log] version = "0.4.17" [dev-dependencies.nquads-syntax] version = "0.19" [dev-dependencies.stacker] version = "0.1.15" [dev-dependencies.static-iref] version = "3.0" [features] reqwest = ["json-ld-core/reqwest"] serde = [ "json-ld-syntax/serde", "json-ld-core/serde", ]