# 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 = "sip2" version = "0.3.2" authors = ["Bill Erickson "] description = "SIP2 Library" readme = "README.md" keywords = [ "sip", "sip2", "library", ] categories = [ "development-tools", "network-programming", "parser-implementations", "value-formatting", ] license-file = "LICENSE" repository = "https://github.com/kcls/evergreen-universe-rs" [[bin]] name = "sip2-client-cli" [dependencies.chrono] version = "0.4.19" [dependencies.deunicode] version = "1.3.2" [dependencies.getopts] version = "0.2.21" [dependencies.json] version = "0.12.4" optional = true [dependencies.log] version = "0.4.17"