[go: up one dir, main page]

license 0.10.0

Provides license information from https://spdx.org.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "license"
version = "0.10.0"
authors = ["evenorog <evenorog@gmail.com>"]
description = "Provides license information from https://spdx.org."
documentation = "https://docs.rs/license"
repository = "https://github.com/evenorog/license"
readme = "README.md"
license = "MIT/Apache-2.0"
keywords = ["license", "spdx"]
categories = ["no-std"]
exclude = ["/.travis.yml", "/license.svg", "/run", "/license-list-data"]
edition = "2018"

[badges]
travis-ci = { repository = "evenorog/license" }
maintenance = { status = "actively-developed" }