# 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 = "vnrs" version = "0.0.1" authors = ["Liehan Wu "] description = "vnpy written in Rust" readme = "README.md" license = "MIT" repository = "https://github.com/wuliehan/vnrs" [dependencies.chrono] version = "0.4" [dependencies.env_logger] version = "0.9.0" [dependencies.libloading] version = "0.8.4" [dependencies.log] version = "0.4.0" [dependencies.polars] version = "0.41.3" features = [ "lazy", "cum_agg", "polars-ops", "dtype-date", ] [dependencies.rust_decimal] version = "1.35.0" [dependencies.sqlx] version = "0.7.4" features = [ "sqlite", "runtime-tokio", "chrono", ] [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.tokio] version = "1.38.0"