cucumber-codegen 0.18.0

Code generation for `cucumber` crate.
Documentation
`cucumber-codegen` crate
========================

[![Crates.io](https://img.shields.io/crates/v/cucumber-codegen.svg?maxAge=2592000)](https://crates.io/crates/cucumber-codegen)
[![Documentation](https://docs.rs/cucumber-codegen/badge.svg)](https://docs.rs/cucumber-codegen)
[![CI](https://github.com/cucumber-rs/cucumber/workflows/CI/badge.svg?branch=main "CI")](https://github.com/cucumber-rs/cucumber/actions?query=workflow%3ACI+branch%3Amain)
[![Rust 1.65+](https://img.shields.io/badge/rustc-1.65+-lightgray.svg "Rust 1.65+")](https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html)
[![Unsafe Forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance)

- [Changelog]https://github.com/cucumber-rs/cucumber/blob/main/codegen/CHANGELOG.md

Code generation for [`cucumber`] tests auto-wiring.

DO NOT use it directly, use [`cucumber`] crate instead.




## License

This project is licensed under either of

* Apache License, Version 2.0 ([LICENSE-APACHE]https://github.com/cucumber-rs/cucumber/blob/main/LICENSE-APACHE or <http://www.apache.org/licenses/LICENSE-2.0>)
* MIT license ([LICENSE-MIT]https://github.com/cucumber-rs/cucumber/blob/main/LICENSE-MIT or <http://opensource.org/licenses/MIT>)

at your option.




[`cucumber`]: https://docs.rs/cucumber