1 Star 2 Fork 0

TEO Cloud/teo-python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 700 Bytes
一键复制 编辑 原始数据 按行查看 历史
Victor Teo 提交于 2024-05-15 09:45 . 0.2.33
[package]
name = "teo-py"
version = "0.2.33"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "teo"
crate-type = ["cdylib"]
[dependencies]
teo = { version = "0.2.33" }
teo-result = { version = "0.2.23", features = ["pyo3"] }
pyo3 = { version = "0.20.3", features = ["extension-module", "chrono", "indexmap"] }
pyo3-asyncio = { version = "0.20.0", features = ["attributes", "tokio-runtime"] }
tokio = { version = "1.0" }
bson = { version = "2.7.0", features = ["chrono-0_4", "serde_with"] }
bigdecimal = "=0.3.1"
chrono = { version = "0.4.24" }
indexmap = { version = "2.2.5" }
regex = "1.10.2"
inflector-plus = "0.11.7"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/teocloud/teo-python.git
[email protected]:teocloud/teo-python.git
teocloud
teo-python
teo-python
main

搜索帮助