# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "bitflags_serde_shim" version = "0.2.5" authors = ["novacrazy "] description = "Community Driven Serde Shims" documentation = "https://novacrazy.github.io/serde_shims/" readme = "README.md" keywords = [ "serde", "shim", "bitflags", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/novacrazy/serde_shims" [dependencies.serde] version = "1.0" default_features = false [dev-dependencies.bitflags] version = "1" [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [features] default = ["std"] std = [] [badges.travis-ci] repository = "novacrazy/serde_shims"