# 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] name = "nastran" version = "0.0.1" authors = ["Andrew Burkett "] description = "Rust library for reading NASTRAN files" license = "GPL-3.0" repository = "https://github.com/drewkett/nastran-rs" [dependencies.ascii] version = "0.8" [dependencies.clap] version = "2.24" [dependencies.dtoa] version = "0.4" [dependencies.itertools] version = "0.6" [dependencies.memmap] version = "0.5" [dependencies.nom] version = "^3.0" [dependencies.num] version = "0.1" [dependencies.num-traits] version = "0.1" [dependencies.quick-error] version = "1.2"