# 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 = "idr2nix" version = "0.1.2" authors = ["Nathan McCarty "] exclude = [ "scripts/", "test-data/packages", ] description = "Generate a Nix flake from an Idris 2 package" homepage = "https://sr.ht/~thatonelutenist/idr2nix/" readme = "README.md" keywords = [ "idris", "nix", ] categories = [ "command-line-utilities", "development-tools", ] license = "GPL-3.0-or-later" repository = "https://git.sr.ht/~thatonelutenist/idr2nix" [dependencies.clap] version = "4.3.0" features = [ "derive", "env", ] [dependencies.color-eyre] version = "0.6.2" [dependencies.custom_debug] version = "0.5.1" [dependencies.git2] version = "0.17.2" [dependencies.lru] version = "0.10.0" [dependencies.petgraph] version = "0.6.3" [dependencies.regex] version = "1.8.3" [dependencies.semver] version = "1.0.17" features = ["serde"] [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.snafu] version = "0.7.4" [dependencies.toml] version = "0.7.4" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dev-dependencies.tempfile] version = "3.5.0"