[package] name = "wpublisher" version = "0.2.0" edition = "2021" authors = [ "Kostiantyn Wandalen ", "Dmytro Kryvoruchko ", ] license = "MIT" readme = "Readme.md" documentation = "https://docs.rs/wpublisher" repository = "https://github.com/Wandalen/wTools/tree/master/module/core/wpublisher" homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/wpublisher" description = """ Utility to publish modules on `crates.io` from a command line. """ categories = [ "algorithms", "development-tools" ] keywords = [ "fundamental", "general-purpose" ] [lints] workspace = true [package.metadata.docs.rs] features = [ "full" ] all-features = false # exclude = [ "/tests", "/examples", "-*" ] include = [ "/rust/impl/publisher", "/Cargo.toml", "/Readme.md", "/License", ] [features] default = [ "enabled" ] full = [ "enabled" ] # use_std = [] no_std = [] use_alloc = [] enabled = [] [dependencies] # wtools = { workspace = true } # wca = { workspace = true } # mod_interface = { workspace = true } # anyhow = "~1.0" # toml_edit = "~0.14" # cargo_metadata = "~0.14" # ureq = "~2.9" # sha-1 = "~0.10" # globwalk = "~0.8" # petgraph = "~0.6" [dev-dependencies] test_tools = { workspace = true }