# 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 = "swimos" version = "0.1.0" authors = ["Swim Inc. developers info@swim.ai"] description = "SwimOS" license = "Apache-2.0" repository = "https://github.com/swimos/swim-rust/" [dependencies.swimos_agent] version = "0.1.0" optional = true [dependencies.swimos_agent_derive] version = "0.1.0" optional = true [dependencies.swimos_api] version = "0.1.0" [dependencies.swimos_form] version = "0.1.0" [dependencies.swimos_model] version = "0.1.0" [dependencies.swimos_recon] version = "0.1.0" [dependencies.swimos_remote] version = "0.1.0" optional = true [dependencies.swimos_server_app] version = "0.1.0" features = ["signal"] optional = true [dependencies.swimos_utilities] version = "0.1.0" features = [ "io", "text", ] [dev-dependencies.futures] version = "0.3.25" [dev-dependencies.parking_lot] version = "0.12" [dev-dependencies.trybuild] version = "1.0.65" [features] agent = [ "dep:swimos_agent", "dep:swimos_agent_derive", ] all = [ "server", "agent", "json", ] aws_lc_rs_provider = ["swimos_server_app/aws_lc_rs_provider"] default = ["aws_lc_rs_provider"] json = [ "agent", "swimos_agent/json", ] ring_provider = ["swimos_server_app/ring_provider"] server = [ "dep:swimos_server_app", "dep:swimos_remote", ]