# 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 = "rtest-util" version = "0.2.0" authors = ["Marcel Märtens "] description = "common structs for rtest and rtest-derive" homepage = "https://gitlab.com/xMAC94x/rtest" documentation = "https://docs.rs/rtest-util" readme = "README.md" keywords = ["testing"] categories = ["development-tools::testing"] license = "Apache-2.0 OR MIT" repository = "https://gitlab.com/xMAC94x/rtest" [dependencies.darling] version = "0.20" optional = true [dependencies.proc-macro2] version = "1" optional = true [dependencies.quote] version = "1" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [features] derive = [ "darling", "quote", "proc-macro2", ]