# 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 = "monetdb" version = "0.2.0" authors = ["Joeri van Ruth "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Client library for MonetDB, a high performance SQL database for analytics" homepage = "https://github.com/MonetDB/monetdb-rust" readme = "README.md" keywords = [ "monetdb", "database", "sql", ] categories = ["database"] license = "MPL-2.0" repository = "https://github.com/MonetDB/monetdb-rust" [lib] name = "monetdb" path = "src/lib.rs" [[example]] name = "testconnect" path = "examples/testconnect.rs" [dependencies.array-macro] version = "2.1.8" [dependencies.bstr] version = "1.10.0" [dependencies.claims] version = "0.7.1" [dependencies.digest] version = "0.10.7" [dependencies.enum-utils] version = "0.1.2" [dependencies.gethostname] version = "0.5.0" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.22" [dependencies.memchr] version = "2.7.4" [dependencies.ripemd] version = "0.1.3" [dependencies.rustls] version = "0.23.13" optional = true [dependencies.rustls-platform-verifier] version = "0.3.4" optional = true [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.64" [dependencies.time] version = "0.3.36" features = [ "alloc", "std", "local-offset", ] [dependencies.url] version = "2.5.2" [dev-dependencies.anyhow] version = "1.0.89" [dev-dependencies.bstr] version = "1.10.0" [dev-dependencies.itertools] version = "0.13.0" [dev-dependencies.simplelog] version = "0.12.2" [features] default = [] rustls = [ "dep:rustls", "dep:rustls-platform-verifier", ]