# 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 = "karyon_core" version = "0.1.6" authors = ["hozan23 "] description = "Internal crate for Karyon library." homepage = "https://karyontech.net" license = "GPL-3.0" repository = "https://github.com/karyontech/karyon" [dependencies.async-channel] version = "2.3.1" [dependencies.async-process] version = "2.2.3" optional = true [dependencies.bincode] version = "2.0.0-rc.3" [dependencies.chrono] version = "0.4.38" [dependencies.dirs] version = "5.0.1" [dependencies.ed25519-dalek] version = "2.1.1" features = ["rand_core"] optional = true [dependencies.futures-util] version = "0.3.5" features = ["alloc"] default-features = false [dependencies.log] version = "0.4.21" [dependencies.once_cell] version = "1.19.0" [dependencies.parking_lot] version = "0.12.3" [dependencies.pin-project-lite] version = "0.2.14" [dependencies.rand] version = "0.8.5" [dependencies.smol] version = "2.0.0" optional = true [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.38.0" features = ["full"] optional = true [features] crypto = ["ed25519-dalek"] default = ["smol"] smol = [ "dep:smol", "async-process", ] tokio = ["dep:tokio"]