[package] name = "extra-default" version = "0.2.0" authors = ["Clar Charr "] repository = "https://github.com/clarcharr/extra-default" documentation = "https://clarcharr.github.io/extra-default/extra_default" description = "Extra traits to go along with the Default trait." readme = "README.md" license-file = "LICENSE" exclude = [".gitignore"] [features] default = ["std"] std = ["collections"] collections = ["alloc"] alloc = [] [[package.metadata.test-all.cases]] versions = ["1.8.0", "stable"] try-features = [[]] [[package.metadata.test-all.cases]] versions = ["beta"] try-features = [["std"], []] [[package.metadata.test-all.cases]] versions = ["nightly"] try-features = [["std"], ["collections"], ["alloc"], []]