# 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 = "brug" version = "0.3.0-alpha0" description = "enum command generation for implementation blocks" readme = "README.md" categories = ["rpc"] license = "MIT" repository = "https://github.com/cijber/brug/" [dependencies.async-trait] version = "0.1" optional = true [dependencies.brug-macros] version = "0.3.0-alpha0" optional = true [dependencies.kanal] version = "0.1.0-pre8" optional = true [dependencies.tokio] version = "1" features = ["sync"] optional = true [features] async_trait = [ "brug-macros/async_trait", "async-trait", ] kanal = ["dep:kanal"] macros = ["brug-macros"] tokio = ["dep:tokio"]