# 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-runtime" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Runtime code for good-ormning" 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_runtime" path = "src/lib.rs" [dependencies.chrono] version = "0" optional = true [dependencies.rusqlite] version = "0" optional = true [dependencies.tokio-postgres] version = "0" optional = true [features] chrono = ["dep:chrono"] default = [] pg = ["dep:tokio-postgres"] sqlite = ["dep:rusqlite"]