@@ -34,8 +34,6 @@ paste = "^1.0.15"
3434ctor = " ^0.5.0"
3535clap = { version = " ^4.5.26" , features = [" derive" ] }
3636clap-markdown = " 0.1.5"
37- shlex = " ^1.3.0"
38- rustyline = " ^17.0.1"
3937log = " ^0.4.22"
4038log4rs = { version = " ^1.3.0" , default-features = false , features = [
4139 " console_appender" ,
@@ -64,10 +62,12 @@ bytesize = "^2.0.1"
6462hashbrown = " ^0.16.0"
6563ouroboros = " ^0.18.5"
6664thiserror = " ^2.0.11"
65+ smallbox = " ^0.8.8"
66+ smallvec = " ^1.15.1"
6767
6868[package ]
6969name = " ixa"
70- version = " 2.0.0-beta2"
70+ version = " 2.0.0-beta2.1 "
7171rust-version = " 1.88.0"
7272description = " A framework for building agent-based models"
7373repository.workspace = true
@@ -77,10 +77,9 @@ homepage.workspace = true
7777authors.workspace = true
7878
7979[features ]
80- default = [" logging" , " debugger " , " progress_bar" , " profiling " ]
80+ default = [" logging" , " progress_bar" ]
8181
8282logging = [" log4rs" , " fern" , " wasm-bindgen" , " web-sys" ]
83- debugger = [" shlex" , " rustyline" ]
8483progress_bar = [" dep:progress_bar" , " anyhow" ]
8584
8685profiling = [" dep:sysinfo" , " dep:bytesize" ]
@@ -110,6 +109,8 @@ hashbrown.workspace = true
110109xxhash-rust.workspace = true
111110rustc-hash.workspace = true
112111thiserror.workspace = true
112+ smallvec.workspace = true
113+ smallbox.workspace = true
113114
114115# Building docs
115116clap-markdown = { workspace = true , optional = true }
@@ -121,10 +122,6 @@ indexmap = "2.13.0"
121122# Logging
122123log4rs = { workspace = true , optional = true }
123124
124- # Debugger
125- rustyline = { workspace = true , optional = true }
126- shlex = { workspace = true , optional = true }
127-
128125# Progress Bar
129126progress_bar = { workspace = true , optional = true , features = [" logger" ] }
130127anyhow = { workspace = true , optional = true }
0 commit comments