# 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 = "mayhem-migrations" version = "0.2.0-beta.1" authors = ["RedstoneWizard08"] description = """ A Discord-like chat application optimized for security, stability, speed, and ultimate customization. => Database Migrations Module """ homepage = "https://github.com/RedstoneWizard08/mayhem" readme = "README.md" license = "MIT" repository = "https://github.com/RedstoneWizard08/mayhem" resolver = "1" [lib] name = "migration" path = "src/lib.rs" [dependencies.futures] version = "0.3.25" [dependencies.sea-orm-migration] version = "^0.10.0" features = [ "runtime-tokio-rustls", "sqlx-postgres", ] [dependencies.tokio] version = "1.21.2" features = [ "test-util", "full", ]