[package] name = "spiro-inner" version = "0.1.0" authors = ["Fredrick Brennan ", "Seth Erfurt ", "Raph Levien ", "MFEK Authors"] edition = "2021" license = "Apache-2.0" keywords = ["spiro", "curve-conversion", "c2rust"] description = "Raph Levien's C implementation of Spiro in pure Rust, transpiled by C2Rust and then heavily edited" repository = "https://github.com/MFEK/spiro-inner.rlib" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = { version = "0.4", optional = true } [features] default = ["log"]