# 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 = "dfraw_json_parser-cli" version = "1.2.1" authors = ["Nicholas Westerhausen "] description = "CLI for parsing Dwarf Fortress raw files into JSON" homepage = "https://github.com/nwesterhausen/dfraw_json_parser" readme = "README.md" keywords = [ "dwarf_fortress", "JSON", "parsing", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/nwesterhausen/dfraw_json_parser.git" [dependencies.chrono] version = "0.4" [dependencies.dfraw_json_parser] version = "0.17" [dependencies.fern] version = "0.6.2" features = ["colored"] [dependencies.lexopt] version = "0.3" [dependencies.serde_json] version = "1.0" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18"