# 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 = "openraft-macros" version = "0.9.17" authors = [ "Databend Authors ", "Anthony Dodd ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Advanced Raft consensus" homepage = "https://github.com/datafuselabs/openraft" documentation = "https://docs.rs/openraft" readme = "README.md" keywords = [ "raft", "consensus", ] categories = [ "algorithms", "asynchronous", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/datafuselabs/openraft" [lib] name = "openraft_macros" path = "src/lib.rs" proc-macro = true [[test]] name = "test_expand" path = "tests/test_expand.rs" [[test]] name = "test_since" path = "tests/test_since.rs" [dependencies.chrono] version = "0.4" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.semver] version = "1.0.14" [dependencies.syn] version = "2.0" features = [ "full", "extra-traits", ] [dev-dependencies.macrotest] version = "1" [dev-dependencies.trybuild] version = "1.0" [features] singlethreaded = []