File: Cargo.toml

package info (click to toggle)
rust-rustpython-parser 0.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 800 kB
  • sloc: makefile: 2
file content (85 lines) | stat: -rw-r--r-- 1,726 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# 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]
edition = "2021"
name = "rustpython-parser"
version = "0.2.0"
authors = ["RustPython Team"]
build = "build.rs"
description = "Parser for python code."
readme = "README.md"
license = "MIT"
repository = "https://github.com/RustPython/RustPython"

[dependencies.ahash]
version = "0.8"

[dependencies.itertools]
version = ">= 0.10.3"

[dependencies.lalrpop-util]
version = "0.20"
default-features = false

[dependencies.log]
version = "0.4.16"

[dependencies.num-bigint]
version = "0.4.3"

[dependencies.num-traits]
version = "0.2.14"

[dependencies.phf]
version = "0.11.1"

[dependencies.rustc-hash]
version = "1.1.0"

[dependencies.rustpython-ast]
version = "0.2.0"

[dependencies.rustpython-compiler-core]
version = "0.2.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.unic-emoji-char]
version = "0.9.0"

[dependencies.unic-ucd-ident]
version = "0.9.0"

[dependencies.unicode_names2]
version = "0.6.0"

[dev-dependencies.insta]
version = "1.14.0"

[build-dependencies.anyhow]
version = "1.0.45"

[build-dependencies.lalrpop]
version = "0.20"
optional = true
default-features = false

[build-dependencies.phf_codegen]
version = "0.11.1"

[build-dependencies.tiny-keccak]
version = "2"
features = ["sha3"]

[features]
default = ["lalrpop"]