# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "libikarus" version = "0.1.14" authors = ["Folling "] publish = true description = "The core functionality of Ikarus wrapped neatly in a rust library" homepage = "https://ikarus.world" readme = "README.md" keywords = [ "ikarus", "worldbuilding", ] license = "BSD-3-Clause" repository = "https://git.ikarus.world/Ikarus/libikarus" [dependencies.bitflags] version = "2.3.2" [dependencies.itertools] version = "0.10.5" [dependencies.serde] version = "1.0.152" [dependencies.serde_derive] version = "1.0.152" [dependencies.serde_json] version = "1.0.96" [dependencies.sqrite] version = "0.8.4" [dependencies.thiserror] version = "1.0.23" [dependencies.time] version = "0.3.22" [dependencies.tracing] version = "0.1.35" [dev-dependencies.rand] version = "0.8.3" features = [ "std", "std_rng", ] default-features = false [dev-dependencies.tracing-subscriber] version = "0.3.17" features = [ "fmt", "std", "ansi", ] default-features = false