diff --git a/bin/configs/manual/rust-axum-apikey-authorization.yaml b/bin/configs/manual/rust-axum-apikey-authorization.yaml index 5f3b5e6000dd..20eda07ec497 100644 --- a/bin/configs/manual/rust-axum-apikey-authorization.yaml +++ b/bin/configs/manual/rust-axum-apikey-authorization.yaml @@ -9,6 +9,7 @@ additionalProperties: basicAuthorization: true basicAnalytic: true ownedRequest: true + homePageUrl: https://github.com/openapitools/openapi-generator globalProperties: skipFormModel: false enablePostProcessFile: true diff --git a/bin/configs/manual/rust-axum-apikey-auths.yaml b/bin/configs/manual/rust-axum-apikey-auths.yaml index 0b51d6a3b0cb..76e289785eb2 100644 --- a/bin/configs/manual/rust-axum-apikey-auths.yaml +++ b/bin/configs/manual/rust-axum-apikey-auths.yaml @@ -6,6 +6,7 @@ generateAliasAsModel: true additionalProperties: hideGenerationTimestamp: "true" packageName: apikey-auths + homePageUrl: https://github.com/openapitools/openapi-generator globalProperties: skipFormModel: false enablePostProcessFile: true diff --git a/bin/configs/manual/rust-axum-array-params.yaml b/bin/configs/manual/rust-axum-array-params.yaml index 4a414e627347..5962bf73cdce 100644 --- a/bin/configs/manual/rust-axum-array-params.yaml +++ b/bin/configs/manual/rust-axum-array-params.yaml @@ -6,6 +6,7 @@ generateAliasAsModel: true additionalProperties: hideGenerationTimestamp: "true" packageName: rust-axum-array-params-test + homePageUrl: https://github.com/openapitools/openapi-generator globalProperties: skipFormModel: false enablePostProcessFile: true diff --git a/bin/configs/manual/rust-axum-header-uuid.yaml b/bin/configs/manual/rust-axum-header-uuid.yaml index d8bef7f8b015..49a09212b9cb 100644 --- a/bin/configs/manual/rust-axum-header-uuid.yaml +++ b/bin/configs/manual/rust-axum-header-uuid.yaml @@ -5,7 +5,8 @@ templateDir: modules/openapi-generator/src/main/resources/rust-axum generateAliasAsModel: true additionalProperties: hideGenerationTimestamp: "true" - packageName: rust-axum-header-uui + packageName: rust-axum-header-uuid + homePageUrl: https://github.com/openapitools/openapi-generator globalProperties: skipFormModel: "false" enablePostProcessFile: true diff --git a/bin/configs/manual/rust-axum-multipart-v3.yaml b/bin/configs/manual/rust-axum-multipart-v3.yaml index 45a557ccd74b..9d1239c42cbf 100644 --- a/bin/configs/manual/rust-axum-multipart-v3.yaml +++ b/bin/configs/manual/rust-axum-multipart-v3.yaml @@ -7,6 +7,7 @@ additionalProperties: hideGenerationTimestamp: "true" allowBlockingResponseSerialize: "true" packageName: multipart-v3 + homePageUrl: https://github.com/openapitools/openapi-generator globalProperties: skipFormModel: false enablePostProcessFile: true diff --git a/bin/configs/manual/rust-axum-oneof-v3.yaml b/bin/configs/manual/rust-axum-oneof-v3.yaml index 4d1bb07c1d71..f110f91bc945 100644 --- a/bin/configs/manual/rust-axum-oneof-v3.yaml +++ b/bin/configs/manual/rust-axum-oneof-v3.yaml @@ -6,6 +6,7 @@ generateAliasAsModel: true additionalProperties: hideGenerationTimestamp: "true" packageName: rust-axum-oneof + homePageUrl: https://github.com/openapitools/openapi-generator globalProperties: skipFormModel: "false" enablePostProcessFile: true diff --git a/bin/configs/manual/rust-axum-openapi-v3.yaml b/bin/configs/manual/rust-axum-openapi-v3.yaml index 8c4942972a9a..fb5a08ffa1b2 100644 --- a/bin/configs/manual/rust-axum-openapi-v3.yaml +++ b/bin/configs/manual/rust-axum-openapi-v3.yaml @@ -7,6 +7,7 @@ additionalProperties: hideGenerationTimestamp: "true" allowBlockingValidator: "true" packageName: openapi-v3 + homePageUrl: https://github.com/openapitools/openapi-generator globalProperties: skipFormModel: false enablePostProcessFile: true diff --git a/bin/configs/manual/rust-axum-ops-v3.yaml b/bin/configs/manual/rust-axum-ops-v3.yaml index 2a1864f269fb..0e0d32b3e7de 100644 --- a/bin/configs/manual/rust-axum-ops-v3.yaml +++ b/bin/configs/manual/rust-axum-ops-v3.yaml @@ -6,6 +6,7 @@ generateAliasAsModel: true additionalProperties: hideGenerationTimestamp: "true" packageName: ops-v3 + homePageUrl: https://github.com/openapitools/openapi-generator globalProperties: skipFormModel: false enablePostProcessFile: true diff --git a/bin/configs/manual/rust-axum-petstore-with-fake-endpoints-models-for-testing.yaml b/bin/configs/manual/rust-axum-petstore-with-fake-endpoints-models-for-testing.yaml index 5a537e65b85c..5c609efc445b 100644 --- a/bin/configs/manual/rust-axum-petstore-with-fake-endpoints-models-for-testing.yaml +++ b/bin/configs/manual/rust-axum-petstore-with-fake-endpoints-models-for-testing.yaml @@ -7,6 +7,7 @@ additionalProperties: hideGenerationTimestamp: "true" packageName: petstore-with-fake-endpoints-models-for-testing publishRustRegistry: crates-io + homePageUrl: https://github.com/openapitools/openapi-generator globalProperties: skipFormModel: false enablePostProcessFile: true diff --git a/bin/configs/manual/rust-axum-petstore.yaml b/bin/configs/manual/rust-axum-petstore.yaml index 179e370639a5..650ccb16f1d0 100644 --- a/bin/configs/manual/rust-axum-petstore.yaml +++ b/bin/configs/manual/rust-axum-petstore.yaml @@ -6,6 +6,7 @@ generateAliasAsModel: true additionalProperties: hideGenerationTimestamp: "true" packageName: petstore + homePageUrl: https://github.com/openapitools/openapi-generator globalProperties: skipFormModel: false enablePostProcessFile: true diff --git a/bin/configs/manual/rust-axum-ping-bearer-auth-v3.yaml b/bin/configs/manual/rust-axum-ping-bearer-auth-v3.yaml index 1a8a2ea5eca1..3a11e9411c7c 100644 --- a/bin/configs/manual/rust-axum-ping-bearer-auth-v3.yaml +++ b/bin/configs/manual/rust-axum-ping-bearer-auth-v3.yaml @@ -6,6 +6,7 @@ generateAliasAsModel: true additionalProperties: hideGenerationTimestamp: "true" packageName: ping-bearer-auth + homePageUrl: https://github.com/openapitools/openapi-generator globalProperties: skipFormModel: false enablePostProcessFile: true diff --git a/bin/configs/manual/rust-axum-test.yaml b/bin/configs/manual/rust-axum-test.yaml index ce53c1d24ac1..e59dde7fcad4 100644 --- a/bin/configs/manual/rust-axum-test.yaml +++ b/bin/configs/manual/rust-axum-test.yaml @@ -7,6 +7,7 @@ additionalProperties: hideGenerationTimestamp: "true" packageName: rust-server-test modelNamePrefix: "Foo" + homePageUrl: https://github.com/openapitools/openapi-generator globalProperties: skipFormModel: false enablePostProcessFile: true diff --git a/bin/configs/manual/rust-axum-validation.yaml b/bin/configs/manual/rust-axum-validation.yaml index 4f4fef0378a0..5034b52095a5 100644 --- a/bin/configs/manual/rust-axum-validation.yaml +++ b/bin/configs/manual/rust-axum-validation.yaml @@ -7,6 +7,7 @@ additionalProperties: hideGenerationTimestamp: "true" packageName: rust-axum-validation-test disableValidator: "true" + homePageUrl: https://github.com/openapitools/openapi-generator globalProperties: skipFormModel: false enablePostProcessFile: true diff --git a/modules/openapi-generator/src/main/resources/rust-axum/Cargo.mustache b/modules/openapi-generator/src/main/resources/rust-axum/Cargo.mustache index f6ee0c6127b8..92f89a371e4f 100644 --- a/modules/openapi-generator/src/main/resources/rust-axum/Cargo.mustache +++ b/modules/openapi-generator/src/main/resources/rust-axum/Cargo.mustache @@ -24,7 +24,7 @@ repository = "{{.}}" documentation = "{{.}}" {{/documentationUrl}} {{#homePageUrl}} -homepage = "{{.}} +homepage = "{{.}}" {{/homePageUrl}} [features] diff --git a/samples/server/petstore/rust-axum/output/apikey-authorization/Cargo.toml b/samples/server/petstore/rust-axum/output/apikey-authorization/Cargo.toml index 9a9400315c2c..0746dcfc636c 100644 --- a/samples/server/petstore/rust-axum/output/apikey-authorization/Cargo.toml +++ b/samples/server/petstore/rust-axum/output/apikey-authorization/Cargo.toml @@ -4,6 +4,7 @@ version = "1.0.0" authors = ["OpenAPI Generator team and contributors"] description = "Checkout Basic" edition = "2024" +homepage = "https://github.com/openapitools/openapi-generator" [features] default = ["server"] diff --git a/samples/server/petstore/rust-axum/output/apikey-auths/Cargo.toml b/samples/server/petstore/rust-axum/output/apikey-auths/Cargo.toml index 5bff55119b25..eaffaa470cd9 100644 --- a/samples/server/petstore/rust-axum/output/apikey-auths/Cargo.toml +++ b/samples/server/petstore/rust-axum/output/apikey-auths/Cargo.toml @@ -4,6 +4,7 @@ version = "1.0.0" authors = ["OpenAPI Generator team and contributors"] description = "Checkout Basic" edition = "2024" +homepage = "https://github.com/openapitools/openapi-generator" [features] default = ["server"] diff --git a/samples/server/petstore/rust-axum/output/multipart-v3/Cargo.toml b/samples/server/petstore/rust-axum/output/multipart-v3/Cargo.toml index c136545e05ee..3d86baffa19f 100644 --- a/samples/server/petstore/rust-axum/output/multipart-v3/Cargo.toml +++ b/samples/server/petstore/rust-axum/output/multipart-v3/Cargo.toml @@ -4,6 +4,7 @@ version = "1.0.7" authors = ["OpenAPI Generator team and contributors"] description = "API under test" edition = "2024" +homepage = "https://github.com/openapitools/openapi-generator" [features] default = ["server"] diff --git a/samples/server/petstore/rust-axum/output/openapi-v3/Cargo.toml b/samples/server/petstore/rust-axum/output/openapi-v3/Cargo.toml index 2d1f7bd5612d..3ad8cd54cd75 100644 --- a/samples/server/petstore/rust-axum/output/openapi-v3/Cargo.toml +++ b/samples/server/petstore/rust-axum/output/openapi-v3/Cargo.toml @@ -4,6 +4,7 @@ version = "1.0.7" authors = ["OpenAPI Generator team and contributors"] description = "API under test" edition = "2024" +homepage = "https://github.com/openapitools/openapi-generator" [features] default = ["server"] diff --git a/samples/server/petstore/rust-axum/output/ops-v3/Cargo.toml b/samples/server/petstore/rust-axum/output/ops-v3/Cargo.toml index 5229ea5e9e70..01a33e010d1c 100644 --- a/samples/server/petstore/rust-axum/output/ops-v3/Cargo.toml +++ b/samples/server/petstore/rust-axum/output/ops-v3/Cargo.toml @@ -4,6 +4,7 @@ version = "0.0.1" authors = ["OpenAPI Generator team and contributors"] description = "No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)" edition = "2024" +homepage = "https://github.com/openapitools/openapi-generator" [features] default = ["server"] diff --git a/samples/server/petstore/rust-axum/output/petstore-with-fake-endpoints-models-for-testing/Cargo.toml b/samples/server/petstore/rust-axum/output/petstore-with-fake-endpoints-models-for-testing/Cargo.toml index 1563c088530a..111e81d65823 100644 --- a/samples/server/petstore/rust-axum/output/petstore-with-fake-endpoints-models-for-testing/Cargo.toml +++ b/samples/server/petstore/rust-axum/output/petstore-with-fake-endpoints-models-for-testing/Cargo.toml @@ -6,6 +6,7 @@ description = "This spec is mainly for testing Petstore server and contains fake license = "Apache-2.0" edition = "2024" publish = ["crates-io"] +homepage = "https://github.com/openapitools/openapi-generator" [features] default = ["server"] diff --git a/samples/server/petstore/rust-axum/output/petstore/Cargo.toml b/samples/server/petstore/rust-axum/output/petstore/Cargo.toml index 8ff56b6ab740..75607ff75963 100644 --- a/samples/server/petstore/rust-axum/output/petstore/Cargo.toml +++ b/samples/server/petstore/rust-axum/output/petstore/Cargo.toml @@ -5,6 +5,7 @@ authors = ["OpenAPI Generator team and contributors"] description = "This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters." license = "Apache-2.0" edition = "2024" +homepage = "https://github.com/openapitools/openapi-generator" [features] default = ["server"] diff --git a/samples/server/petstore/rust-axum/output/ping-bearer-auth/Cargo.toml b/samples/server/petstore/rust-axum/output/ping-bearer-auth/Cargo.toml index 07e3e08d56fe..d89007acc726 100644 --- a/samples/server/petstore/rust-axum/output/ping-bearer-auth/Cargo.toml +++ b/samples/server/petstore/rust-axum/output/ping-bearer-auth/Cargo.toml @@ -4,6 +4,7 @@ version = "1.0.0" authors = ["OpenAPI Generator team and contributors"] description = "No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)" edition = "2024" +homepage = "https://github.com/openapitools/openapi-generator" [features] default = ["server"] diff --git a/samples/server/petstore/rust-axum/output/rust-axum-array-params-test/Cargo.toml b/samples/server/petstore/rust-axum/output/rust-axum-array-params-test/Cargo.toml index 58582e6cc911..64fff80aef2e 100644 --- a/samples/server/petstore/rust-axum/output/rust-axum-array-params-test/Cargo.toml +++ b/samples/server/petstore/rust-axum/output/rust-axum-array-params-test/Cargo.toml @@ -4,6 +4,7 @@ version = "0.0.1" authors = ["OpenAPI Generator team and contributors"] description = "No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)" edition = "2024" +homepage = "https://github.com/openapitools/openapi-generator" [features] default = ["server"] diff --git a/samples/server/petstore/rust-axum/output/rust-axum-header-uuid/Cargo.toml b/samples/server/petstore/rust-axum/output/rust-axum-header-uuid/Cargo.toml index b4dc76fd956a..ae19725687b0 100644 --- a/samples/server/petstore/rust-axum/output/rust-axum-header-uuid/Cargo.toml +++ b/samples/server/petstore/rust-axum/output/rust-axum-header-uuid/Cargo.toml @@ -1,9 +1,10 @@ [package] -name = "rust-axum-header-uui" +name = "rust-axum-header-uuid" version = "0.1.9" authors = ["OpenAPI Generator team and contributors"] description = "No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)" edition = "2024" +homepage = "https://github.com/openapitools/openapi-generator" [features] default = ["server"] diff --git a/samples/server/petstore/rust-axum/output/rust-axum-header-uuid/README.md b/samples/server/petstore/rust-axum/output/rust-axum-header-uuid/README.md index f077f3ef697c..3720f2cf0bc4 100644 --- a/samples/server/petstore/rust-axum/output/rust-axum-header-uuid/README.md +++ b/samples/server/petstore/rust-axum/output/rust-axum-header-uuid/README.md @@ -1,4 +1,4 @@ -# Rust API for rust-axum-header-uui +# Rust API for rust-axum-header-uuid No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) @@ -16,7 +16,7 @@ To see how to make this your own, look here: [README]((https://openapi-generator -This autogenerated project defines an API crate `rust-axum-header-uui` which contains: +This autogenerated project defines an API crate `rust-axum-header-uuid` which contains: * An `Api` trait defining the API in Rust. * Data types representing the underlying data model. * Axum router which accepts HTTP requests and invokes the appropriate `Api` method for each operation. @@ -43,18 +43,18 @@ struct ServerImpl { #[allow(unused_variables)] #[async_trait] -impl rust_axum_header_uui::apis::default::Api for ServerImpl { +impl rust_axum_header_uuid::apis::default::Api for ServerImpl { // API implementation goes here } -impl rust_axum_header_uui::apis::ErrorHandler for ServerImpl {} +impl rust_axum_header_uuid::apis::ErrorHandler for ServerImpl {} pub async fn start_server(addr: &str) { // initialize tracing tracing_subscriber::fmt::init(); // Init Axum router - let app = rust_axum_header_uui::server::new(Arc::new(ServerImpl)); + let app = rust_axum_header_uuid::server::new(Arc::new(ServerImpl)); // Add layers to the router let app = app.layer(...); diff --git a/samples/server/petstore/rust-axum/output/rust-axum-header-uuid/src/types.rs b/samples/server/petstore/rust-axum/output/rust-axum-header-uuid/src/types.rs index 0ef27ed62c5d..1c0eda747f17 100644 --- a/samples/server/petstore/rust-axum/output/rust-axum-header-uuid/src/types.rs +++ b/samples/server/petstore/rust-axum/output/rust-axum-header-uuid/src/types.rs @@ -63,7 +63,7 @@ impl Nullable { /// # Examples /// /// ``` - /// # use rust_axum_header_uui::types::Nullable; + /// # use rust_axum_header_uuid::types::Nullable; /// /// let x: Nullable = Nullable::Present(2); /// assert_eq!(x.is_present(), true); @@ -84,7 +84,7 @@ impl Nullable { /// # Examples /// /// ``` - /// # use rust_axum_header_uui::types::Nullable; + /// # use rust_axum_header_uuid::types::Nullable; /// /// let x: Nullable = Nullable::Present(2); /// assert_eq!(x.is_null(), false); @@ -115,7 +115,7 @@ impl Nullable { /// [`usize`]: ../../std/primitive.usize.html /// /// ``` - /// # use rust_axum_header_uui::types::Nullable; + /// # use rust_axum_header_uuid::types::Nullable; /// /// let num_as_str: Nullable = Nullable::Present("10".to_string()); /// // First, cast `Nullable` to `Nullable<&String>` with `as_ref`, @@ -136,7 +136,7 @@ impl Nullable { /// # Examples /// /// ``` - /// # use rust_axum_header_uui::types::Nullable; + /// # use rust_axum_header_uuid::types::Nullable; /// /// let mut x = Nullable::Present(2); /// match x.as_mut() { @@ -169,14 +169,14 @@ impl Nullable { /// # Examples /// /// ``` - /// # use rust_axum_header_uui::types::Nullable; + /// # use rust_axum_header_uuid::types::Nullable; /// /// let x = Nullable::Present("value"); /// assert_eq!(x.expect("the world is ending"), "value"); /// ``` /// /// ```should_panic - /// # use rust_axum_header_uui::types::Nullable; + /// # use rust_axum_header_uuid::types::Nullable; /// /// let x: Nullable<&str> = Nullable::Null; /// x.expect("the world is ending"); // panics with `the world is ending` @@ -204,14 +204,14 @@ impl Nullable { /// # Examples /// /// ``` - /// # use rust_axum_header_uui::types::Nullable; + /// # use rust_axum_header_uuid::types::Nullable; /// /// let x = Nullable::Present("air"); /// assert_eq!(x.unwrap(), "air"); /// ``` /// /// ```should_panic - /// # use rust_axum_header_uui::types::Nullable; + /// # use rust_axum_header_uuid::types::Nullable; /// /// let x: Nullable<&str> = Nullable::Null; /// assert_eq!(x.unwrap(), "air"); // fails @@ -229,7 +229,7 @@ impl Nullable { /// # Examples /// /// ``` - /// # use rust_axum_header_uui::types::Nullable; + /// # use rust_axum_header_uuid::types::Nullable; /// /// assert_eq!(Nullable::Present("car").unwrap_or("bike"), "car"); /// assert_eq!(Nullable::Null.unwrap_or("bike"), "bike"); @@ -247,7 +247,7 @@ impl Nullable { /// # Examples /// /// ``` - /// # use rust_axum_header_uui::types::Nullable; + /// # use rust_axum_header_uuid::types::Nullable; /// /// let k = 10; /// assert_eq!(Nullable::Present(4).unwrap_or_else(|| 2 * k), 4); @@ -275,7 +275,7 @@ impl Nullable { /// [`usize`]: ../../std/primitive.usize.html /// /// ``` - /// # use rust_axum_header_uui::types::Nullable; + /// # use rust_axum_header_uuid::types::Nullable; /// /// let maybe_some_string = Nullable::Present(String::from("Hello, World!")); /// // `Nullable::map` takes self *by value*, consuming `maybe_some_string` @@ -297,7 +297,7 @@ impl Nullable { /// # Examples /// /// ``` - /// # use rust_axum_header_uui::types::Nullable; + /// # use rust_axum_header_uuid::types::Nullable; /// /// let x = Nullable::Present("foo"); /// assert_eq!(x.map_or(42, |v| v.len()), 3); @@ -319,7 +319,7 @@ impl Nullable { /// # Examples /// /// ``` - /// # use rust_axum_header_uui::types::Nullable; + /// # use rust_axum_header_uuid::types::Nullable; /// /// let k = 21; /// @@ -347,7 +347,7 @@ impl Nullable { /// # Examples /// /// ``` - /// # use rust_axum_header_uui::types::Nullable; + /// # use rust_axum_header_uuid::types::Nullable; /// /// let x = Nullable::Present("foo"); /// assert_eq!(x.ok_or(0), Ok("foo")); @@ -373,7 +373,7 @@ impl Nullable { /// # Examples /// /// ``` - /// # use rust_axum_header_uui::types::Nullable; + /// # use rust_axum_header_uuid::types::Nullable; /// /// let x = Nullable::Present("foo"); /// assert_eq!(x.ok_or_else(|| 0), Ok("foo")); @@ -398,7 +398,7 @@ impl Nullable { /// # Examples /// /// ``` - /// # use rust_axum_header_uui::types::Nullable; + /// # use rust_axum_header_uuid::types::Nullable; /// /// let x = Nullable::Present(2); /// let y: Nullable<&str> = Nullable::Null; @@ -432,7 +432,7 @@ impl Nullable { /// # Examples /// /// ``` - /// # use rust_axum_header_uui::types::Nullable; + /// # use rust_axum_header_uuid::types::Nullable; /// /// fn sq(x: u32) -> Nullable { Nullable::Present(x * x) } /// fn nope(_: u32) -> Nullable { Nullable::Null } @@ -455,7 +455,7 @@ impl Nullable { /// # Examples /// /// ``` - /// # use rust_axum_header_uui::types::Nullable; + /// # use rust_axum_header_uuid::types::Nullable; /// /// let x = Nullable::Present(2); /// let y = Nullable::Null; @@ -487,7 +487,7 @@ impl Nullable { /// # Examples /// /// ``` - /// # use rust_axum_header_uui::types::Nullable; + /// # use rust_axum_header_uuid::types::Nullable; /// /// fn nobody() -> Nullable<&'static str> { Nullable::Null } /// fn vikings() -> Nullable<&'static str> { Nullable::Present("vikings") } @@ -514,7 +514,7 @@ impl Nullable { /// # Examples /// /// ``` - /// # use rust_axum_header_uui::types::Nullable; + /// # use rust_axum_header_uuid::types::Nullable; /// /// let mut x = Nullable::Present(2); /// x.take(); @@ -537,7 +537,7 @@ impl Nullable<&T> { /// # Examples /// /// ``` - /// # use rust_axum_header_uui::types::Nullable; + /// # use rust_axum_header_uuid::types::Nullable; /// /// let x = 12; /// let opt_x = Nullable::Present(&x); @@ -560,7 +560,7 @@ impl Nullable { /// # Examples /// /// ``` - /// # use rust_axum_header_uui::types::Nullable; + /// # use rust_axum_header_uuid::types::Nullable; /// /// let x = Nullable::Present(42); /// assert_eq!(42, x.unwrap_or_default()); diff --git a/samples/server/petstore/rust-axum/output/rust-axum-oneof/Cargo.toml b/samples/server/petstore/rust-axum/output/rust-axum-oneof/Cargo.toml index d84d17f52949..7f53563aedb0 100644 --- a/samples/server/petstore/rust-axum/output/rust-axum-oneof/Cargo.toml +++ b/samples/server/petstore/rust-axum/output/rust-axum-oneof/Cargo.toml @@ -4,6 +4,7 @@ version = "0.0.1" authors = ["OpenAPI Generator team and contributors"] description = "No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)" edition = "2024" +homepage = "https://github.com/openapitools/openapi-generator" [features] default = ["server"] diff --git a/samples/server/petstore/rust-axum/output/rust-axum-test/Cargo.toml b/samples/server/petstore/rust-axum/output/rust-axum-test/Cargo.toml index b1ae48cb29aa..34d2ef981a4c 100644 --- a/samples/server/petstore/rust-axum/output/rust-axum-test/Cargo.toml +++ b/samples/server/petstore/rust-axum/output/rust-axum-test/Cargo.toml @@ -4,6 +4,7 @@ version = "2.3.4" authors = ["OpenAPI Generator team and contributors"] description = "This spec is for testing rust-server-specific things" edition = "2024" +homepage = "https://github.com/openapitools/openapi-generator" [features] default = ["server"] diff --git a/samples/server/petstore/rust-axum/output/rust-axum-validation-test/Cargo.toml b/samples/server/petstore/rust-axum/output/rust-axum-validation-test/Cargo.toml index 98296234e9d2..9186b14edd0e 100644 --- a/samples/server/petstore/rust-axum/output/rust-axum-validation-test/Cargo.toml +++ b/samples/server/petstore/rust-axum/output/rust-axum-validation-test/Cargo.toml @@ -4,6 +4,7 @@ version = "0.0.1" authors = ["OpenAPI Generator team and contributors"] description = "No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)" edition = "2024" +homepage = "https://github.com/openapitools/openapi-generator" [features] default = ["server"]