# 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 = "ply-rs" version = "0.1.3" authors = ["Felice Serena "] build = "build.rs" exclude = ["scripts/*"] description = "Library for reading/writing ascii and binary PLY files." homepage = "https://github.com/Fluci/ply-rs" documentation = "https://fluci.github.io/travis_docs/ply-rs/ply_rs/index.html" readme = "README.md" keywords = ["ply"] categories = ["encoding", "parsing"] license = "MIT" repository = "https://github.com/Fluci/ply-rs.git" [[example]] name = "read_ply" [[example]] name = "write_ply" [[example]] name = "read_ply_header_only" [[example]] name = "read_ply_to_structs" [[example]] name = "write_empty_ply" [dependencies.byteorder] version = "^1.2.7" [dependencies.linked-hash-map] version = "^0.5.1" [dependencies.peg] version = "^0.6.0" [dev-dependencies.skeptic] version = "^0.13.4" [build-dependencies.skeptic] version = "^0.13.4" [badges.travis-ci] branch = "master" repository = "Fluci/ply-rs"