File tree Expand file tree Collapse file tree
modules/openapi-generator/src/main/resources
server/petstore/rust-server/output
petstore-with-fake-endpoints-models-for-testing Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package]
22name = "{ {{packageName} }}"
33version = "{ {{packageVersion} }}"
4- authors = [{ {#infoEmail} }"{ {{.} }}"{ {/infoEmail} }]
4+ { {#infoEmail} }
5+ authors = ["{ {{.} }}"]
6+ { {/infoEmail} }
7+ { {^infoEmail} }
8+ authors = ["OpenAPI Generator team and contributors"]
9+ { {/infoEmail} }
510{ {#appDescription} }
611description = "{ {{.} }}"
712{ {/appDescription} }
13+ { {#licenseInfo} }
14+ license = "{ {.} }"
15+ { {/licenseInfo} }
16+ { {^licenseInfo} }
17+ # Override this license by providing a License Object in the OpenAPI.
818license = "Unlicense"
19+ { {/licenseInfo} }
920edition = "2018"
1021{ {#publishRustRegistry} }
1122publish = ["{ {.} }"]
Original file line number Diff line number Diff line change 11[package]
22name = "{ {{packageName} }}"
33version = "{ {#lambdaVersion} }{ {{packageVersion} }}{ {/lambdaVersion} }"
4+ { {#infoEmail} }
5+ authors = ["{ {{.} }}"]
6+ { {/infoEmail} }
7+ { {^infoEmail} }
48authors = ["OpenAPI Generator team and contributors"]
9+ { {/infoEmail} }
10+ { {#appDescription} }
11+ description = "{ {{.} }}"
12+ { {/appDescription} }
13+ { {#licenseInfo} }
14+ license = "{ {.} }"
15+ { {/licenseInfo} }
16+ { {^licenseInfo} }
17+ # Override this license by providing a License Object in the OpenAPI.
18+ license = "Unlicense"
19+ { {/licenseInfo} }
520edition = "2018"
21+ { {#publishRustRegistry} }
22+ publish = ["{ {.} }"]
23+ { {/publishRustRegistry} }
24+ { {#repositoryUrl} }
25+ repository = "{ {.} }"
26+ { {/repositoryUrl} }
27+ { {#documentationUrl} }
28+ documentation = "{ {.} }"
29+ { {/documentationUrl} }
30+ { {#homePageUrl} }
31+ homepage = "{ {.} }
32+ { {/homePageUrl} }
633
734[dependencies]
835serde = "^1.0"
Original file line number Diff line number Diff line change 22name = " petstore-hyper"
33version = " 1.0.0"
44authors = [" OpenAPI Generator team and contributors" ]
5+ description = " This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters."
6+ license = " Apache-2.0"
57edition = " 2018"
68
79[dependencies ]
Original file line number Diff line number Diff line change 22name = " petstore-reqwest-async"
33version = " 1.0.0"
44authors = [" OpenAPI Generator team and contributors" ]
5+ description = " This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters."
6+ license = " Apache-2.0"
57edition = " 2018"
68
79[dependencies ]
Original file line number Diff line number Diff line change 22name = " petstore-reqwest-awsv4signature"
33version = " 1.0.0"
44authors = [" OpenAPI Generator team and contributors" ]
5+ description = " This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters."
6+ license = " Apache-2.0"
57edition = " 2018"
68
79[dependencies ]
Original file line number Diff line number Diff line change 22name = " petstore-reqwest"
33version = " 1.0.0"
44authors = [" OpenAPI Generator team and contributors" ]
5+ description = " This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters."
6+ license = " Apache-2.0"
57edition = " 2018"
68
79[dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " multipart-v3"
33version = " 1.0.7"
4- authors = []
4+ authors = [" OpenAPI Generator team and contributors " ]
55description = " API under test"
6+ # Override this license by providing a License Object in the OpenAPI.
67license = " Unlicense"
78edition = " 2018"
89
Original file line number Diff line number Diff line change 11[package ]
22name = " no-example-v3"
33version = " 0.0.1"
4- authors = []
4+ authors = [" OpenAPI Generator team and contributors " ]
55description = " No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)"
6+ # Override this license by providing a License Object in the OpenAPI.
67license = " Unlicense"
78edition = " 2018"
89
Original file line number Diff line number Diff line change 11[package ]
22name = " openapi-v3"
33version = " 1.0.7"
4- authors = []
4+ authors = [" OpenAPI Generator team and contributors " ]
55description = " API under test"
6+ # Override this license by providing a License Object in the OpenAPI.
67license = " Unlicense"
78edition = " 2018"
89
Original file line number Diff line number Diff line change 11[package ]
22name = " ops-v3"
33version = " 0.0.1"
4- authors = []
4+ authors = [" OpenAPI Generator team and contributors " ]
55description = " No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)"
6+ # Override this license by providing a License Object in the OpenAPI.
67license = " Unlicense"
78edition = " 2018"
89
You can’t perform that action at this time.
0 commit comments