File: Cargo.toml.orig

package info (click to toggle)
rust-embed-doc-image 0.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: makefile: 4
file content (24 lines) | stat: -rw-r--r-- 679 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "embed-doc-image"
version = "0.1.4"
authors = ["Andreas Longva"]
edition = "2018"
description = "Embed images in Rust documentation"
license = "MIT"
documentation = "https://docs.rs/embed-doc-image"
homepage = "https://github.com/Andlon/embed-doc-image"
repository = "https://github.com/Andlon/embed-doc-image"
categories = ["development-tools", "rust-patterns"]
keywords = ["documentation", "rustdoc"]

[lib]
proc-macro = true

[dependencies]
syn = { version="1.0.72", default-features=false, features = ["full", "parsing", "proc-macro", "printing"] }
quote = "1.0.9"
proc-macro2 = "1.0.27"
base64 = "0.13"

[workspace]
members = [ "embed-doc-image-showcase" ]