# 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" rust-version = "1.65.0" name = "easing-function" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rusty implementation of easing functions for animation tweening" readme = "README.md" keywords = [ "easing", "tweening", ] categories = ["algorithms"] license = "MIT OR Apache-2.0" repository = "https://github.com/khonsulabs/easing-function" [lib] name = "easing_function" path = "src/lib.rs" [dependencies.serde] version = "1.0.208" features = ["derive"] optional = true [features] serde = ["dep:serde"] [lints.clippy] missing_errors_doc = "allow" missing_panics_doc = "allow" module_name_repetitions = "allow" [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] missing_docs = "warn" unsafe_code = "forbid"