utoipa
Run this command in a terminal, in your project's directory:
cargo add utoipa
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
utoipa = "5.3.1"
The utoipa library will be automatically available globally. Read the utoipa library documentation.
Back to the crate overview.