# 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 = "nccl" version = "5.4.0" authors = ["Zack "] description = "Minimal configuration file format and library." homepage = "https://github.com/zphixon/nccl" documentation = "https://docs.rs/nccl" readme = "README.md" keywords = [ "nccl", "configuration", "config", ] categories = ["config"] license = "MIT" repository = "https://github.com/zphixon/nccl" [[example]] name = "big" [dependencies.arbitrary] version = "1.3.2" features = ["derive"] optional = true [dependencies.fnv] version = "1.0.7" [dependencies.indexmap] version = "2.2.5" [dev-dependencies.rand] version = "0.8.5" [features] default = [] fuzz = ["arbitrary"]