[package] name = "rust-lib" version = "0.1.1" # refer to semver edition = "2021" description = "A rust lib template that can publish to crates.io" authors = ["Zerounary "] license = "MIT" keywords = ["lib", "codegen", "template"] repository = "https://github.com/Zerounary/rust-lib.git" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" thiserror = "1.0" serde_json = "1.0.85" itertools = "0.10.2" derive_builder = "0.11.2" linked_hash_set = "0.1.4"