# 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 = "glf" version = "0.2.1" authors = ["Benjamin Blundell"] exclude = ["pytritech_testdata"] description = "A Rust Library to read the GLF files produced by the Tritech Sonar." homepage = "https://github.com/onidaito/glf" readme = "README.md" keywords = [ "sonar", "science", "image", "tritech", "glf", ] categories = [ "multimedia::images", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/onidaito/glf" [lib] crate-type = ["lib"] [[bench]] name = "glf_read" harness = false [dependencies.byteorder] version = "1.5.0" [dependencies.chrono] version = "0.4.26" [dependencies.chrono-tz] version = "0.8.5" [dependencies.image] version = "0.24.7" [dependencies.zip] version = "0.6.6" [dependencies.zune-inflate] version = "0.2.0" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"]