# 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 = "bufkit-data" version = "0.23.0" authors = ["Ryan "] description = "A crate to manage an archive of bufkit files." readme = "README.md" keywords = [ "meteorology", "weather", "sounding", ] categories = ["science"] license = "MIT" repository = "https://github.com/rnleach/bufkit-data.git" [profile.release] lto = true panic = "abort" [lib] name = "bufkit_data" crate-type = [ "rlib", "cdylib", ] path = "src/lib.rs" [dependencies.chrono] version = "^0.4" [dependencies.flate2] version = "1.0" features = ["rust_backend"] default-features = false [dependencies.metfor] version = "^0.9.0" [dependencies.pyo3] version = "^0.21" features = ["extension-module"] optional = true [dependencies.rusqlite] version = "0.31" features = [ "bundled", "chrono", ] default-features = false [dependencies.sounding-analysis] version = "^0.17" [dependencies.sounding-bufkit] version = "0.16" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dev-dependencies.tempdir] version = "0.3" [features] default = [] pylib = ["pyo3"]