# 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 = "tiptoe" version = "0.0.2" authors = ["Tamme Schichler "] include = ["**/*.rs", "!tests/unincluded_*.rs", "Cargo.toml", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "COPYRIGHT.md", "LICENSE-*", "README.md", "SECURITY.md"] description = "An easy-to-support intrusively reference-counting smart pointer." homepage = "https://github.com/Tamschi/tiptoe/tree/v0.0.2" documentation = "https://docs.rs/tiptoe/0.0.2" readme = "README.md" keywords = ["arc", "rc", "intrusive", "no_std"] categories = ["rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/Tamschi/tiptoe" resolver = "2" [package.metadata.docs.rs] all-features = true targets = [] [dependencies.abort] version = "0.1.3" [dependencies.tap] version = "1.0.1" [dev-dependencies.cargo-husky] version = "1.5.0" [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.git_info] version = "0.1.2" [dev-dependencies.pin-project] version = "1.0.8" [dev-dependencies.version-sync] version = "0.9.3" [dev-dependencies.wasm-bindgen-test] version = "0.3.28" [features] sync = [] [badges.is-it-maintained-issue-resolution] repository = "Tamschi/tiptoe" [badges.is-it-maintained-open-issues] repository = "Tamschi/tiptoe" [badges.maintenance] status = "experimental"