# 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 = "apache_age" version = "0.6.3" authors = ["Tomasz Durda"] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust driver for the Apache AGE. Based on postgres package" readme = "README.md" categories = ["database"] license = "Apache-2.0" repository = "https://github.com/dzordzu/rust-apache-age.git" [package.metadata.docs.rs] all-features = true [lib] name = "apache_age" path = "src/lib.rs" [[example]] name = "all" path = "examples/all.rs" [[example]] name = "prepared_statements" path = "examples/prepared_statements.rs" [[example]] name = "prepared_statements_async" path = "examples/prepared_statements_async.rs" [[test]] name = "path" path = "tests/path.rs" [[test]] name = "person" path = "tests/person.rs" [[test]] name = "person-async" path = "tests/person-async.rs" [[test]] name = "ser_return_operation" path = "tests/ser_return_operation.rs" [[test]] name = "ser_set_operation" path = "tests/ser_set_operation.rs" [dependencies.async-trait] version = "0.1.83" optional = true [dependencies.bytes] version = "1.9.0" [dependencies.postgres] version = "0.19.9" [dependencies.postgres-types] version = "0.2.8" features = [ "derive", "with-serde_json-1", ] [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.133" [dependencies.tokio] version = "1.41.1" features = [ "macros", "rt-multi-thread", ] optional = true [dependencies.tokio-postgres] version = "0.7.12" [features] default = [ "sync", "tokio", ] serializers = [] sync = [] tokio = [ "dep:async-trait", "dep:tokio", ]