forked from AmbientRun/Ambient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
143 lines (140 loc) · 4.09 KB
/
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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
[workspace]
default-members = ["app"]
exclude = ["guest", "tmp"]
members = ["crates/*", "libs/*", "tools/*", "app", "web"]
resolver = "2"
[workspace.package]
version = "0.1.1"
rust-version = "1.67"
[workspace.dependencies]
# TEMP: https://github.com/aclysma/profiling/pull/45
profiling = { git = "https://github.com/philpax/profiling.git", features = [
"profile-with-puffin",
] }
tracing = "0.1.35"
wgpu = "0.14.2"
winit = { version = "0.28.1", features = ["serde"] }
futures = { version = "0.3", default-features = false, features = ["std"] }
tokio = { version = "1.20", features = ["parking_lot"] }
bytemuck = { version = "1.10", features = ["derive"] }
glam = { version = "0.22", features = ["bytemuck", "serde", "rand"] }
gltf = "1.1.0"
ordered-float = { version = "3.4.0", features = ["serde"] }
derive_more = "0.99.11"
image = "0.24.5"
itertools = "0.10.3"
ndarray = { version = "0.15.3", features = ["serde"] }
rand = "0.8.0"
rand_pcg = "0.3.1"
glyph_brush = "0.7.4"
log = "0.4"
dyn-clonable = "0.9.0"
paste = "1.0"
as-any = "0.2.0"
closure = "0.3.0"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_bytes = "0.11.5"
serde_json = "1.0"
byteorder = "1.4.3"
bincode = "1.3.3"
lazy_static = "1.4.0"
derivative = "2.2.0"
async-trait = "0.1.56"
png = "0.17.2"
puffin = "0.14.3"
futures-signals = "0.3"
open = "2.0.2"
which = "4.3.0"
puffin_http = "0.11.1"
fbxcel = { version = "0.9.0", features = ["tree"] }
reqwest = { version = "0.11.11", default-features = false, features = [
'blocking',
'rustls-tls',
'json',
] }
url = { version = "2", features = ["serde"] }
thiserror = "1.0"
thread-priority = "0.10.0"
once_cell = "1.13.0"
smallvec = "1.8.0"
downcast-rs = "1.2.0"
yaml-rust = { version = "0.5", package = "yaml-rust-davvid" }
maplit = "1.0.2"
chrono = { version = "0.4", default-features = false, features = [
"serde",
"clock",
] }
manual_future = "0.1.1"
base64 = "0.13.0"
env_logger = "0.10.0"
async-recursion = "1.0.0"
anyhow = { version = "1.0", features = ["backtrace"] }
bitflags = "1.3"
quinn = "0.8.5"
rustls = { version = "0.20.6", features = ["dangerous_configuration", "quic"] }
parking_lot = { version = "0.12.0", features = ["serde"] }
clap = { version = "4.0", features = ["derive"] }
sentry = { version = "0.27.0", default-features = false, features = [
'backtrace',
'contexts',
'panic',
'debug-images',
'reqwest',
'rustls',
'anyhow',
] }
sentry-contrib-breakpad = "0.5.0"
sentry-log = "0.27.0"
sentry-contrib-native = { version = "0.3.1" }
sentry-anyhow = "0.27.0"
enumflags2 = "0.6"
num-traits = "0.2"
num-derive = "0.3"
proc-macro2 = "1.0"
quote = "1.0"
pretty_assertions = "1.2.1"
syn = { version = "1.0", features = ["full", "extra-traits"] }
proc-macro-crate = "1.1.0"
bytes = "1.1.0"
dashmap = "5.3.0"
slotmap = "1.0.6"
atomic_refcell = "0.1.8"
flume = { version = "0.10", features = ["async"] }
im = "15.1.0"
axum = "0.6.4"
tower-http = { version = "0.3.0", features = ["cors", "fs"] }
tower = "0.4.13"
indexmap = { version = "1.8.2", features = ["serde"] }
fixed-vec-deque = "0.1.9"
hex = "0.4.3"
ring = "0.16.20"
data-encoding = "2.3.2"
convert_case = "0.6.0"
wasmtime = "1.0"
wasmtime-wasi = "1.0"
wasi-common = "1.0"
fs_extra = "1.2.0"
slugify = "0.1.0"
serde_yaml = "0.9.17"
bit-set = "0.5.3"
bit-vec = "0.6.3"
glob = "0.3.0"
walkdir = "2"
relative-path = { version = "1.7", features = ["serde"] }
pin-project = "1.0"
abort-on-drop = "0.2"
toml = "0.7.1"
percent-encoding = "2.2.0"
indoc = "2.0"
local-ip-address = "0.5.1"
cargo_toml = "0.15.0"
toml_edit = "0.19.3"
arboard = "3.2.0"
noise = { version = "0.7.0", default-features = false }
russimp = { version = "1.0.6", features = ['prebuilt'] }
# Patch cap-std until wasmtime/wit-bindgen can be updated
[patch.crates-io]
# branch = 0.26-with-a-0.25-version-number
cap-std = { git = "https://github.com/bytecodealliance/cap-std.git", rev = "535747a00b8d9d115bf4e7f7a468b1a3a4ecec8b" }
cap-primitives = { git = "https://github.com/bytecodealliance/cap-std.git", rev = "535747a00b8d9d115bf4e7f7a468b1a3a4ecec8b" }
cap-fs-ext = { git = "https://github.com/bytecodealliance/cap-std.git", rev = "535747a00b8d9d115bf4e7f7a468b1a3a4ecec8b" }