# 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 = "flakreate" version = "0.1.0" authors = ["Sridhar Ratnakumar "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Enriched Nix flake templates" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/juspay/omnix" [lib] name = "flakreate" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.colored] version = "2.0" [dependencies.console] version = "0.15.8" [dependencies.glob] version = "0.3.1" [dependencies.inquire] version = "0.7.5" [dependencies.nix_rs] version = "1.0.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.tracing] version = "0.1"