# 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 = "ballistics_rs" version = "0.1.5" authors = ["CM-IV"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for ballistics calculations" homepage = "https://github.com/CM-IV/ballistics-rs" documentation = "https://docs.rs/ballistics_rs" readme = "README.md" license = "MIT" repository = "https://github.com/CM-IV/ballistics-rs" [profile.release] opt-level = "z" lto = "fat" codegen-units = 1 debug = 0 panic = "abort" overflow-checks = false [lib] name = "ballistics_rs" path = "src/lib.rs" [dependencies.bon] version = "2.3.0" [dependencies.synonym] version = "0.1.5"