# 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 = "beerxml" version = "0.1.8" authors = ["Joost Yervante Damad "] description = "beerxml/json/yaml/toml parser generator" homepage = "http://brewcalc.org" documentation = "https://docs.rs/crate/beerxml" keywords = ["brewing", "beer", "mead"] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/andete/beerxml" [dependencies.clap] version = "2.25" [dependencies.error-chain] version = "0.10" [dependencies.serde_yaml] version = "0.7" [dependencies.log] version = "0.3" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.env_logger] version = "0.3" [dependencies.strum_macros] version = "0.6" [dependencies.strum] version = "0.6" [dependencies.quick-xml] version = "0.7" [dependencies.toml] version = "0.4" [dependencies.serde_json] version = "1.0" [badges.travis-ci] repository = "andete/beerxml"