# 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 = "ssedit" version = "0.2.0" authors = ["Chris Tomich "] description = """ A stream editor for structured data formats like JSON, YAML, and INI that retains all original formatting and will retain original tabs/spaces/line ending formats. """ homepage = "https://github.com/chris-tomich/ssedit" documentation = "https://github.com/chris-tomich/ssedit" readme = "README.md" keywords = [ "stream", "editor", "json", ] categories = [ "command-line-utilities", "text-editors", "config", ] license = "MIT" repository = "https://github.com/chris-tomich/ssedit" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.lazy_static] version = "1.4.0" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.0"