# 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 = "miniorm-example-todo" version = "0.3.0" authors = ["Cédric Meuter "] description = "a *very* simple ORM built on top of sqlx" homepage = "https://github.com/meuter/miniorm-rs" readme = "README.md" keywords = [ "sqlx", "orm", ] license = "MIT" repository = "https://github.com/meuter/miniorm-rs" [dependencies.dotenv] version = "0.15.0" [dependencies.miniorm] version = "0.3.0" [dependencies.sqlx] version = "0.7.4" features = [ "runtime-tokio", "chrono", ] [dependencies.tokio] version = "1.36.0" features = ["full"]