forked from trueagi-io/hyperon-experimental
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
27 lines (24 loc) · 782 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
[package]
name = "hyperon"
version = "0.1.6"
authors = ["Vitaly Bogdanov <[email protected]>"]
edition = "2021"
[dependencies]
mopa = "0.2.2"
regex = "1.5.4"
log = "0.4.0"
env_logger = "0.8.4"
directories = "5.0.1" # For Environment to find platform-specific config location
smallvec = "1.10.0"
[lib]
name = "hyperon"
path = "src/lib.rs"
crate-type = ["lib"]
[features]
default = []
# Add one of the features below into default list to enable.
# See https://doc.rust-lang.org/cargo/reference/features.html#the-features-section
minimal = [] # enables minimal MeTTa interpreter
variable_operation = [] # enables evaluation of the expressions which have
# a variable on the first position, doesn't affect
# minimal MeTTa functionality