xdrgen 0.4.2

XDR codec generator from specification. Designed for use with xdr-codec.
Documentation
# 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 = "xdrgen"
version = "0.4.2"
authors = ["Jeremy Fitzhardinge <jeremy@goop.org>"]
include = ["src/**/*.rs", "tests/**/*.rs", "*.md", "Cargo.toml"]
description = "XDR codec generator from specification. Designed for use with xdr-codec."
documentation = "https://docs.rs/xdrgen/"
readme = "README.md"
keywords = ["encoding", "protocol", "xdr", "rfc4506", "serialization"]
license = "MIT/Apache-2.0"
repository = "https://github.com/jsgf/rust-xdr/tree/master/xdrgen"

[[bin]]
name = "xdrgen"
path = "src/xdrgen.rs"
test = false
bench = false
doc = false
[dependencies.xdr-codec]
version = "0.4"

[dependencies.env_logger]
version = "0.4"

[dependencies.clap]
version = "2.*"

[dependencies.quote]
version = "0.3"

[dependencies.bitflags]
version = "0.8"

[dependencies.lazy_static]
version = "0.2"

[dependencies.nom]
version = "1.*"

[dependencies.log]
version = "0.3"
[dev-dependencies.error-chain]
version = "0.10"

[dev-dependencies.tempdir]
version = "0.3"

[features]
unstable = []