# 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 = "baimax" version = "0.1.0" authors = ["Brayden Banks "] description = "Type-safe BAIv2 serialization library for Rust" documentation = "https://docs.rs/baimax/0.1.0/baimax" readme = "README.md" keywords = ["bai", "bank", "encoding", "parser", "serde"] categories = [] license = "MIT/Apache-2.0" repository = "https://github.com/bb010g/baimax" [dependencies.penny] version = "0.1.0" [dependencies.clippy] version = "^0" optional = true [dependencies.void] version = "1.0.2" [dependencies.serde_derive] version = "1.0.8" optional = true [dependencies.chrono] version = "0.4.0" [dependencies.nom] version = "3.0.0" [dependencies.itertools] version = "0.6.0" [dependencies.serde] version = "1.0.8" optional = true [features] lint = ["clippy"] default = ["serde-serialize"] serde-serialize = ["chrono/serde", "penny/serde-serialize", "serde", "serde_derive"] [badges.travis-ci] repository = "bb010g/baimax"