File: Cargo.toml

package info (click to toggle)
gir-rust-code-generator 0.21.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,520 kB
  • sloc: python: 191; makefile: 27
file content (34 lines) | stat: -rw-r--r-- 746 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
25
26
27
28
29
30
31
32
33
34
[package]
name = "gir"
version = "0.0.1"
authors = [
	"Evgenii Pashkin <eapashkin@gmail.com>",
	"Gleb Kozyrev <gleb@gkoz.com>",
	"Guillaume Gomez <guillaume1.gomez@gmail.com>",
]
build = "build.rs"
exclude = ["Gir*.toml", "tests/**/*", "*.md", "generator.py"]
edition = "2021"

[dependencies]
bitflags = "2.9"
getopts = "0.2"
getter_rules = { package = "fix-getters-rules", version = "0.3.0", default-features = false }
xml-rs = "0.8"
toml = { version = "0.8" , features = ["preserve_order"] }
env_logger = { version = "0.11", default-features = false }
log = "0.4"
regex = "1.11"
hprof = "0.1"
rustdoc-stripper = "0.1.19"

[profile.release]
codegen-units = 4

[[bin]]
name = "gir"
path = "src/main.rs"

[lib]
name = "libgir"
path = "src/lib.rs"