# 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 = "query-curve" version = "0.1.0" authors = ["Tomas Savigliano "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for querying custom Bezier curves, compatible with curves created at https://querycurve.com." homepage = "https://querycurve.com/" readme = "README.md" keywords = [ "curve", "bezier", "query", "math", ] categories = [ "mathematics", "finance", "game-development", "graphics", "science", ] license = "MIT" repository = "https://github.com/ralusek/query-curve" [lib] name = "query_curve" path = "src/lib.rs" [[test]] name = "query_curve_tests" path = "tests/query_curve_tests.rs" [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.regex] version = "1"