[package] name = "opt_struct" version = "0.1.3" edition = "2021" authors = ["merl "] license = "MIT" readme = "README.md" description = "Optional collections" repository = "https://github.com/merl-twin/opt-struct" homepage = "https://github.com/merl-twin/opt-struct" include = [ "**/*.rs", "Cargo.toml", ] [dependencies]