# 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 = "nix-data" version = "0.0.3" include = [ "src/*", "Cargo.toml", "LICENSE*", "README.md", ] description = "A set of modules for easily managing Nix and NixOS packages and options" readme = "README.md" keywords = [ "nix", "nixos", "nix-editor", "snowflakeos", ] license = "MIT" repository = "https://github.com/snowflakelinux/nix-data/" [dependencies.anyhow] version = "1.0" [dependencies.brotli] version = "3.4" [dependencies.csv] version = "1.3" [dependencies.ijson] version = "0.1" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.nix-editor] version = "0.3.0" [dependencies.pretty_env_logger] version = "0.5" [dependencies.reqwest] version = "0.11" features = [ "blocking", "brotli", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sqlx] version = "0.7" features = [ "runtime-tokio-native-tls", "sqlite", ] [dependencies.tokio] version = "1" features = ["full"]