[package] name = "ultibi" version.workspace = true edition = "2021" publish = true license-file.workspace = true description.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ultibi_core = {path = "ultibi_core", version = "0.1"} ultibi_server = {path = "ultibi_server", version = "0.1", optional = true} [features] default = [] aws_s3 = ["ultibi_core/aws_s3"] ui = ["ultibi_server"]