# 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 = "music-player-migration" version = "0.1.9" authors = ["Tsiry Sandratraina "] description = "The migrations for the music player" readme = "README.md" license = "MIT" repository = "https://github.com/tsirysndr/music-player" [lib] name = "migration" path = "src/lib.rs" [dependencies.clap] version = "3.2.23" [dependencies.dotenv] version = "0.15.0" [dependencies.music-player-settings] version = "0.1.4" [dependencies.sea-orm-migration] version = "^0.9.0" features = [ "runtime-tokio-rustls", "sqlx-sqlite", ] [dependencies.tokio] version = "1.0" features = ["full"]