# 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 = "ntro" version = "0.3.4" description = "Introspect configuration files and generate typescript type declarations or other useful typescript code." homepage = "https://github.com/Gnarus-G/ntro" readme = "README.md" license = "MIT" repository = "https://github.com/Gnarus-G/ntro" [dependencies.anyhow] version = "1.0.72" [dependencies.clap] version = "4.3.11" features = ["derive"] [dependencies.clap_complete] version = "4.3.2" [dependencies.colored] version = "2.0.4" [dependencies.log] version = "0.4.19" [dependencies.notify] version = "6.0.1" [dependencies.serde] version = "1.0.167" features = ["derive"] [dependencies.serde_json] version = "1.0.103" features = ["preserve_order"] [dependencies.serde_yaml] version = "0.9.22" [dependencies.simple_logger] version = "4.2.0" features = ["stderr"] [dependencies.thiserror] version = "1.0.44" [dependencies.which] version = "4.4.0" [dev-dependencies.insta] version = "1.30.0"