# 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 = "luci" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Define and read configuration file" readme = "readme.md" license = "Apache-2.0" repository = "https://github.com/kevin-leptons/luci" [lib] name = "luci" path = "src/lib.rs" [[example]] name = "read_jsonc" path = "examples/read_jsonc.rs" [[test]] name = "read_jsonc" path = "tests/read_jsonc.rs" [dependencies.libc] version = "0.2.149" [dependencies.serde] version = "1.0.187" features = ["derive"] [dependencies.serde-hjson] version = "1.0.0" [dependencies.url] version = "2.5.2" [dev-dependencies.kix] version = "0.4.0"