# 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 = "2018" name = "rsmgclient" version = "2.0.2" authors = ["Memgraph Contributors "] exclude = [".github/*"] description = "Memgraph database adapter for Rust programming language." homepage = "https://memgraph.com" documentation = "https://docs.rs/rsmgclient" readme = "README.md" keywords = [ "memgraph", "client", "driver", "database-adapter", ] categories = [ "database", "api-bindings", ] license = "Apache-2.0" repository = "https://github.com/memgraph/rsmgclient" [[bench]] name = "connection-benchmark" path = "benches/connection.rs" harness = false [dependencies.chrono] version = "0.4.19" [dependencies.maplit] version = "1.0.2" [dev-dependencies.cargo-husky] version = "1" features = ["user-hooks"] default-features = false [dev-dependencies.libc] version = "0.2" [dev-dependencies.serde_json] version = "1.0.57" [dev-dependencies.serial_test] version = "0.4.0" [build-dependencies.bindgen] version = "0.68.1" [build-dependencies.cmake] version = "0.1.45"