# 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_test" version = "0.0.4" authors = ["Owen Synge "] include = [ "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = """ Tests for the `converge::Converge` trait and the `converge_derive` proc-macro.""" 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" [lib] name = "converge_test" proc-macro = true [dependencies.converge] version = "0.0.4" [dependencies.converge_derive] version = "0.0.4" [dependencies.pretty_assertions] version = "1"