# 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 = "keplerian_sim" version = "0.2.2" build = false include = [ "/src", "README.md", "LICENSE", "Cargo.toml", "Cargo.lock", "CREDITS.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Keplerian orbit library" readme = "README.md" keywords = [ "kepler", "orbit", "simulation", "patchedconics", "kerbalspaceprogram", ] categories = [ "aerospace::simulation", "simulation", "science", ] license = "GPL-3.0-or-later" repository = "https://github.com/Not-A-Normal-Robot/keplerian-sim" [lib] name = "keplerian_sim" path = "src/lib.rs" [dev-dependencies.criterion] version = "0.5.1"