# 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" rust-version = "1.76.0" name = "mantaray" version = "0.0.1" authors = ["Guilherme Castelão "] description = "Tracing rays" license = "MIT OR Apache-2.0" [lib] name = "mantaray" crate-type = ["cdylib"] [dependencies.derive_builder] version = "0.20.0" [dependencies.libc] version = "0.2" optional = true [dependencies.nalgebra] version = "0.32.3" [dependencies.netcdf] version = "0.9.1" features = ["static"] [dependencies.netcdf3] version = "0.5.2" [dependencies.ode_solvers] version = "0.4.0" [dependencies.pyo3] version = "0.20.0" features = ["extension-module"] [dependencies.rayon] version = "1.8.1" [dependencies.thiserror] version = "1.0.57" [dev-dependencies.lockfile] version = "0.4.0" [dev-dependencies.tempfile] version = "3.10.0" [build-dependencies.cbindgen] version = "0.26.0" optional = true [features] capi = ["libc"]