# 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 = "besu-mysql" version = "0.0.1" authors = ["Oscar Beaumont "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "MySQL driver and dialect for Besu" documentation = "https://docs.rs/besu-mysql/latest/besu-mysql" readme = "README.md" keywords = [ "async", "database", "query-builder", "typesafe", "mysql", ] categories = [ "web-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/specta-rs/besu" [package.metadata."docs.rs"] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "besu_mysql" path = "src/lib.rs" [dependencies.besu] version = "0.0.1" [dependencies.sqlx] version = "0.8" features = ["mysql"] optional = true default-features = false [features] default = [] sqlx = ["dep:sqlx"] tokio = ["sqlx?/runtime-tokio"] [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.cargo] level = "warn" priority = -2 [lints.clippy.multiple_crate_versions] level = "allow" priority = 1 [lints.clippy.panic] level = "warn" priority = -4 [lints.clippy.panic_in_result_fn] level = "warn" priority = -6 [lints.clippy.todo] level = "warn" priority = -5 [lints.clippy.unwrap_used] level = "warn" priority = -3 [lints.rust.missing_docs] level = "warn" priority = -2 [lints.rust.unsafe_code] level = "forbid" priority = -1