# 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 = "2018" rust-version = "1.56" name = "schemer" version = "0.2.1" authors = [ "Andrew Champion ", "Tom Kazimiers ", "Chris Barnes ", ] description = "A database schema migration library with DAG dependencies" readme = "README.md" keywords = [ "database", "migration", "sql", ] categories = ["database"] license = "MIT/Apache-2.0" repository = "https://github.com/aschampion/schemer" [dependencies.daggy] version = "0.8" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "1"