# 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 = "quakeml" version = "0.1.8" authors = ["Marius Kriegerowski "] exclude = ["/resources", ".*"] description = "Deserialization of QuakeML - a flexible, extensible and modular XML representation of seismological data." keywords = ["seismology"] license-file = "LICENSE.txt" repository = "https://github.com/HerrMuellerluedenscheid/quakeml" resolver = "2" [lib] name = "quakeml" path = "src/quakeml.rs" [[bin]] name = "quakeml" path = "src/main.rs" [[bin]] name = "usgs" path = "src/usgs.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "2.34" [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.14" [dependencies.quick-xml] version = "0.21" features = ["serialize"] [dependencies.reqwest] version = "0.11.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.structopt] version = "0.3.13" [dependencies.tokio] version = "1.14.0" features = ["full"] [dependencies.xmltree] version = "0.10.3"