# 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 = "ssi-json-ld" version = "0.3.0" authors = ["Spruce Systems, Inc."] description = "JSON-LD-related definitions for the ssi library." documentation = "https://docs.rs/ssi-json-ld/" license = "Apache-2.0" repository = "https://github.com/spruceid/ssi/" [dependencies.async-std] version = "1.9" features = ["attributes"] [dependencies.combination] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.iref] version = "3.2.2" [dependencies.json-ld] version = "0.21.1" features = ["serde"] [dependencies.json-syntax] version = "0.12.5" features = ["serde"] [dependencies.lazy_static] version = "1.4" [dependencies.linked-data] version = "0.1.2" [dependencies.locspan] version = "0.8" [dependencies.rdf-types] version = "0.22.3" [dependencies.serde] version = "1.0" [dependencies.ssi-contexts] version = "0.1.6" default-features = false [dependencies.ssi-crypto] version = "0.2" default-features = false [dependencies.ssi-rdf] version = "0.1" default-features = false [dependencies.static-iref] version = "3.0" [dependencies.thiserror] version = "1.0.40" [dependencies.xsd-types] version = "0.9.5" [dev-dependencies.difference] version = "2.0" [dev-dependencies.nquads-syntax] version = "0.19" [dev-dependencies.serde_json] version = "1.0" features = ["arbitrary_precision"] [dev-dependencies.tokio] version = "1.27.0" features = [ "rt", "macros", ]