File: Cargo.toml.orig

package info (click to toggle)
rust-destructure-traitobject 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: makefile: 4
file content (17 lines) | stat: -rw-r--r-- 552 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "destructure_traitobject"
version = "0.3.0"
authors = [
  "Jonathan Reem <jonathan.reem@gmail.com>",
  "Steven Fackler <sfackler@gmail.com>",
  "Alexander Regueiro <alexreg@me.com>",
  "Philip Peterson <philip.c.peterson@gmail.com>",
  "Francis Lalonde <fralalonde@gmail.com>",
]
edition = "2021"
repository = "https://github.com/philip-peterson/destructure_traitobject.git"
description = "Unsafe helpers for working with raw trait objects. (Forked from traitobject)"
readme = "README.md"
license = "MIT/Apache-2.0"