# 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 = "rqlite-rs-macros" version = "0.2.10" authors = ["Tom Voet "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Proc-macros for rqlite-rs" documentation = "https://docs.rs/rqlite-rs/" readme = "README.md" keywords = [ "rqlite", "database", "async", ] categories = [ "database", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tomvoet/rqlite-rs" [lib] name = "rqlite_rs_macros" path = "src/lib.rs" proc-macro = true [dependencies.quote] version = "1.0.37" [dependencies.rqlite-rs-core] version = "0.2.11" [dependencies.syn] version = "2.0.79" features = [ "full", "parsing", ]