[package] name = "curves-rs" version = "0.1.0" edition = "2021" license = "MIT" authors = ["Takashima Taiga "] description = "Parametric Curve Library." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.147", features = ["derive", "rc"] } serde_json = "1.0.87" thiserror = "1.0.37"