[package] name = "yalich" version = "0.1.4" authors = ["Tom Milligan "] edition = "2018" description = "Yet another license checker." homepage = "https://github.com/tommilligan/yalich" license = "MIT" readme = "README.md" [dependencies] anyhow = "1.0.31" csv = "1.1.3" env_logger = "0.7.1" log = "0.4.8" reqwest = { version = "0.10.6", features = ["blocking", "json"] } serde = "1.0.111" serde_derive = "1.0.111" serde_json = "1.0.53" structopt = "0.3.14" toml = "0.5.6" url = "2.1.1"