# 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 = "crseo" version = "1.0.3" authors = ["Rod Conan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cuda Engined Optics Rust Interface" documentation = "https://docs.rs/crseo" readme = "README.md" keywords = [ "telescope", "astronomy", ] categories = [ "api-bindings", "science", "simulation", ] license = "MIT" repository = "https://github.com/rconan/crseo" [lib] name = "crseo" path = "src/lib.rs" [[bin]] name = "analytic" path = "src/bin/analytic.rs" required-features = ["analytic"] [[example]] name = "cu_algebra" path = "examples/cu_algebra.rs" [[example]] name = "main" path = "examples/main.rs" [[example]] name = "phase_sensor" path = "examples/phase_sensor.rs" [[example]] name = "piston_sensor" path = "examples/piston_sensor.rs" [[example]] name = "ray_tracing" path = "examples/ray_tracing.rs" [[example]] name = "test" path = "examples/test.rs" [[test]] name = "main" path = "tests/main.rs" [[bench]] name = "ceo_benchmark" path = "benches/ceo_benchmark.rs" harness = false [[bench]] name = "ray_tracing" path = "benches/ray_tracing.rs" harness = false [dependencies.ffi] version = "1.2.0" package = "crseo-sys" [dependencies.indicatif] version = "0.17.3" [dependencies.libm] version = "0.2.1" [dependencies.log] version = "0.4.11" [dependencies.nalgebra] version = "0.32.6" features = ["serde-serialize"] [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.4" [dependencies.roots] version = "0.0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-pickle] version = "1.1.1" [dependencies.skyangle] version = "0.2.2" [dependencies.thiserror] version = "1.0.48" [dependencies.toml] version = "0.8.8" [dev-dependencies.anyhow] version = "1.0.57" [dev-dependencies.bincode] version = "1.3.2" [dev-dependencies.complot] version = "0.3.4" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.env_logger] version = "0.11.1" [dev-dependencies.gnuplot] version = "0.0.43" [dev-dependencies.nanorand] version = "0.7.0" [dev-dependencies.zernike] version = "0.2.1" [features] analytic = []