# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cala" version = "0.9.0" authors = ["Jeron Aldaron Lau "] description = "Make portable apps and video games in Rust!" homepage = "https://libcala.github.io/cala" documentation = "https://docs.rs/cala" readme = "README.md" keywords = ["device", "platform-agnostic", "cross-platform", "io", "gui"] categories = ["game-engines", "hardware-support", "multimedia", "os"] license = "Apache-2.0 OR MIT OR BSL-1.0" repository = "https://github.com/libcala/cala" [package.metadata.docs.rs] all-features = true default-target = "x86_64-unknown-linux-gnu" [dependencies.chrono] version = "0.4" features = ["clock"] optional = true default-features = false [dependencies.devout] version = "0.2" optional = true [dependencies.fon] version = "0.4" optional = true [dependencies.fonterator] version = "0.9" features = ["normal-font"] optional = true default-features = false [dependencies.footile] version = "0.6" optional = true [dependencies.human] version = "0.2" optional = true [dependencies.nanorand] version = "0.5" optional = true [dependencies.pasts] version = "0.7" optional = true [dependencies.pix] version = "0.13" optional = true [dependencies.rvg] version = "0.2" features = ["render"] optional = true default-features = false [dependencies.serde] version = "1.0" optional = true [dependencies.smelling_salts] version = "0.2" optional = true [dependencies.stronghold] version = "0.2" optional = true [dependencies.wavy] version = "0.8" optional = true [dependencies.whoami] version = "1.0" optional = true [dependencies.window] version = "0.5" optional = true [build-dependencies.res] version = "0.6" optional = true [features] audio = ["fon"] bluetooth = [] camera = [] client = ["smelling_salts"] database = ["stronghold", "serde"] default = [] graphics = ["window", "fonterator", "res", "rvg", "footile", "video"] gui = [] haptic = [] info = ["whoami"] input = ["human"] log = ["devout"] microphone = ["wavy", "audio"] port = [] random = ["nanorand"] server = ["smelling_salts"] speakers = ["wavy", "audio"] task = ["pasts"] timer = [] usb = [] video = ["pix"] when = ["chrono"]