# 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 = "tws-rs" version = "0.1.0" description = "tokio tws API" readme = "README.md" license = "MIT" resolver = "1" [profile.release] lto = "fat" debug = 2 incremental = true [dependencies.byteorder] version = "1.5.0" [dependencies.derivative] version = "2.2.0" [dependencies.log] version = "0.4.20" [dependencies.time] version = "0.3.17" features = [ "formatting", "macros", "local-offset", "parsing", ] [dependencies.time-tz] version = "2.0.0" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.14" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.tracing-test] version = "0.2.4"