json-ld-cli-next 0.21.3

Command line interface for JSON-LD
[[bin]]
name = "json-ld-cli-next"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "3.0"

[dependencies.contextual]
version = "0.1.4"

[dependencies.iref]
version = "3.1.2"

[dependencies.json-ld-next]
features = ["reqwest"]
version = "0.21.3"

[dependencies.log]
version = "0.4.17"

[dependencies.rdf-types]
version = "0.22"

[dependencies.static-iref]
version = "3.0"

[dependencies.stderrlog]
version = "0.5"

[dependencies.tokio]
features = ["rt-multi-thread", "net", "macros"]
version = "1.23"

[package]
authors = ["Timothée Haudebourg <timothee@haudebourg.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "database", "data-structures"]
description = "Command line interface for JSON-LD"
edition = "2021"
keywords = ["json-ld", "json", "semantic-web", "linked-data", "rdf"]
license = "MIT/Apache-2.0"
name = "json-ld-cli-next"
readme = "README.md"
repository = "https://github.com/timothee-haudebourg/json-ld"
version = "0.21.3"