-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
26 lines (23 loc) · 881 Bytes
/
Cargo.toml
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
[package]
name = "rem-borrower"
version = "0.1.3"
edition = "2021"
authors = ["Sewen Thy <me@sewenthy.dev>", "Matthew Britton <mbritton460@gmail.com>"]
license = "MIT"
description = "Permission repairer for Rusty Extraction Maestro"
repository = "https://github.com/RuleBrittonica/rem-borrower" # Forked from "https://github.com/verse-lab/rustic-cat"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
colored = "2.0.0"
clap = { version = "4.0.20", features = [ "derive" ] }
syn = {version="1.0.86", features=["printing", "parsing", "full", "visit-mut", "visit"]}
proc-macro2 = { version = "1.0", features = ["span-locations"]}
quote = "1.0"
itertools = "0.10.5"
regex = "1.6.0"
env_logger = "0.11.5"
log = "0.4.17"
rem-utils = "0.1.4"
rem-constraint = "0.1.1"
# [package.metadata.rust-analyzer]
# rustc_private=true