# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ichen-openprotocol" version = "0.5.0" authors = ["Chen Hsong"] description = "iChen Open Protocol access library." homepage = "https://chenhsong.github.io/iChen/" readme = "README.md" keywords = ["ChenHsong", "iChen", "OpenProtocol"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/chenhsong/OpenProtocol/tree/master/rs" [profile.release] lto = true codegen-units = 1 [dependencies.bitflags] version = "1.1.*" [dependencies.chrono] version = "0.*" features = ["serde"] [dependencies.derive_more] version = "0.*" [dependencies.indexmap] version = "1.3.*" features = ["serde-1"] [dependencies.lazy_static] version = "1.3.*" [dependencies.noisy_float] version = "0.1.*" features = ["serde-1"] [dependencies.regex] version = "1.2.*" [dependencies.serde] version = "1.0.*" features = ["derive"] [dependencies.serde_json] version = "1.0.*" [dependencies.websocket] version = "0.*"