# 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 = "exemplar" version = "0.11.0" authors = ["Colonial"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A boilerplate eliminator for rusqlite." readme = "README.md" keywords = [ "sqlite", "rusqlite", "database", ] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/Colonial-Dev/exemplar/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "exemplar" path = "src/lib.rs" [[test]] name = "derivation" path = "tests/derivation.rs" [[test]] name = "record" path = "tests/record.rs" [[test]] name = "sql_enum" path = "tests/sql_enum.rs" [[bench]] name = "binding_strategies" path = "benches/binding_strategies.rs" harness = false [[bench]] name = "query_exemplar" path = "benches/query_exemplar.rs" harness = false [[bench]] name = "query_manual" path = "benches/query_manual.rs" harness = false [[bench]] name = "query_serde" path = "benches/query_serde.rs" [dependencies.exemplar_proc_macro] version = "0.7.1" [dependencies.rusqlite] version = "0.32" [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.serde] version = "1.0.189"