# 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 = "lucide-rs" version = "0.1.0" authors = ["sodax "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provide lucide icon for rust" homepage = "https://github.com/w-sodalite/lucide-rs.git" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/w-sodalite/lucide-rs.git" [package.metadata.release] allow-branch = ["main"] consolidate-commits = true pre-release-commit-message = "Release {{version}}" registry = "crates-io" shared-version = true tag-name = "v{{version}}" [lib] name = "lucide_rs" path = "src/lib.rs" [[bin]] name = "lucide-generate" path = "src/generate.rs" required-features = ["generate"] [dependencies.iced] version = "0.13" optional = true [dependencies.quote] version = "1.0" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [features] data = [] default = [] generate = [ "dep:quote", "dep:serde_json", "dep:serde", ] iced = ["dep:iced"]