# 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.63" name = "neo4rs" version = "0.8.0" authors = [ "Neo4j Labs ", "John Pradeep Vincent ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust driver for Neo4j" documentation = "https://docs.rs/neo4rs" readme = "README.md" keywords = [ "neo4j", "driver", "bolt", "cypher", "tokio", ] categories = [ "database", "network-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/neo4j-labs/neo4rs" [lib] name = "neo4rs" path = "src/lib.rs" [[example]] name = "concurrent_writes" path = "examples/concurrent_writes.rs" [[test]] name = "configurations" path = "tests/configurations.rs" [[test]] name = "container" path = "tests/container.rs" [[test]] name = "dates" path = "tests/dates.rs" [[test]] name = "datetime_as_param" path = "tests/datetime_as_param.rs" [[test]] name = "durations" path = "tests/durations.rs" [[test]] name = "example" path = "tests/example.rs" [[test]] name = "missing_properties" path = "tests/missing_properties.rs" [[test]] name = "nodes" path = "tests/nodes.rs" [[test]] name = "parse_datetime_from_result" path = "tests/parse_datetime_from_result.rs" [[test]] name = "parse_time_from_result" path = "tests/parse_time_from_result.rs" [[test]] name = "path" path = "tests/path.rs" [[test]] name = "points" path = "tests/points.rs" [[test]] name = "raw_bytes" path = "tests/raw_bytes.rs" [[test]] name = "relationships" path = "tests/relationships.rs" [[test]] name = "result_stream" path = "tests/result_stream.rs" [[test]] name = "rollback_a_transaction" path = "tests/rollback_a_transaction.rs" [[test]] name = "streams_within_a_transaction" path = "tests/streams_within_a_transaction.rs" [[test]] name = "time_as_param" path = "tests/time_as_param.rs" [[test]] name = "transactions" path = "tests/transactions.rs" [[test]] name = "txn_change_db" path = "tests/txn_change_db.rs" [[test]] name = "txn_vs_graph" path = "tests/txn_vs_graph.rs" [[test]] name = "unbounded_relationships" path = "tests/unbounded_relationships.rs" [dependencies.async-trait] version = "0.1.0" [dependencies.backoff] version = "0.4.0" features = ["tokio"] [dependencies.bytes] version = "1.5.0" features = ["serde"] [dependencies.chrono] version = "0.4.23" features = [ "std", "serde", ] default-features = false [dependencies.chrono-tz] version = "0.8.3" [dependencies.deadpool] version = "0.9,0" features = ["managed"] default-features = false [dependencies.delegate] version = "0.10.0" [dependencies.futures] version = "0.3.0" [dependencies.log] version = "0.4" [dependencies.neo4rs-macros] version = "0.3.0" [dependencies.paste] version = "1.0.0" [dependencies.pin-project-lite] version = "0.2.9" [dependencies.rustls-native-certs] version = "0.7.1" [dependencies.rustls-pemfile] version = "2.1.2" [dependencies.serde] version = "1.0.0" [dependencies.serde_json] version = "1.0.0" optional = true [dependencies.thiserror] version = "1.0.2" [dependencies.tokio] version = "1.5.0" features = ["full"] [dependencies.tokio-rustls] version = "0.26.0" features = [ "tls12", "ring", ] default-features = false [dependencies.url] version = "2.0.0" [dependencies.webpki-roots] version = "0.26.0" [dev-dependencies.lenient_semver] version = "0.4.2" features = ["version_lite"] default-features = false [dev-dependencies.pretty_env_logger] version = "0.4.0" [dev-dependencies.serde] version = "1.0.185" features = ["derive"] [dev-dependencies.serde_bytes] version = "0.11.0" [dev-dependencies.serde_json] version = "1.0.0" [dev-dependencies.serde_with] version = "3.0.0" [dev-dependencies.tap] version = "1.0.1" [dev-dependencies.testcontainers] version = "0.15.0" [dev-dependencies.testcontainers-modules] version = "0.1.4" features = ["neo4j"] [dev-dependencies.time] version = "0.3.0" features = ["serde"] [dev-dependencies.uuid] version = "1.0.0" features = ["v4"] [features] json = ["serde_json"]