# 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 = "phasespace" version = "0.0.1" authors = ["stevan pecic "] description = "Transform and inspect .egsphsp files" homepage = "https://github.com/stevanpecic" documentation = "https://github.com/stevanpecic" readme = "README.rst" keywords = ["egsphsp", "phaser", "twist", "shout", "egsnrc"] license = "MIT" repository = "https://github.com/stevanpecic" [lib] name = "egsphsp" path = "src/lib.rs" [[bin]] name = "phasespace" path = "src/bin.rs" [dependencies.byteorder] version = "0.5" [dependencies.clap] version = "2" [dependencies.cpu-time] version = "1.0.0" [dependencies.float-cmp] version = "0.2" [dependencies.rand] version = "0.3"