# 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 = "good-ormning" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Maybe an ORM" homepage = "https://github.com/andrewbaxter/good-ormning" readme = "readme.md" license = "ISC" repository = "https://github.com/andrewbaxter/good-ormning" [package.metadata.docs.rs] all-features = true [lib] name = "good_ormning" path = "src/lib.rs" [dependencies.chrono] version = "0.4" optional = true [dependencies.enum_dispatch] version = "0.3" [dependencies.flowcontrol] version = "0.2.2" [dependencies.genemichaels-lib] version = "0.5.0-pre3" [dependencies.hex] version = "0.4" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.rpds] version = "1" [dependencies.samevariant] version = "0.0" [dependencies.stable-hash] version = "0.4" [dependencies.syn] version = "2" [dev-dependencies.rusqlite] version = "0.32" [features] chrono = ["dep:chrono"] default = [] pg = [] sqlite = []