# 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 = "luna-orm-trait" version = "0.3.6" description = "ORM based on sqlx" homepage = "https://github.com/thegenius/luna-orm" license-file = "LICENSE" [dependencies.nom] version = "7.1.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_with] version = "3.4.0" [dependencies.sqlx] version = "0.7.3" features = [ "mysql", "sqlite", "any", ] [dependencies.tracing] version = "0.1" features = [ "max_level_trace", "release_max_level_info", ] [dependencies.typetag] version = "0.2" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.34.0" features = ["full"]