[package] name = "rgb-lib-migration" version = "0.3.0-alpha.11" authors = [ "Zoe FaltibĂ  ", "Nicola Busanello ", ] edition = "2021" rust-version = "1.77.0" repository = "https://github.com/RGB-Tools/rgb-lib" homepage = "https://github.com/RGB-Tools/rgb-lib" license = "MIT" description = "RGB wallet library migrations" [lib] name = "rgb_lib_migration" path = "src/lib.rs" [dependencies] async-std = { version = "1.13", default-features = false, features = [ "attributes", "tokio1", ] } sea-orm-migration = { version = "=1.1.0", default-features = false, features = [ "cli", "runtime-async-std-rustls", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", ] }