[package] name = "oceansdb" version = "0.0.1" edition = "2021" authors = ["Guilherme Castelão ", "Luiz Irber ", "Bryce Irving"] description = "A database of marine reference data such as climatologies and bathymetry" documentation = "https://docs.rs/oceansdb" license = "MIT OR Apache-2.0" repository = "https://github.com/castelao/OceansDB-rs" categories = ["science"] keywords = ["oceanography"] rust-version = "1.73.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] dirs = "5.0.1" netcdf = {version="0.8.1", features=["static"]} ureq = "2.7.1"