# 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 = "2018" name = "eddn" version = "0.1.0" authors = ["Nathan Lilienthal "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Elite: Dangerous Data Network (EDDN) subscriber" readme = "README.md" license = "Beerware" [lib] name = "eddn" path = "src/lib.rs" [[example]] name = "envelope" path = "examples/envelope.rs" [[example]] name = "other" path = "examples/other.rs" [dependencies.chrono] version = "0.4" [dependencies.elite_journal] version = "0.1" [dependencies.miniz_oxide] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [target."cfg(unix)".dependencies.zmq] version = "0.9"