# 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 = "aromatic" version = "0.1.1" authors = ["Lucas Montes "] description = "Automatic ORM" license = "MIT OR Apache-2.0" repository = "https://github.com/lucas-montes/aromatic" [lib] name = "aromatic" path = "src/lib.rs" [dependencies.clap] version = "4.3.19" [dependencies.menva] version = "0.1.0" [dependencies.serde] version = "1.0.163" features = [ "derive", "rc", ] [dependencies.sqlx] version = "0.7.0" features = [ "sqlite", "runtime-tokio", "tls-rustls", ] [dependencies.tokio] version = "1.28.2" features = ["full"] [dependencies.tracing] version = "0.1"