# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "civil" version = "0.1.7" authors = ["Samuel Kreimeyer"] description = "a library to support civil engineering applications (WIP)" homepage = "https://github.com/skreimeyer/civil" readme = "README.md" keywords = ["civil-engineering", "engineering-library", "civil"] categories = ["science"] license = "MIT" repository = "https://github.com/skreimeyer/civil" [lib] name = "civil" crate-type = ["lib"] path = "src/lib.rs" test = true edition = "2018" [dependencies] [badges.travis-ci] branch = "master" repository = "https://travis-ci.org/skreimeyer/civil"