[badges.travis-ci]
branch = "master"
repository = "Fluci/ply-rs"
[build-dependencies.skeptic]
version = "^0.13.4"
[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"
[[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"
[package]
authors = ["Felice Serena <felice@serena-mueller.ch>"]
build = "build.rs"
categories = ["encoding", "parsing"]
description = "Library for reading/writing ascii and binary PLY files."
documentation = "https://fluci.github.io/travis_docs/ply-rs/ply_rs/index.html"
edition = "2018"
exclude = ["scripts/*"]
homepage = "https://github.com/Fluci/ply-rs"
keywords = ["ply"]
license = "MIT"
name = "ply-rs"
readme = "README.md"
repository = "https://github.com/Fluci/ply-rs.git"
version = "0.1.3"