# 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-config-parser" version = "0.2.0" description = "A simple parser for the Nix configuration file format" documentation = "https://docs.rs/nix-config-parser/latest/nix_config_parser" readme = "README.md" license = "LGPL-2.1" repository = "https://github.com/DeterminateSystems/nix-config-parser" resolver = "2" [dependencies.indexmap] version = "2" [dependencies.serde] version = "1.0.152" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.38" [dev-dependencies.tempfile] version = "3.4.0" [features] serde = [ "dep:serde", "indexmap/serde", ]