# 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.77.0" name = "rgb-lib-migration" version = "0.3.0-alpha.11" authors = [ "Zoe FaltibĂ  ", "Nicola Busanello ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "RGB wallet library migrations" homepage = "https://github.com/RGB-Tools/rgb-lib" readme = "README.md" license = "MIT" repository = "https://github.com/RGB-Tools/rgb-lib" [lib] name = "rgb_lib_migration" path = "src/lib.rs" [[bin]] name = "rgb-lib-migration" path = "src/main.rs" [dependencies.async-std] version = "1.13" features = [ "attributes", "tokio1", ] default-features = false [dependencies.sea-orm-migration] version = "=1.1.0" features = [ "cli", "runtime-async-std-rustls", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", ] default-features = false