# 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 = "ormlitex-cli" version = "0.17.1" authors = ["Kurt Wolf "] description = "An ORM for people who love SQL. Use the `ormlitex` crate, not this one." license = "MIT" repository = "https://github.com/holmofy/ormlitex" resolver = "1" [[bin]] name = "ormlitex" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.colored] version = "2" [dependencies.ormlitex] version = "0.17" [dependencies.ormlitex-attr] version = "0.17" [dependencies.ormlitex-core] version = "0.17" [dependencies.proc-macro2] version = "1" [dependencies.regex] version = "1" [dependencies.sha2] version = "0.10" [dependencies.sqlmo] version = "0.16" features = ["tracing"] [dependencies.sqlmo_sqlx] version = "0.16" [dependencies.syn] version = "2" [dependencies.time] version = "0.3" features = ["formatting"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.url] version = "2" [dev-dependencies.assert_matches] version = "1" [features] default = [ "ormlitex/postgres", "ormlitex/uuid", "ormlitex/time", "ormlitex/json", "ormlitex/chrono", "ormlitex/runtime-tokio-rustls", ] experimental-sid = []