# 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 = "cypher-dto" version = "0.3.1" description = "A collection of traits and macros for working Data Transfer Objects (DTOs) Cypher and Neo4j." readme = "README.md" keywords = [ "neo4j", "cypher", "dto", "query", "graph", ] categories = ["database"] license = "MIT" repository = "https://github.com/jifalops/cypher-dto" [package.metadata] msrv = "1.60" [dependencies.chrono] version = "0.4" [dependencies.cypher-dto-macros] version = "0.3.1" optional = true [dependencies.neo4rs] version = "0.7.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.lenient_semver] version = "0.4.2" features = ["version_lite"] [dev-dependencies.pretty_env_logger] version = "0.5.0" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.testcontainers] version = "0.15.0" [dev-dependencies.testcontainers-modules] version = "0.3.4" features = ["neo4j"] [dev-dependencies.tokio] version = "1.29.1" [dev-dependencies.uuid] version = "1.4.1" features = ["v4"] [features] default = ["macros"] macros = ["cypher-dto-macros"] serde = [ "macros", "cypher-dto-macros/serde", ]