File: Cargo.toml.orig

package info (click to toggle)
rust-cint 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: makefile: 4
file content (18 lines) | stat: -rw-r--r-- 594 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "cint"
version = "0.3.1"
authors = ["Gray Olson <gray@grayolson.com>"]
edition = "2018"
license = "MIT OR Apache-2.0 OR Zlib"
description = "A lean, minimal, and stable set of types for color interoperation between crates in Rust."
documentation = "https://docs.rs/cint"
homepage = "https://github.com/termhn/cint"
repository = "https://github.com/termhn/cint"

[package.metadata.docs.rs]
features = ["bytemuck"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bytemuck = { version = "1.9.0", optional = true }