# 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 = "nixel" version = "5.2.0" authors = ["Kevin Amado "] description = "Parser for the Nix Expressions Language" readme = "README.md" keywords = [ "cli", "parser", "serde", "serialization", "text", ] categories = [ "command-line-utilities", "data-structures", "parser-implementations", "text-processing", ] license = "GPL-3.0-only" repository = "https://github.com/kamadorueda/nixel" [profile.release] opt-level = 3 lto = true codegen-units = 256 [profile.release.package."*"] opt-level = 3 codegen-units = 256 [profile.release.build-override] opt-level = 3 codegen-units = 256 [[bin]] name = "nixel" required-features = ["all"] [dependencies.clap] version = "4" features = [ "std", "help", "usage", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] optional = true default-features = false [dependencies.serde_json] version = "1" features = ["std"] optional = true default-features = false [dev-dependencies.walkdir] version = "2" default-features = false [build-dependencies.bindgen] version = "0" default-features = false [build-dependencies.cc] version = "1" default-features = false [features] all = [ "serde", "serde_json", ] default = ["all"]