# 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 = "spiro" version = "1.0.3" authors = [ "Fredrick Brennan ", "Seth Erfurt ", "Raph Levien ", "MFEK Authors", ] description = "Raph Levien's C implementation of Spiro in pure Rust, transpiled by C2Rust and then heavily edited" readme = "README.md" keywords = [ "spiro", "curve-conversion", "c2rust", ] license = "Apache-2.0" repository = "https://github.com/MFEK/spiro.rlib" [dependencies.glifparser] version = "1.2" optional = true default-features = false [dependencies.log] version = "0.4" optional = true [features] default = [ "log", "glifparser", ]