# 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 = "logic-lock" version = "1.0.0" authors = ["Marco Napetti"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "MySQL logic locks implemented over sea-orm" documentation = "https://docs.rs/logic-lock" readme = "README.md" keywords = [ "mysql", "lock", "orm", ] categories = ["database"] license = "MIT" repository = "https://github.com/nappa85/logic-lock" [lib] name = "logic_lock" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.64" [dependencies.sea-orm] version = "1.0.0" [dependencies.tracing] version = "0.1.37" [dev-dependencies.sea-orm] version = "1.0.0" features = [ "sqlx-mysql", "runtime-tokio-rustls", "debug-print", ] [dev-dependencies.tokio] version = "1.25.0" features = [ "rt", "macros", ] [dev-dependencies.tokio-stream] version = "0.1.11" [dev-dependencies.tracing-subscriber] version = "0.3.16"