File: Cargo.toml

package info (click to toggle)
rust-traitobject 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 96 kB
  • sloc: makefile: 4
file content (19 lines) | stat: -rw-r--r-- 745 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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]
name = "traitobject"
version = "0.1.0"
authors = ["Jonathan Reem <jonathan.reem@gmail.com>"]
description = "Unsafe helpers for working with raw trait objects."
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/reem/rust-traitobject.git"