# 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 = "evtclib" version = "0.7.3" authors = ["Daniel Schadt"] include = [ "/src/**/*.rs", "/benches/**/*.rs", "/README.md", "/CHANGELOG.md", "/LICENSE", ] description = "An evtc parsing library" readme = "README.md" license = "MIT" repository = "https://gitlab.com/dunj3/evtclib" [[bench]] name = "parsing_benchmark" harness = false [[bench]] name = "analyzers" harness = false [dependencies.byteorder] version = "1" [dependencies.getset] version = "0.1" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dependencies.zip] version = "0.5" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.serde_json] version = "1.0" [features] default = []