# 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 = "2018" name = "structural-shapes" version = "0.2.3" authors = ["Chris McComb "] description = "Common structural shapes" homepage = "https://github.com/cmccomb/structural-shapes" documentation = "https://docs.rs/structural-shapes" readme = "README.md" keywords = [ "structural-analysis", "engineering", ] categories = [ "mathematics", "science", "simulation", ] license = "MIT" repository = "https://github.com/cmccomb/structural-shapes" [dependencies.num] version = "0.4.0" [dependencies.typenum] version = "1.15.0" [dependencies.uom] version = "0.34.0"