[package] name = "tugger-licensing-net" version = "0.8.0" authors = ["Gregory Szorc "] edition = "2021" license = "MPL-2.0" description = "Software licensing functionality requiring network access" keywords = ["tugger"] homepage = "https://github.com/indygreg/PyOxidizer" repository = "https://github.com/indygreg/PyOxidizer.git" readme = "README.md" [dependencies] anyhow = "1.0" reqwest = { version = "0.11", default-features = false, features = ["blocking", "rustls-tls"] } spdx = "0.8" url = "2.2" [dependencies.tugger-licensing] version = "0.6.0" # path = "../tugger-licensing" [dev-dependencies.tugger-common] version = "0.8.0" # path = "../tugger-common"