# 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 = "giga-segy-out" version = "0.4.0" authors = ["Aleksey Zholobenko "] description = "A library allows writing of SEG-Y." documentation = "https://docs.rs/giga_segy_out" readme = "README.md" keywords = [ "geo", "SEG-Y", "SEGY", "seismic", "writer", ] categories = ["science::geo"] license = "MIT OR Apache-2.0" repository = "https://github.com/GiGainfosystems/giga-segy" [lib] name = "giga_segy_out" crate-type = [ "staticlib", "rlib", ] [dependencies.fnv] version = "1" [dependencies.giga-segy-core] version = "0.4" [dependencies.num] version = "0.4" [dependencies.tinyvec] version = "1.5" features = ["alloc"] [dev-dependencies.giga-segy-in] version = "0.4" [dev-dependencies.tempfile] version = "3.3"