# 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 = "railroad" version = "0.3.2" authors = ["Lukas Lueg "] build = false exclude = [ "examples/*.jpeg", "examples/*.png", "examples/*.html", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A library to create syntax-diagrams as Scalable Vector Graphics" documentation = "https://docs.rs/railroad" readme = "README.md" license = "MIT" repository = "https://github.com/lukaslueg/railroad" [package.metadata.docs.rs] features = ["resvg"] [lib] name = "railroad" path = "src/lib.rs" [[example]] name = "render" path = "examples/render.rs" required-features = ["resvg"] [[example]] name = "visuals" path = "examples/visuals.rs" [[test]] name = "test_lib" path = "tests/test_lib.rs" [[test]] name = "verification" path = "tests/verification.rs" [dependencies.resvg] version = "0.42" features = [ "text", "system-fonts", "memmap-fonts", ] optional = true [dependencies.unicode-width] version = "0.1" [dev-dependencies.railroad_verification] version = "0.1" [features] default = ["resvg"] visual-debug = []