-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
30 lines (28 loc) · 889 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
27
28
29
30
[package]
name = "foundationr"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
nsurl = []
nsdata = []
nsurlresponse = []
nsurlrequest = ["nsurl","nsdata"]
nsurlsession = ["nsurlrequest","nsurlresponse"]
nsthread = []
nsdictionary = ["nscopying"]
nsvalue = []
nscopying = []
nsnotification = []
nsrange = []
nsrunloop = ["nsdate"]
nsdate = []
nsarray = ["nsenumerator"]
nsenumerator = []
nsfontdescriptor = []
nsattributedstring = ["nsdictionary"]
all = ["nsurl","nsdata","nsurlresponse","nsurlrequest","nsurlsession","nsthread","nsdictionary","nsvalue","nscopying", "nsnotification","nsrange","nsrunloop","nsdate","nsarray","nsenumerator","nsfontdescriptor","nsattributedstring"]
[dependencies]
objr = "1"
blocksr = "1"
coregraphicsr = {git = "https://github.com/drewcrawford/coregraphicsr"}