# 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 = "signalrs" version = "0.1.2" authors = ["_numbp"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "description" documentation = "https://docs.rs/signalrs/0.1.1" readme = "README.md" license = "MIT" repository = "https://github.com/go-numb/signalrs" [lib] name = "signalrs" crate-type = [ "rlib", "cdylib", ] path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.csv] version = "1.3.0" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.mouse-rs] version = "0.4.2" [dependencies.rand] version = "0.8.5" [dependencies.rust_decimal] version = "1.36.0" features = ["maths"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" features = ["std"] [dependencies.serde_with] version = "3.9.0" [dependencies.ta] version = "0.4.0" [dependencies.tauri] version = "1" features = ["shell-open"] [dependencies.winapi] version = "0.3" features = [ "processthreadsapi", "securitybaseapi", "handleapi", "winbase", "sddl", ] [features] custom-protocol = ["tauri/custom-protocol"]