# 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 = "converge" version = "0.0.5" authors = ["Owen Synge "] description = """ Layered configuration, can be expressed in a single line of code. The `Converge` trait merges instances of structures into a new instance of a structure. The `Converge` trait can be derived, and when needed with field attributes for nested structures, or a custom `strategy`.""" readme = "README.md" keywords = [ "config", "converge", "merge", "derive", "configuration", ] categories = [ "data-structures", "config", ] license = "MIT OR Apache-2.0" repository = "https://github.com/osynge/converge" resolver = "1" [lib] name = "converge" [dependencies.converge_derive] version = "0.0.5"