# 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 = "flecs_ecs_sys" version = "0.1.2" authors = ["Indra de Backere "] description = "sys binding for C/CPP flecs ECS library " keywords = [ "flecs", "ecs", "sys", ] license = "MIT" repository = "https://github.com/Indra-db/Flecs-Rust" [dependencies.libc] version = "0.2.153" [build-dependencies.bindgen] version = "0.69.4" [build-dependencies.cc] version = "1.0.83" [build-dependencies.regex] version = "1.9.5" [features] default = ["flecs_meta_c"] disable_build_c = [] flecs_alerts = ["flecs_pipeline"] flecs_app = ["flecs_pipeline"] flecs_doc = ["flecs_module"] flecs_force_enable_ecs_asserts = [] flecs_http = [] flecs_journal = ["flecs_log"] flecs_json = ["flecs_meta"] flecs_log = [] flecs_meta = [ "flecs_meta_c", "flecs_module", ] flecs_meta_c = [] flecs_metrics = [ "flecs_meta", "flecs_units", "flecs_pipeline", ] flecs_module = [] flecs_os_api_impl = [] flecs_pipeline = [ "flecs_module", "flecs_system", ] flecs_rest = [ "flecs_http", "flecs_json", "flecs_pipeline", ] flecs_script = [ "flecs_module", "flecs_meta", "flecs_doc", ] flecs_snapshot = [] flecs_stats = [ "flecs_pipeline", "flecs_timer", "flecs_module", ] flecs_system = ["flecs_module"] flecs_term_count_64 = [] flecs_timer = [ "flecs_module", "flecs_pipeline", ] flecs_units = [ "flecs_module", "flecs_meta", ] force_build_debug = [] force_build_release = [] regenerate_binding = [] use_os_alloc = [] [lints.clippy] doc_markdown = "warn" float_cmp = "warn" float_cmp_const = "warn" print_stderr = "warn" print_stdout = "warn" semicolon_if_nothing_returned = "warn" [lints.rust] unused_lifetimes = "warn"