# 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.61" name = "angulus" version = "0.6.0" authors = ["Tristan Guichaoua "] exclude = [".github/"] description = "Unit agnostic angle" readme = "README.md" keywords = [ "utility", "angle", "math", "wrapper", ] categories = [ "data-structures", "mathematics", "value-formatting", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tguichaoua/angulus" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.libm] version = "0.2" optional = true default-features = false [dependencies.rand] version = "0.8" optional = true default-features = false [dependencies.serde] version = "1" optional = true default-features = false [dev-dependencies.float_eq] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [features] default = ["std"] std = [] [lints.clippy] cargo = "warn" pedantic = "warn" [lints.clippy.module_name_repetitions] level = "allow" priority = 1 [lints.rust] absolute_paths_not_starting_with_crate = "warn" let_underscore_drop = "warn" missing_docs = "warn" non_ascii_idents = "warn" unsafe_code = "warn" unused_import_braces = "warn" unused_lifetimes = "warn" unused_macro_rules = "warn" unused_qualifications = "warn" unused_tuple_struct_fields = "warn" variant_size_differences = "warn"