# 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 = "atomic-cli" version = "0.40.0" authors = ["Joep Meindertsma "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI tool to create, store, query, validate and convert Atomic Data" readme = "README.md" license = "MIT" repository = "https://github.com/atomicdata-dev/atomic-server" [[bin]] name = "atomic-cli" path = "src/main.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.atomic_lib] version = "0.40.0" features = [ "config", "rdf", ] [dependencies.clap] version = "4" features = [ "cargo", "derive", ] [dependencies.colored] version = "2" [dependencies.dirs] version = "4" [dependencies.edit] version = "0.1" optional = true [dependencies.promptly] version = "0.3" [dependencies.regex] version = "1" [dev-dependencies.assert_cmd] version = "2" [features] default = ["native"] native = ["edit"]