# 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 = "dted2" version = "1.0.0" authors = ["Arpad Voros "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tool for reading DTED files" documentation = "https://docs.rs/dted2" readme = "README.md" keywords = [ "parser", "dted", "gis", "geo", ] categories = [ "parser-implementations", "data-structures", "development-tools", "rendering", ] license = "MIT" repository = "https://github.com/arpadav/dted2" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "dted2" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.nom] version = "7" [dependencies.num-traits] version = "0.2" [dependencies.thisenum] version = "0.1" [dependencies.thiserror] version = "1"