# 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 = "abcgen" version = "0.4.0" authors = ["Francesco Buldo "] build = false exclude = ["TODO"] autobins = false autoexamples = false autotests = false autobenches = false description = "A procedural macro to generate boilerplate code for objects implementing the 'Actor' pattern" documentation = "https://docs.rs/abcgen" readme = "README.md" keywords = [ "actor", "async", "runnable", "boilerplate", "service", ] categories = ["rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/frabul/abcgen" [profile.release] opt-level = 3 lto = true debug = 0 strip = true [lib] name = "abcgen" path = "src/lib.rs" [[example]] name = "actor_prototyping" path = "examples/actor_prototyping.rs" [[example]] name = "expand_file" path = "examples/expand_file.rs" [[example]] name = "hello_world" path = "examples/hello_world.rs" [[example]] name = "hello_world_expanded" path = "examples/hello_world_expanded.rs" [[example]] name = "print_stuff" path = "examples/print_stuff.rs" [[example]] name = "print_stuff_expanded" path = "examples/print_stuff_expanded.rs" [[example]] name = "quick" path = "examples/quick.rs" [[example]] name = "quick_expanded" path = "examples/quick_expanded.rs" [dependencies.abcgen-attributes] version = "0.4.0" [dependencies.thiserror] version = "1.0.65" [dev-dependencies.env_logger] version = "0.11.5" [dev-dependencies.log] version = "0.4.22" [dev-dependencies.quote] version = "1.0.37" [dev-dependencies.syn] version = "2.0.82" features = ["full"] [dev-dependencies.tokio] version = "1.40.0" features = ["full"]