[package] name = "franim" version = "0.1.1" license = "Unlicense" authors = ["Jonathan Cornaz"] edition = "2021" rust-version = "1.74" repository = "https://github.com/jcornaz/franim" description = "A frame animation library for `no_std` game-development" categories = ["no-std", "game-development"] keywords = ["no_std", "gamedev", "animation"] [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [features] default = ["std"] std = [] [dependencies] [dev-dependencies] rstest = { version = "0.21.0", default-features = false } [lints.rust] unsafe_code = "deny" private_interfaces = "warn" private_bounds = "warn" missing_docs = "warn" [lints.clippy] exhaustive_enums = "warn" exhaustive_structs = "warn" pedantic = { level = "warn", priority = -1 }