# 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 = "2018" name = "nix-query-tree-viewer" version = "0.2.1" authors = ["cdepillabout@gmail.com"] description = "A GTK viewer for `nix-store --query --tree` output" readme = "README.md" keywords = ["gtk", "nix", "nix-store", "gui"] categories = ["gui"] license = "MIT" repository = "https://github.com/cdepillabout/nix-query-tree-viewer" [dependencies.gdk] version = "0.12.0" [dependencies.gio] version = "0.8.0" [dependencies.glib] version = "0.9.1" [dependencies.glib-sys] version = "0.9.1" [dependencies.gtk] version = "0.8.0" features = ["v3_22"] [dependencies.gtk-sys] version = "0.9.2" [dependencies.nom] version = "5.1.0" [dependencies.pango] version = "0.8.0" [dependencies.structopt] version = "0.3.9" [dev-dependencies.indoc] version = "0.3.4"