thespis_derive 0.1.0

Derive macros for thespis traits
Documentation
package:

  # When releasing to crates.io:
  #
  # - last check for all TODO, FIXME, expect, unwrap.
  # - recheck log statements (informative, none left that were just for development, ...)
  # - `cargo +nightly doc` and re-read and final polish of documentation.
  #
  # - Update CHANGELOG.md.
  # - Update version numbers in Cargo.yml, Cargo.toml, install section of readme.
  #
  # - `touch **.rs && cargo clippy --tests --examples --benches --all-features`
  # - `cargo update`
  # - `cargo udeps --all-targets --all-features`
  # - `cargo audit`
  # - `cargo crev crate verify --show-all --recursive` and review.
  # - 'cargo test --all-targets --all-features'
  #
  # - push dev and verify CI result
  # - `cargo test` on dependent crates
  #
  # - cargo publish
  # - `git checkout master && git merge dev --no-ff`
  # - `git tag x.x.x` with version number.
  # - `git push && git push --tags`
  #
  version       : 0.1.0
  name          : thespis_derive
  edition       : '2018'
  authors       : [ Naja Melan <najamelan@autistici.org> ]
  description   : Derive macros for thespis traits
  license       : Unlicense
  homepage      : https://github.com/thespis-rs/thespis_derive
  repository    : https://github.com/thespis-rs/thespis_derive
  documentation : https://docs.rs/thespis_derive
  readme        : README.md
  keywords      : [ async, futures, actor, thespis ]
  categories    : [ asynchronous, concurrency ]

  metadata:
    docs:
      rs:
        all-features: true


badges:

  maintenance : { status     : actively-developed        }
  travis-ci   : { repository : thespis-rs/thespis_derive }


lib:

  proc-macro: true


dependencies:

  proc-macro2: ^1
  syn        : { version: ^1, features: [full] }
  quote      : ^1


build-dependencies:

  rustc_version: ^0.4