# 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 = "ngyn_cli" version = "0.0.1" description = "Modular backend framework for web applications" license = "MIT" resolver = "1" [package.metadata.binstall.overrides.x86_64-pc-windows-msvc] pkg-url = "{ repo }/releases/download/v{ version }/ngyn-x86_64-windows.zip" bin-dir = "ngyn-x86_64-windows/ngyn.exe" pkg-fmt = "zip" [package.metadata.binstall.overrides.x86_64-apple-darwin] pkg-url = "{ repo }/releases/download/v{ version }/ngyn-x86_64-macos.tar.xz" bin-dir = "ngyn-x86_64-macos/ngyn" pkg-fmt = "txz" [package.metadata.binstall.overrides.aarch64-apple-darwin] pkg-url = "{ repo }/releases/download/v{ version }/ngyn-aarch64-macos.tar.xz" bin-dir = "ngyn-x86_64-macos/ngyn" pkg-fmt = "txz" [package.metadata.binstall.overrides.x86_64-unknown-linux-gnu] pkg-url = "{ repo }/releases/download/v{ version }/ngyn-x86_64-linux.tar.xz" bin-dir = "ngyn-x86_64-linux/ngyn" pkg-fmt = "txz" [lib] path = "src/lib.rs" [[bin]] name = "ngyn" path = "src/bin/main.rs" required-features = ["cli"] [dependencies.anyhow] version = "1" [dependencies.clap] version = "3.2.25" features = ["cargo"] optional = true [dependencies.console] version = "^0.15.0" [dependencies.exitcode] version = "^1.1.2" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "^0.9.0" [dependencies.tracing] version = "^0.1.34" [dependencies.tracing-subscriber] version = "^0.3.11" features = ["env-filter"] [dependencies.tracing-tree] version = "0.2.1" [features] cli = ["clap"] default = ["cli"]