# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "python_rt" version = "0.1.0" authors = ["Teshin <1443965173@qq.com>"] description = "agent scheduling" readme = "README.md" keywords = ["agent-rt-ws"] license = "MIT" repository = "https://github.com/woshihaoren4/rush" [dependencies.anyhow] version = "1.0.75" [dependencies.async-trait] version = "0.1.77" [dependencies.prost] version = "0.12" optional = true [dependencies.prost-types] version = "0.12" optional = true [dependencies.pyo3] version = "0.21.2" features = [ "auto-initialize", "serde", ] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tonic] version = "0.11.0" optional = true [dependencies.wd_log] version = "0.3.0" [dependencies.wd_tools] version = "0.13.8" features = [ "point-free", "sync", "ptr", "md5", "hex", "time", "http", "b64", "pool", ] [features] client = ["grpc"] default = [ "grpc", "server", "client", ] grpc = [ "tonic", "prost-types", "prost", ] server = ["grpc"]