# 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 = "libts" version = "0.1.1" authors = ["Jesse Kuang "] description = "Trade System library" homepage = "https://github.com/kjx98/libts-rust" documentation = "https://docs.rs/libts" readme = "README.md" keywords = [ "libts", "trade", ] license = "Apache-2.0" repository = "https://github.com/kjx98/libts-rust" resolver = "2" [profile.dev] opt-level = 2 [profile.release] strip = "debuginfo" [[bench]] name = "test" harness = false [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" features = [ "max_level_debug", "release_max_level_warn", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.simple_logger] version = "2.1" features = [ "timestamps", "colors", ] default-features = false [dev-dependencies.bencher] version = "0.1" [dev-dependencies.rand] version = "0.4" [features] asm = [] default = [] tsc = []