[package] name = "crates_tools" version = "0.14.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", "Bogdan Balushkin ", ] license = "MIT" readme = "Readme.md" documentation = "https://docs.rs/crates_tools" repository = "https://github.com/Wandalen/wTools/tree/master/module/move/crates_tools" homepage = "https://github.com/Wandalen/wTools/tree/master/module/move/crates_tools" description = """ Tools to analyse crate files. """ categories = [] keywords = [] [lints] workspace = true [package.metadata.docs.rs] features = [ "full" ] all-features = false [features] default = [ "enabled" ] full = [ "enabled", "network" ] enabled = [ "network" ] network = [ "ureq" ] [dependencies] flate2 = "~1.0" tar = "~0.4" ureq = { version = "~2.9", optional = true } [dev-dependencies] # test_tools = { workspace = true }