# 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 = "railway" version = "0.3.3" authors = ["Nathan ROYER "] description = "Binary file format for vector animated pictures" readme = "README.md" keywords = [ "vector-graphics", "render", "svg", "binary", "no_std", ] categories = [ "parsing", "rendering", "no-std", "graphics", ] license = "MIT" repository = "https://github.com/NathanRoyer/railway" [[example]] name = "generate" [[example]] name = "to_png" [dependencies.log] version = "0.4.17" [dependencies.num-traits] version = "0.2.15" features = ["libm"] default-features = false [dependencies.rgb] version = "0.8.36" [dependencies.vek] version = "0.15.8" default-features = false [dependencies.wizdraw] version = "1.2.1" [dev-dependencies.png] version = "0.17" [features] default = [] simd = ["wizdraw/simd"]