# 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" rust-version = "1.75" name = "vello_encoding" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Vello types that represent the data that needs to be rendered." readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/linebender/vello" [lib] name = "vello_encoding" path = "src/lib.rs" [dependencies.bytemuck] version = "1.18.0" features = ["derive"] [dependencies.guillotiere] version = "0.6.2" optional = true [dependencies.peniko] version = "0.2.0" [dependencies.skrifa] version = "0.22.3" optional = true [dependencies.smallvec] version = "1.13.2" [features] bump_estimate = [] default = ["full"] full = [ "dep:skrifa", "dep:guillotiere", ] [lints.clippy] doc_markdown = "warn" semicolon_if_nothing_returned = "warn"