# 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 = "sdo" version = "0.3.2" description = "An unofficial implementation of Iress' SDO format." readme = "README.md" license = "MIT" repository = "https://github.com/fourbytes/sdo-rs" [dependencies.bitflags] version = "2.0.0-rc" [dependencies.byteorder] version = "1.4.3" [dependencies.integer-encoding] version = "3.0.4" [dependencies.itertools] version = "0.10.5" [dependencies.miette] version = "5.4.1" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.37" [dependencies.time] version = "0.3" features = ["macros"] [dependencies.tracing] version = "0.1.37"