# 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 = "errno-codes" version = "0.1.0" authors = ["Ivan Mironov "] build = "build.rs" publish = true description = "errno codes with messages from various OSes and architectures" documentation = "https://docs.rs/crate/errno-codes" readme = "README.md" keywords = ["errno"] categories = [] license = "MIT/Apache-2.0" repository = "https://github.com/im-0/errno-codes" [dependencies.phf] version = "0.7" default_features = false [dependencies.serde] version = "1.0" optional = true default_features = false [dependencies.serde_derive] version = "1.0" optional = true default_features = false [dev-dependencies.pretty_assertions] version = "0.5" default_features = false [build-dependencies.phf_codegen] version = "0.7" default_features = false [build-dependencies.serde] version = "1.0" default_features = false [build-dependencies.serde_derive] version = "1.0" default_features = false [build-dependencies.serde_json] version = "1.0" default_features = false [features] default = [] serialization = ["serde", "serde_derive"] [badges.travis-ci] branch = "b0.1.0" repository = "im-0/errno-codes"