# 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 = "cftime-rs" version = "0.1.6" authors = ["Antoine Gibek"] description = "Rust implementation of cftime" readme = "README.md" keywords = [ "cftime", "cf-conventions", "climate", "netcdf", "meteorology", ] categories = [ "science", "date-and-time", ] license = "AGPL-3.0" repository = "https://github.com/antscloud/cftime-rs" [lib] name = "cftime_rs" crate-type = ["cdylib"] [dependencies.chrono] version = "0.4.31" [dependencies.pyo3] version = "0.19.0" features = ["extension-module"] [dependencies.rand] version = "0.8.4" [dependencies.thiserror] version = "1.0.49"