# 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] edition = "2018" name = "bad" version = "0.1.1" authors = ["Nikolai Vazquez "] build = "build.rs" include = ["Cargo.toml", "src", "README*", "CHANGELOG*", "*LICENSE*", "build.rs"] description = "Unlicensed bad ideas." homepage = "https://github.com/nvzqz/bad-rs" documentation = "https://docs.rs/bad" readme = "README.md" keywords = ["why"] categories = ["no-std"] license = "Unlicense OR MIT" repository = "https://github.com/nvzqz/bad-rs" [build-dependencies.version_check] version = "0.1" [features] alloc = [] default = ["std"] std = []