# 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 = "nickelodeon" version = "0.0.4" exclude = [ "nix/*", ".envrc", "shell.nix", ] description = "A library to help your CLI be configured with Nickel" homepage = "https://github.com/marcesquerra/nickelodeon" readme = "README.md" keywords = [ "nickel", "config", "configuration", "cli", ] categories = [ "command-line-interface", "config", "filesystem", ] license = "MIT" repository = "https://github.com/marcesquerra/nickelodeon" [dependencies.config-finder] version = "0.1.2" [dependencies.nickel-lang-core] version = "0.1.0" [dependencies.serde] version = "1.0.166" features = ["derive"] [dependencies.serde_json] version = "1.0.99" [dev-dependencies.tempfile] version = "3.6.0"