# 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 = "linkspace-cli" version = "0.1.4" authors = ["Azon "] description = "'lk' - the linkspace cli" homepage = "https://antonsol919.github.io/linkspace/" documentation = "https://antonsol919.github.io/linkspace/docs/guide/index.html" readme = "README.md" keywords = [ "linkspace", "supernet", ] categories = [ "command-line-utilities", "database", "network-programming", "asynchronous", ] license = "MPL-2.0" repository = "https://github.com/AntonSol919/linkspace" resolver = "1" [[bin]] name = "lk" path = "src/main.rs" [dependencies.anyhow] version = "1.0.69" [dependencies.linkspace] version = "0.1.4" [dependencies.linkspace-common] version = "0.1.1" [dependencies.serde_json] version = "1.0.82" [dependencies.tracing-subscriber] version = "0.3.14" features = ["env-filter"]