# 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 = "json-ld-cli" version = "0.14.1" authors = ["Timothée Haudebourg "] description = "Command line interface for 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" resolver = "1" [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.contextual] version = "0.1.4" [dependencies.iref] version = "2.2" [dependencies.json-ld] version = "0.14.1" features = ["reqwest"] [dependencies.locspan] version = "0.7.13" [dependencies.log] version = "0.4.17" [dependencies.rdf-types] version = "0.14.2" [dependencies.static-iref] version = "2" [dependencies.stderrlog] version = "0.5" [dependencies.tokio] version = "1.23" features = [ "rt-multi-thread", "net", "macros", ]