# 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 = "libccanvas" version = "0.2.0" authors = ["siriusmart"] exclude = [ "/examples", "/subcrates", ] description = "Utility for creating ccanvas components." readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/ccanvas/libccanvas" [package.metadata.docs.rs] features = [ "betterserde", "common", "config", "layout", "saver", "scroll", ] [profile.release] opt-level = 3 lto = true panic = "abort" strip = true [dependencies.ccanvas-config-derive] version = "0.1" optional = true [dependencies.dirs] version = "5" optional = true [dependencies.jsonc-parser] version = "0" features = ["serde"] optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = [ "sync", "rt", "rt-multi-thread", ] [features] betterserde = [] common = [] config = [ "dep:ccanvas-config-derive", "dep:dirs", "dep:jsonc-parser", ] default = [] layout = ["common"] saver = ["common"] scroll = []