# 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 = "citerne" version = "0.1.0" description = """ A wrapper around diesel and testcontainers providing a single proc macro to run tests on a containerized database. """ documentation = "https://docs.rs/citerne" readme = "README.md" license = "MIT" repository = "https://github.com/oknozor/citerne" [dependencies.citerne-derive] version = "0.1.0" [dependencies.diesel] version = "2" [dependencies.diesel_migrations] version = "2" [dependencies.testcontainers] version = "0.14" [features] default = ["postgres"] postgres = [ "diesel/postgres", "citerne-derive/postgres", ]