# 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 = "mseed" version = "0.7.1" authors = ["Daniel Armbruster "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Bindings to libmseed for interoperating with miniSEED records. """ documentation = "https://docs.rs/mseed" readme = "README.md" keywords = [ "miniseed", "seismology", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/damb/mseed" [lib] name = "mseed" path = "src/lib.rs" [[example]] name = "convert" path = "examples/convert.rs" [[example]] name = "msv" path = "examples/msv.rs" [[example]] name = "pack" path = "examples/pack.rs" [[example]] name = "pack-rollingbuffer" path = "examples/pack-rollingbuffer.rs" [[example]] name = "read-buffer" path = "examples/read-buffer.rs" [dependencies.bitflags] version = "2.6" [dependencies.libmseed-sys] version = "0.3.1" [dependencies.num-traits] version = "0.2" [dependencies.serde_json] version = "1.0" [dependencies.time] version = "0.3" [dependencies.url] version = "2.5" [dev-dependencies.clap] version = "4.5" features = ["derive"] [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.time] version = "0.3" features = [ "parsing", "formatting", ]