# 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 = "elevate-lib" version = "0.1.0-202403171545+1.0.0-alpha.1" authors = ["whatsacomputertho"] description = "An elevator simulation library for Rust" homepage = "https://docs.rs/elevate-lib" readme = "README.md" keywords = [ "elevator", "simulation", "library", "rust", "elevate", ] categories = [ "simulation", "visualization", ] license-file = "LICENSE" repository = "https://github.com/whatsacomputertho/elevate" [dependencies.rand] version = "0.8.5" [dependencies.statrs] version = "0.16.0" [dependencies.termcolor] version = "1.4.0"