# 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 = "kessler" version = "0.1.4" authors = ["Reece Humphreys"] description = """ Kessler is a library for simulating fragmentation events in low Earth orbit. """ readme = "README.md" keywords = [ "kessler", "space", "simulation", "fragmentation", ] license = "MIT" repository = "https://github.com/reecehumphreys/kessler/" [profile.release] lto = true codegen-units = 1 strip = true [dependencies.blas-src] version = "0.8" features = ["openblas"] [dependencies.ndarray] version = "=0.15.6" features = [ "blas", "rayon", ] [dependencies.ndarray-linalg] version = "0.14" [dependencies.ndarray-rand] version = "0.13.0" [dependencies.openblas-src] version = "0.10" features = [ "cblas", "system", ] [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3"