# 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" rust-version = "1.70.0" name = "neo4j_testcontainers" version = "0.3.0" authors = [ "Paul Horn ", "Neo4j Labs ", ] description = "Neo4j module for testcontainers-rs" documentation = "https://docs.rs/neo4j_testcontainers" readme = "README.md" keywords = [ "neo4j", "testcontainers", "docker", ] categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/knutwalker/neo4j-testcontainers-rs" [dependencies.testcontainers-modules] version = "0.4.0" features = ["neo4j"] [dev-dependencies.neo4rs] version = "0.7.0" [dev-dependencies.testcontainers] version = "0.16.7" features = ["blocking"] [dev-dependencies.tokio] version = "1.5.0" features = [ "test-util", "macros", ]