# 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 = "svg-path-cst" version = "0.1.4" authors = ["Álvaro Mondéjar Rubio"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CST SVG path parser." documentation = "https://docs.rs/svg-path-cst" readme = "README.md" license = "MIT" repository = "https://github.com/mondeja/svg-path-cst" [lib] name = "svg_path_cst" path = "src/lib.rs" [[bin]] name = "svg-path-cst" path = "src/main.rs" [[bench]] name = "no_features" path = "benches/no_features.rs" harness = false [dependencies.snafu] version = "0.8" default-features = false [dependencies.tracing] version = "0.1" features = ["attributes"] optional = true default-features = false [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.doc-comment] version = "0.3" [features] default = [] strict = [] tracing = ["dep:tracing"]