# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "portrait" version = "0.3.0" authors = ["SOFe "] description = "Fills an `impl` with the associated items required by the trait." homepage = "https://github.com/SOF3/portrait" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/SOF3/portrait" [dependencies.portrait-codegen] version = "0.3.0" [dev-dependencies.log] version = "0.4.17" [dev-dependencies.static_assertions] version = "1.1.0" [features] default = [ "default-filler", "delegate-filler", "log-filler", "derive-delegate-filler", ] default-filler = ["portrait-codegen/default-filler"] delegate-filler = ["portrait-codegen/delegate-filler"] derive-delegate-filler = ["portrait-codegen/derive-delegate-filler"] log-filler = ["portrait-codegen/log-filler"]