# 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.4" authors = ["Jeremy Fitzhardinge "] 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.nom] version = "3.1" features = ["verbose-errors"] [dependencies.log] version = "0.3" [dependencies.quote] version = "0.3" [dependencies.env_logger] version = "0.4" [dependencies.lazy_static] version = "0.2" [dependencies.clap] version = "2.24" [dependencies.bitflags] version = "0.9" [dependencies.xdr-codec] version = "0.4" [dev-dependencies.error-chain] version = "0.10" [dev-dependencies.tempdir] version = "0.3" [features] unstable = []