# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "gbx-header" version = "0.6.0" authors = ["Markus Becker "] description = "Partial parser for GBX files" homepage = "https://github.com/mtib/gbx-header" documentation = "https://docs.rs/gbx-header" readme = "README.md" keywords = ["parser", "files", "util", "cli"] categories = ["command-line-utilities", "parser-implementations"] license = "MIT" repository = "https://github.com/mtib/gbx-header" [lib] name = "gbx_header" path = "src/lib.rs" [[bin]] name = "gbx-info" path = "src/bin.rs" [dependencies.ansi_term] version = "0.12.1" [dependencies.byteorder] version = "1.4.2" [dependencies.clap] version = "2.33.0" [dependencies.enum-repr] version = "0.2.6" [dependencies.serde] version = "1.0.120" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.xml-rs] version = "0.8.3"