# 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 = "2018" name = "repr_offset" version = "0.2.2" authors = ["rodrimati1992 "] include = [ "Cargo.toml", "src/**/*.rs", "../README.md", "../LICENSE-ZLIB.md", "build.rs", ] description = "Offsets of fields for types with a stable layout." documentation = "https://docs.rs/repr_offset/" readme = "README.md" keywords = [ "offset_of", "mem", "offsetof", "offset", "no-std", ] categories = ["no-std"] license = "Zlib" repository = "https://github.com/rodrimati1992/repr_offset_crates/" [package.metadata.docs.rs] features = [ "docsrs", "for_examples", "derive", ] [dependencies.repr_offset_derive] version = "=0.2.0" optional = true [dependencies.tstr] version = "0.2" [dev-dependencies.repr_offset_derive] version = "=0.2.0" [features] default = [] derive = ["repr_offset_derive"] docsrs = [] for_examples = [] priv_expensive_test = [] priv_raw_ref = [] test_nightly = [ "testing", "priv_raw_ref", ] testing = ["for_examples"] [badges.travis-ci] repository = "rodrimati1992/repr_offset_crates/"