[package] authors = ["Folling "] description = "The core functionality of Ikarus wrapped neatly in a rust library" edition = "2021" homepage = "https://ikarus.world" keywords = ["ikarus", "worldbuilding"] license = "BSD-3-Clause" name = "libikarus" publish = true readme = "README.md" repository = "https://git.ikarus.world/Ikarus/libikarus" version = "0.1.14" [dependencies] bitflags = "2.3.2" serde = "1.0.152" serde_json = "1.0.96" serde_derive = "1.0.152" sqrite = "0.8.4" time = "0.3.22" thiserror = "1.0.23" itertools = "0.10.5" tracing = "0.1.35" [dev-dependencies] rand = { version = "0.8.3", default-features = false, features = ["std", "std_rng"]} tracing-subscriber = { version = "0.3.17", default-features = false, features = ["fmt", "std", "ansi"] }