File tree Expand file tree Collapse file tree 13 files changed +61
-9
lines changed
modules/openapi-generator/src/main/resources
server/petstore/rust-server/output
petstore-with-fake-endpoints-models-for-testing Expand file tree Collapse file tree 13 files changed +61
-9
lines changed Original file line number Diff line number Diff line change 1
1
[package]
2
2
name = "{ {{packageName} }}"
3
3
version = "{ {{packageVersion} }}"
4
- authors = [{ {#infoEmail} }"{ {{.} }}"{ {/infoEmail} }]
4
+ { {#infoEmail} }
5
+ authors = ["{ {{.} }}"]
6
+ { {/infoEmail} }
7
+ { {^infoEmail} }
8
+ authors = ["OpenAPI Generator team and contributors"]
9
+ { {/infoEmail} }
5
10
{ {#appDescription} }
6
11
description = "{ {{.} }}"
7
12
{ {/appDescription} }
13
+ { {#licenseInfo} }
14
+ license = "{ {.} }"
15
+ { {/licenseInfo} }
16
+ { {^licenseInfo} }
17
+ # Override this license by providing a License Object in the OpenAPI.
8
18
license = "Unlicense"
19
+ { {/licenseInfo} }
9
20
edition = "2018"
10
21
{ {#publishRustRegistry} }
11
22
publish = ["{ {.} }"]
Original file line number Diff line number Diff line change 1
1
[package]
2
2
name = "{ {{packageName} }}"
3
3
version = "{ {#lambdaVersion} }{ {{packageVersion} }}{ {/lambdaVersion} }"
4
+ { {#infoEmail} }
5
+ authors = ["{ {{.} }}"]
6
+ { {/infoEmail} }
7
+ { {^infoEmail} }
4
8
authors = ["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} }
5
20
edition = "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} }
6
33
7
34
[dependencies]
8
35
serde = "^1.0"
Original file line number Diff line number Diff line change 2
2
name = " petstore-hyper"
3
3
version = " 1.0.0"
4
4
authors = [" 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"
5
7
edition = " 2018"
6
8
7
9
[dependencies ]
Original file line number Diff line number Diff line change 2
2
name = " petstore-reqwest-async"
3
3
version = " 1.0.0"
4
4
authors = [" 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"
5
7
edition = " 2018"
6
8
7
9
[dependencies ]
Original file line number Diff line number Diff line change 2
2
name = " petstore-reqwest-awsv4signature"
3
3
version = " 1.0.0"
4
4
authors = [" 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"
5
7
edition = " 2018"
6
8
7
9
[dependencies ]
Original file line number Diff line number Diff line change 2
2
name = " petstore-reqwest"
3
3
version = " 1.0.0"
4
4
authors = [" 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"
5
7
edition = " 2018"
6
8
7
9
[dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " multipart-v3"
3
3
version = " 1.0.7"
4
- authors = []
4
+ authors = [" OpenAPI Generator team and contributors " ]
5
5
description = " API under test"
6
+ # Override this license by providing a License Object in the OpenAPI.
6
7
license = " Unlicense"
7
8
edition = " 2018"
8
9
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " no-example-v3"
3
3
version = " 0.0.1"
4
- authors = []
4
+ authors = [" OpenAPI Generator team and contributors " ]
5
5
description = " 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.
6
7
license = " Unlicense"
7
8
edition = " 2018"
8
9
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openapi-v3"
3
3
version = " 1.0.7"
4
- authors = []
4
+ authors = [" OpenAPI Generator team and contributors " ]
5
5
description = " API under test"
6
+ # Override this license by providing a License Object in the OpenAPI.
6
7
license = " Unlicense"
7
8
edition = " 2018"
8
9
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ops-v3"
3
3
version = " 0.0.1"
4
- authors = []
4
+ authors = [" OpenAPI Generator team and contributors " ]
5
5
description = " 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.
6
7
license = " Unlicense"
7
8
edition = " 2018"
8
9
You can’t perform that action at this time.
0 commit comments