[package] name = "build-deftly" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Nick Mathewson "] description = "Derive custom builders, using the derive-deftly macro system" repository = "https://gitlab.torproject.org/nickm/build-deftly" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] derive-deftly = "0.10.3" [dev-dependencies] assert_matches = "1.5.0" paste = "1.0.14"