[package] name = "strip_cargo_version" version = "0.0.3" description = "Strip the version information from the Cargo manifests of your crates" authors = [ "Joakim Hulthe ", ] readme = "README.md" license = "MPL-2.0" repository = "https://github.com/hulthe/strip_cargo_version" categories = ["command-line-utilities"] keywords = ["cargo", "manifest", "version", "docker", "cache"] edition = "2018" [dependencies] toml_edit = "0.2.1"