# 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" rust-version = "1.64.0" name = "giga-segy-core" version = "0.4.0" authors = ["Aleksey Zholobenko "] links = "" description = "A library containing basic structures for working with SEG-Y." documentation = "https://docs.rs/giga_segy_core" readme = "README.md" keywords = [ "geo", "SEG-Y", "SEGY", "seismic", ] categories = ["science::geo"] license = "MIT OR Apache-2.0" repository = "https://github.com/GiGainfosystems/giga-segy" [lib] name = "giga_segy_core" crate-type = [ "staticlib", "rlib", ] [dependencies.encoding8] version = "0.3" [dependencies.ibmfloat] version = "0.1" [dependencies.num] version = "0.4" [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "^1.0.103" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dev-dependencies] [build-dependencies.cbindgen] version = "0.26" optional = true [features] default = [] gen_cbindings = ["cbindgen"] serde = ["dep:serde"] to_json = [ "serde", "serde_json", ]