whichlicense_classification 1.0.0

A tool to classify licenses used by the WhichLicense project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.bincode]
version = "1.3.3"

[dependencies.serde]
features = ["derive"]
version = "1.0.152"

[package]
authors = ["Duart Snel <duartsnel@icloud.com>"]
description = "A tool to classify licenses used by the WhichLicense project"
edition = "2021"
homepage = "https://whichlicense.com"
license = "Apache-2.0"
name = "whichlicense_classification"
readme = "README.md"
repository = "https://github.com/whichlicense/license-classification"
version = "1.0.0"