# 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 = "get-size-derive2" version = "0.1.2" authors = [ "Denis Kerp", "Nicolas", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Derives the GetSize trait." readme = "README.md" keywords = [ "size", "heap", "ram", "memory", "get-size", ] categories = [ "memory-management", "caching", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bircni/get-size2/tree/main/get-size-derive2" [lib] name = "get_size_derive2" path = "src/lib.rs" proc-macro = true [dependencies.attribute-derive] version = "0.10.1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = [ "derive", "parsing", ] [dev-dependencies] [lints.clippy.cast_possible_truncation] level = "allow" priority = 5 [lints.clippy.cast_precision_loss] level = "allow" priority = 4 [lints.clippy.cast_sign_loss] level = "allow" priority = 6 [lints.clippy.enum_glob_use] level = "deny" priority = 2 [lints.clippy.implicit_hasher] level = "allow" priority = 13 [lints.clippy.module_name_repetitions] level = "allow" priority = 3 [lints.clippy.needless_doctest_main] level = "allow" priority = 12 [lints.clippy.out_of_bounds_indexing] level = "allow" priority = 7 [lints.clippy.pedantic] level = "deny" priority = 1 [lints.clippy.perf] level = "warn" priority = 8 [lints.clippy.style] level = "warn" priority = 9 [lints.rust] unsafe_code = "forbid"