FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
openapi/python/Cargo.toml at release · kallydev/openapi · GitHub
kallydev
/
openapi
Public
forked from
longbridge/openapi
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
openapi
/
python
/
Cargo.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
34 lines (30 loc) · 946 Bytes
Breadcrumbs
openapi
/
python
/
Cargo.toml
Copy path
File metadata and controls
34 lines (30 loc) · 946 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[
package
]
edition.workspace
=
true
name
=
"
longbridge-python
"
version.workspace
=
true
description
=
"
Longbridge OpenAPI SDK for Python
"
homepage
=
"
https://open.longbridge.com/en/
"
readme
=
"
README.md
"
repository
=
"
https://github.com/longbridge/openapi
"
license
=
"
MIT OR Apache-2.0
"
keywords
= [
"
longbridge
"
,
"
openapi
"
,
"
sdk
"
]
categories
= [
"
api-bindings
"
]
[
lib
]
name
=
"
longbridge
"
crate-type
= [
"
cdylib
"
]
[
dependencies
]
longbridge
= {
workspace
=
true
,
features
= [
"
blocking
"
] }
longbridge-python-macros
= {
path
=
"
crates/macros
"
}
pyo3-async-runtimes
= {
workspace
=
true
}
parking_lot.workspace
=
true
pyo3
= {
workspace
=
true
,
features
= [
"
extension-module
"
,
"
experimental-async
"
,
] }
pythonize.workspace
=
true
rust_decimal.workspace
=
true
serde_json.workspace
=
true
time.workspace
=
true
tokio
= {
workspace
=
true
,
features
= [
"
rt
"
,
"
rt-multi-thread
"
,
"
sync
"
] }
[
build-dependencies
]
pyo3-build-config.workspace
=
true
Back
|
FazBrowse Home
|
New Git URL