# 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" rust-version = "1.62" name = "dml-tools" version = "0.2.1" authors = ["Diego Florio "] description = "A library for DML generation and serialization from/to code or YAML files" homepage = "https://github.com/diegoefe/dml-tools" documentation = "https://docs.rs/dml-tools/" readme = "README.md" keywords = [ "database", "sql", "dml", "generator", ] categories = ["database"] license = "MIT" repository = "https://github.com/diegoefe/dml-tools" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "dml_tools" path = "src/lib.rs" [dependencies.linked-hash-map] version = "0.5.6" features = [ "serde", "serde_impl", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1" [dependencies.serde_yaml] version = "0.8" [dependencies.typetag] version = "0.2" [dependencies.yaml-merge-keys] version = "0.6" features = ["serde_yaml"] [dev-dependencies.log] version = "0.4" [dev-dependencies.regex] version = "1.10.2"