# 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 = "db_code" version = "0.1.3" authors = ["Andy "] description = "Generate Db code" homepage = "https://github.com/peacess/db_code" readme = "README.md" keywords = [ "rust", "db", "generate", "sql", "code", ] license = "Apache-2.0" repository = "https://github.com/peacess/db_code" [lib] name = "db_code" path = "./lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.log] version = "0.4.21" features = [ "max_level_debug", "release_max_level_info", ] [dependencies.rust_kits] version = "0.1.2" [dependencies.sqlx] version = "0.7.4" features = [ "runtime-tokio-rustls", "sqlite", ] [dependencies.xid] version = "1.1.1"