# 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 = "macros-rs" version = "1.4.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "simple & useful macros" readme = "README.md" license = "MIT" repository = "https://git.furry.win/crates/macros" [lib] name = "macros_rs" path = "src/lib.rs" [dependencies.actix-web] version = "4" optional = true [dependencies.termcolor] version = "1" optional = true [dev-dependencies.actix-http] version = "3.6.0" [dev-dependencies.actix-http-test] version = "3.2.0" [dev-dependencies.actix-utils] version = "3.0.1" [dev-dependencies.actix-web] version = "4.5.1" [dev-dependencies.colored] version = "2.1.0" [features] actix-web = ["dep:actix-web"] color = ["dep:termcolor"] default = ["color"]