# 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 = "libsnow" version = "0.0.1-alpha.1" include = [ "src/*", "Cargo.toml", "LICENSE*", "README.md", ] description = "An opinionated library for interacting with the Nix package manager" readme = "README.md" keywords = [ "nix", "nixos", "snowflakeos", ] license = "MIT" repository = "https://github.com/snowfallorg/libsnow" [dependencies.anyhow] version = "1.0" [dependencies.brotli] version = "6.0" [dependencies.csv] version = "1.3" [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.rayon] version = "1.8" [dependencies.reqwest] version = "0.12" features = [ "json", "brotli", ] [dependencies.rusqlite] version = "0.31" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"]