You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Cargo.lock 267 kB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
1 year ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
1 year ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
1 year ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
1 year ago
1 year ago
1 year ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402640364046405640664076408640964106411641264136414641564166417641864196420642164226423642464256426642764286429643064316432643364346435643664376438643964406441644264436444644564466447644864496450645164526453645464556456645764586459646064616462646364646465646664676468646964706471647264736474647564766477647864796480648164826483648464856486648764886489649064916492649364946495649664976498649965006501650265036504650565066507650865096510651165126513651465156516651765186519652065216522652365246525652665276528652965306531653265336534653565366537653865396540654165426543654465456546654765486549655065516552655365546555655665576558655965606561656265636564656565666567656865696570657165726573657465756576657765786579658065816582658365846585658665876588658965906591659265936594659565966597659865996600660166026603660466056606660766086609661066116612661366146615661666176618661966206621662266236624662566266627662866296630663166326633663466356636663766386639664066416642664366446645664666476648664966506651665266536654665566566657665866596660666166626663666466656666666766686669667066716672667366746675667666776678667966806681668266836684668566866687668866896690669166926693669466956696669766986699670067016702670367046705670667076708670967106711671267136714671567166717671867196720672167226723672467256726672767286729673067316732673367346735673667376738673967406741674267436744674567466747674867496750675167526753675467556756675767586759676067616762676367646765676667676768676967706771677267736774677567766777677867796780678167826783678467856786678767886789679067916792679367946795679667976798679968006801680268036804680568066807680868096810681168126813681468156816681768186819682068216822682368246825682668276828682968306831683268336834683568366837683868396840684168426843684468456846684768486849685068516852685368546855685668576858685968606861686268636864686568666867686868696870687168726873687468756876687768786879688068816882688368846885688668876888688968906891689268936894689568966897689868996900690169026903690469056906690769086909691069116912691369146915691669176918691969206921692269236924692569266927692869296930693169326933693469356936693769386939694069416942694369446945694669476948694969506951695269536954695569566957695869596960696169626963696469656966696769686969697069716972697369746975697669776978697969806981698269836984698569866987698869896990699169926993699469956996699769986999700070017002700370047005700670077008700970107011701270137014701570167017701870197020702170227023702470257026702770287029703070317032703370347035703670377038703970407041704270437044704570467047704870497050705170527053705470557056705770587059706070617062706370647065706670677068706970707071707270737074707570767077707870797080708170827083708470857086708770887089709070917092709370947095709670977098709971007101710271037104710571067107710871097110711171127113711471157116711771187119712071217122712371247125712671277128712971307131713271337134713571367137713871397140714171427143714471457146714771487149715071517152715371547155715671577158715971607161716271637164716571667167716871697170717171727173717471757176717771787179718071817182718371847185718671877188718971907191719271937194719571967197719871997200720172027203720472057206720772087209721072117212721372147215721672177218721972207221722272237224722572267227722872297230723172327233723472357236723772387239724072417242724372447245724672477248724972507251725272537254725572567257725872597260726172627263726472657266726772687269727072717272727372747275727672777278727972807281728272837284728572867287728872897290729172927293729472957296729772987299730073017302730373047305730673077308730973107311731273137314731573167317731873197320732173227323732473257326732773287329733073317332733373347335733673377338733973407341734273437344734573467347734873497350735173527353735473557356735773587359736073617362736373647365736673677368736973707371737273737374737573767377737873797380738173827383738473857386738773887389739073917392739373947395739673977398739974007401740274037404740574067407740874097410741174127413741474157416741774187419742074217422742374247425742674277428742974307431743274337434743574367437743874397440744174427443744474457446744774487449745074517452745374547455745674577458745974607461746274637464746574667467746874697470747174727473747474757476747774787479748074817482748374847485748674877488748974907491749274937494749574967497749874997500750175027503750475057506750775087509751075117512751375147515751675177518751975207521752275237524752575267527752875297530753175327533753475357536753775387539754075417542754375447545754675477548754975507551755275537554755575567557755875597560756175627563756475657566756775687569757075717572757375747575757675777578757975807581758275837584758575867587758875897590759175927593759475957596759775987599760076017602760376047605760676077608760976107611761276137614761576167617761876197620762176227623762476257626762776287629763076317632763376347635763676377638763976407641764276437644764576467647764876497650765176527653765476557656765776587659766076617662766376647665766676677668766976707671767276737674767576767677767876797680768176827683768476857686768776887689769076917692769376947695769676977698769977007701770277037704770577067707770877097710771177127713771477157716771777187719772077217722772377247725772677277728772977307731773277337734773577367737773877397740774177427743774477457746774777487749775077517752775377547755775677577758775977607761776277637764776577667767776877697770777177727773777477757776777777787779778077817782778377847785778677877788778977907791779277937794779577967797779877997800780178027803780478057806780778087809781078117812781378147815781678177818781978207821782278237824782578267827782878297830783178327833783478357836783778387839784078417842784378447845784678477848784978507851785278537854785578567857785878597860786178627863786478657866786778687869787078717872787378747875787678777878787978807881788278837884788578867887788878897890789178927893789478957896789778987899790079017902790379047905790679077908790979107911791279137914791579167917791879197920792179227923792479257926792779287929793079317932793379347935793679377938793979407941794279437944794579467947794879497950795179527953795479557956795779587959796079617962796379647965796679677968796979707971797279737974797579767977797879797980798179827983798479857986798779887989799079917992799379947995799679977998799980008001800280038004800580068007800880098010801180128013801480158016801780188019802080218022802380248025802680278028802980308031803280338034803580368037803880398040804180428043804480458046804780488049805080518052805380548055805680578058805980608061806280638064806580668067806880698070807180728073807480758076807780788079808080818082808380848085808680878088808980908091809280938094809580968097809880998100810181028103810481058106810781088109811081118112811381148115811681178118811981208121812281238124812581268127812881298130813181328133813481358136813781388139814081418142814381448145814681478148814981508151815281538154815581568157815881598160816181628163816481658166816781688169817081718172817381748175817681778178817981808181818281838184818581868187818881898190819181928193819481958196819781988199820082018202820382048205820682078208820982108211821282138214821582168217821882198220822182228223822482258226822782288229823082318232823382348235823682378238823982408241824282438244824582468247824882498250825182528253825482558256825782588259826082618262826382648265826682678268826982708271827282738274827582768277827882798280828182828283828482858286828782888289829082918292829382948295829682978298829983008301830283038304830583068307830883098310831183128313831483158316831783188319832083218322832383248325832683278328832983308331833283338334833583368337833883398340834183428343834483458346834783488349835083518352835383548355835683578358835983608361836283638364836583668367836883698370837183728373837483758376837783788379838083818382838383848385838683878388838983908391839283938394839583968397839883998400840184028403840484058406840784088409841084118412841384148415841684178418841984208421842284238424842584268427842884298430843184328433843484358436843784388439844084418442844384448445844684478448844984508451845284538454845584568457845884598460846184628463846484658466846784688469847084718472847384748475847684778478847984808481848284838484848584868487848884898490849184928493849484958496849784988499850085018502850385048505850685078508850985108511851285138514851585168517851885198520852185228523852485258526852785288529853085318532853385348535853685378538853985408541854285438544854585468547854885498550855185528553855485558556855785588559856085618562856385648565856685678568856985708571857285738574857585768577857885798580858185828583858485858586858785888589859085918592859385948595859685978598859986008601860286038604860586068607860886098610861186128613861486158616861786188619862086218622862386248625862686278628862986308631863286338634863586368637863886398640864186428643864486458646864786488649865086518652865386548655865686578658865986608661866286638664866586668667866886698670867186728673867486758676867786788679868086818682868386848685868686878688868986908691869286938694869586968697869886998700870187028703870487058706870787088709871087118712871387148715871687178718871987208721872287238724872587268727872887298730873187328733873487358736873787388739874087418742874387448745874687478748874987508751875287538754875587568757875887598760876187628763876487658766876787688769877087718772877387748775877687778778877987808781878287838784878587868787878887898790879187928793879487958796879787988799880088018802880388048805880688078808880988108811881288138814881588168817881888198820882188228823882488258826882788288829883088318832883388348835883688378838883988408841884288438844884588468847884888498850885188528853885488558856885788588859886088618862886388648865886688678868886988708871887288738874887588768877887888798880888188828883888488858886888788888889889088918892889388948895889688978898889989008901890289038904890589068907890889098910891189128913891489158916891789188919892089218922892389248925892689278928892989308931893289338934893589368937893889398940894189428943894489458946894789488949895089518952895389548955895689578958895989608961896289638964896589668967896889698970897189728973897489758976897789788979898089818982898389848985898689878988898989908991899289938994899589968997899889999000900190029003900490059006900790089009901090119012901390149015901690179018901990209021902290239024902590269027902890299030903190329033903490359036903790389039904090419042904390449045904690479048904990509051905290539054905590569057905890599060906190629063906490659066906790689069907090719072907390749075907690779078907990809081908290839084908590869087908890899090909190929093909490959096909790989099910091019102910391049105910691079108910991109111911291139114911591169117911891199120912191229123912491259126912791289129913091319132913391349135913691379138913991409141914291439144914591469147914891499150915191529153915491559156915791589159916091619162916391649165916691679168916991709171917291739174917591769177917891799180918191829183918491859186918791889189919091919192919391949195919691979198919992009201920292039204920592069207920892099210921192129213921492159216921792189219922092219222922392249225922692279228922992309231923292339234923592369237923892399240924192429243924492459246924792489249925092519252925392549255925692579258925992609261926292639264926592669267926892699270927192729273927492759276927792789279928092819282928392849285928692879288928992909291929292939294929592969297929892999300930193029303930493059306930793089309931093119312931393149315931693179318931993209321932293239324932593269327932893299330933193329333933493359336933793389339934093419342934393449345934693479348934993509351935293539354935593569357935893599360936193629363936493659366936793689369937093719372937393749375937693779378937993809381938293839384938593869387938893899390939193929393939493959396939793989399940094019402940394049405940694079408940994109411941294139414941594169417941894199420942194229423942494259426942794289429943094319432943394349435943694379438943994409441944294439444944594469447944894499450945194529453945494559456945794589459946094619462946394649465946694679468946994709471947294739474947594769477947894799480948194829483948494859486948794889489949094919492949394949495949694979498949995009501950295039504950595069507950895099510951195129513951495159516951795189519952095219522952395249525952695279528952995309531953295339534953595369537953895399540954195429543954495459546954795489549955095519552955395549555955695579558955995609561956295639564956595669567956895699570957195729573957495759576957795789579958095819582958395849585958695879588958995909591959295939594959595969597959895999600960196029603960496059606960796089609961096119612961396149615961696179618961996209621962296239624962596269627962896299630963196329633963496359636963796389639964096419642964396449645964696479648964996509651965296539654965596569657965896599660966196629663966496659666966796689669967096719672967396749675967696779678967996809681968296839684968596869687968896899690969196929693969496959696969796989699970097019702970397049705970697079708970997109711971297139714971597169717971897199720972197229723972497259726972797289729973097319732973397349735973697379738973997409741974297439744974597469747974897499750975197529753975497559756975797589759976097619762976397649765976697679768976997709771977297739774977597769777977897799780978197829783978497859786978797889789979097919792979397949795979697979798979998009801980298039804980598069807980898099810981198129813981498159816981798189819982098219822982398249825982698279828982998309831983298339834983598369837983898399840984198429843984498459846984798489849985098519852985398549855985698579858985998609861986298639864986598669867986898699870987198729873987498759876987798789879988098819882988398849885988698879888988998909891989298939894989598969897989898999900990199029903990499059906990799089909991099119912991399149915991699179918991999209921992299239924992599269927992899299930993199329933993499359936993799389939994099419942994399449945994699479948994999509951995299539954995599569957995899599960996199629963996499659966996799689969997099719972997399749975997699779978997999809981998299839984998599869987998899899990999199929993999499959996999799989999100001000110002100031000410005100061000710008100091001010011100121001310014100151001610017100181001910020100211002210023100241002510026100271002810029100301003110032100331003410035100361003710038100391004010041100421004310044100451004610047100481004910050100511005210053100541005510056100571005810059100601006110062100631006410065100661006710068100691007010071100721007310074100751007610077100781007910080100811008210083100841008510086100871008810089100901009110092100931009410095100961009710098100991010010101101021010310104101051010610107101081010910110101111011210113101141011510116101171011810119101201012110122101231012410125101261012710128101291013010131101321013310134101351013610137101381013910140101411014210143101441014510146101471014810149101501015110152101531015410155101561015710158101591016010161101621016310164101651016610167101681016910170101711017210173101741017510176101771017810179101801018110182101831018410185101861018710188101891019010191101921019310194101951019610197101981019910200102011020210203102041020510206102071020810209102101021110212102131021410215102161021710218102191022010221102221022310224102251022610227102281022910230102311023210233102341023510236102371023810239102401024110242102431024410245102461024710248102491025010251102521025310254102551025610257102581025910260102611026210263102641026510266102671026810269102701027110272102731027410275102761027710278102791028010281102821028310284102851028610287102881028910290102911029210293102941029510296102971029810299103001030110302103031030410305103061030710308103091031010311103121031310314103151031610317103181031910320103211032210323103241032510326103271032810329103301033110332103331033410335103361033710338103391034010341103421034310344103451034610347103481034910350103511035210353103541035510356103571035810359103601036110362103631036410365103661036710368103691037010371103721037310374103751037610377103781037910380103811038210383103841038510386103871038810389103901039110392103931039410395103961039710398103991040010401104021040310404104051040610407104081040910410104111041210413104141041510416104171041810419104201042110422104231042410425104261042710428104291043010431104321043310434104351043610437104381043910440104411044210443104441044510446104471044810449104501045110452104531045410455104561045710458104591046010461104621046310464104651046610467104681046910470104711047210473104741047510476104771047810479104801048110482104831048410485104861048710488104891049010491104921049310494104951049610497104981049910500105011050210503105041050510506105071050810509105101051110512105131051410515105161051710518105191052010521105221052310524105251052610527105281052910530105311053210533105341053510536105371053810539105401054110542105431054410545105461054710548105491055010551105521055310554105551055610557105581055910560105611056210563105641056510566105671056810569105701057110572105731057410575105761057710578105791058010581105821058310584105851058610587105881058910590105911059210593105941059510596105971059810599106001060110602106031060410605106061060710608106091061010611106121061310614106151061610617106181061910620106211062210623106241062510626106271062810629106301063110632106331063410635106361063710638106391064010641106421064310644106451064610647106481064910650106511065210653106541065510656106571065810659106601066110662106631066410665106661066710668106691067010671106721067310674106751067610677106781067910680106811068210683106841068510686106871068810689106901069110692106931069410695106961069710698106991070010701107021070310704107051070610707107081070910710107111071210713107141071510716107171071810719107201072110722107231072410725107261072710728107291073010731107321073310734107351073610737107381073910740107411074210743107441074510746107471074810749107501075110752107531075410755107561075710758107591076010761107621076310764107651076610767107681076910770107711077210773107741077510776107771077810779107801078110782107831078410785107861078710788107891079010791107921079310794107951079610797107981079910800108011080210803108041080510806108071080810809108101081110812108131081410815108161081710818108191082010821108221082310824108251082610827108281082910830108311083210833108341083510836108371083810839108401084110842108431084410845108461084710848108491085010851108521085310854108551085610857108581085910860108611086210863108641086510866108671086810869108701087110872108731087410875108761087710878108791088010881108821088310884108851088610887108881088910890108911089210893108941089510896108971089810899109001090110902109031090410905109061090710908109091091010911109121091310914109151091610917109181091910920109211092210923109241092510926109271092810929109301093110932109331093410935109361093710938109391094010941109421094310944109451094610947109481094910950109511095210953109541095510956109571095810959109601096110962109631096410965109661096710968109691097010971109721097310974109751097610977109781097910980109811098210983109841098510986109871098810989109901099110992109931099410995109961099710998109991100011001110021100311004110051100611007110081100911010110111101211013110141101511016110171101811019110201102111022110231102411025110261102711028110291103011031110321103311034110351103611037110381103911040110411104211043110441104511046110471104811049110501105111052110531105411055110561105711058110591106011061110621106311064110651106611067110681106911070110711107211073110741107511076110771107811079110801108111082110831108411085110861108711088110891109011091110921109311094110951109611097110981109911100111011110211103111041110511106111071110811109111101111111112111131111411115111161111711118111191112011121111221112311124111251112611127111281112911130111311113211133111341113511136111371113811139111401114111142111431114411145111461114711148111491115011151111521115311154111551115611157111581115911160111611116211163111641116511166111671116811169111701117111172111731117411175111761117711178111791118011181111821118311184111851118611187111881118911190111911119211193111941119511196111971119811199112001120111202112031120411205112061120711208112091121011211112121121311214112151121611217112181121911220112211122211223112241122511226112271122811229112301123111232112331123411235112361123711238112391124011241112421124311244112451124611247112481124911250112511125211253112541125511256112571125811259112601126111262112631126411265112661126711268112691127011271112721127311274112751127611277112781127911280112811128211283112841128511286112871128811289112901129111292112931129411295112961129711298112991130011301113021130311304113051130611307113081130911310113111131211313113141131511316113171131811319113201132111322113231132411325113261132711328113291133011331113321133311334113351133611337113381133911340113411134211343113441134511346113471134811349113501135111352113531135411355113561135711358113591136011361113621136311364113651136611367113681136911370113711137211373113741137511376113771137811379113801138111382113831138411385113861138711388113891139011391113921139311394113951139611397113981139911400114011140211403114041140511406
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "ab_glyph"
  6. version = "0.2.26"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "2e53b0a3d5760cd2ba9b787ae0c6440ad18ee294ff71b05e3381c900a7d16cfd"
  9. dependencies = [
  10. "ab_glyph_rasterizer",
  11. "owned_ttf_parser",
  12. ]
  13. [[package]]
  14. name = "ab_glyph_rasterizer"
  15. version = "0.1.8"
  16. source = "registry+https://github.com/rust-lang/crates.io-index"
  17. checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
  18. [[package]]
  19. name = "accesskit"
  20. version = "0.12.3"
  21. source = "registry+https://github.com/rust-lang/crates.io-index"
  22. checksum = "74a4b14f3d99c1255dcba8f45621ab1a2e7540a0009652d33989005a4d0bfc6b"
  23. dependencies = [
  24. "enumn",
  25. "serde",
  26. ]
  27. [[package]]
  28. name = "accesskit_consumer"
  29. version = "0.16.1"
  30. source = "registry+https://github.com/rust-lang/crates.io-index"
  31. checksum = "8c17cca53c09fbd7288667b22a201274b9becaa27f0b91bf52a526db95de45e6"
  32. dependencies = [
  33. "accesskit",
  34. ]
  35. [[package]]
  36. name = "accesskit_macos"
  37. version = "0.10.1"
  38. source = "registry+https://github.com/rust-lang/crates.io-index"
  39. checksum = "cd3b6ae1eabbfbced10e840fd3fce8a93ae84f174b3e4ba892ab7bcb42e477a7"
  40. dependencies = [
  41. "accesskit",
  42. "accesskit_consumer",
  43. "objc2 0.3.0-beta.3.patch-leaks.3",
  44. "once_cell",
  45. ]
  46. [[package]]
  47. name = "accesskit_unix"
  48. version = "0.6.2"
  49. source = "registry+https://github.com/rust-lang/crates.io-index"
  50. checksum = "09f46c18d99ba61ad7123dd13eeb0c104436ab6af1df6a1cd8c11054ed394a08"
  51. dependencies = [
  52. "accesskit",
  53. "accesskit_consumer",
  54. "async-channel 2.3.1",
  55. "async-once-cell",
  56. "atspi",
  57. "futures-lite 1.13.0",
  58. "once_cell",
  59. "serde",
  60. "zbus",
  61. ]
  62. [[package]]
  63. name = "accesskit_windows"
  64. version = "0.15.1"
  65. source = "registry+https://github.com/rust-lang/crates.io-index"
  66. checksum = "afcae27ec0974fc7c3b0b318783be89fd1b2e66dd702179fe600166a38ff4a0b"
  67. dependencies = [
  68. "accesskit",
  69. "accesskit_consumer",
  70. "once_cell",
  71. "paste",
  72. "static_assertions",
  73. "windows 0.48.0",
  74. ]
  75. [[package]]
  76. name = "accesskit_winit"
  77. version = "0.16.1"
  78. source = "registry+https://github.com/rust-lang/crates.io-index"
  79. checksum = "5284218aca17d9e150164428a0ebc7b955f70e3a9a78b4c20894513aabf98a67"
  80. dependencies = [
  81. "accesskit",
  82. "accesskit_macos",
  83. "accesskit_unix",
  84. "accesskit_windows",
  85. "winit",
  86. ]
  87. [[package]]
  88. name = "addr2line"
  89. version = "0.21.0"
  90. source = "registry+https://github.com/rust-lang/crates.io-index"
  91. checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
  92. dependencies = [
  93. "gimli",
  94. ]
  95. [[package]]
  96. name = "adler"
  97. version = "1.0.2"
  98. source = "registry+https://github.com/rust-lang/crates.io-index"
  99. checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
  100. [[package]]
  101. name = "aes"
  102. version = "0.8.4"
  103. source = "registry+https://github.com/rust-lang/crates.io-index"
  104. checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  105. dependencies = [
  106. "cfg-if 1.0.0",
  107. "cipher",
  108. "cpufeatures",
  109. ]
  110. [[package]]
  111. name = "ahash"
  112. version = "0.8.11"
  113. source = "registry+https://github.com/rust-lang/crates.io-index"
  114. checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
  115. dependencies = [
  116. "cfg-if 1.0.0",
  117. "const-random",
  118. "getrandom",
  119. "once_cell",
  120. "serde",
  121. "version_check",
  122. "zerocopy",
  123. ]
  124. [[package]]
  125. name = "aho-corasick"
  126. version = "1.1.3"
  127. source = "registry+https://github.com/rust-lang/crates.io-index"
  128. checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  129. dependencies = [
  130. "memchr",
  131. ]
  132. [[package]]
  133. name = "aligned-vec"
  134. version = "0.5.0"
  135. source = "registry+https://github.com/rust-lang/crates.io-index"
  136. checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
  137. dependencies = [
  138. "serde",
  139. ]
  140. [[package]]
  141. name = "alloc-no-stdlib"
  142. version = "2.0.4"
  143. source = "registry+https://github.com/rust-lang/crates.io-index"
  144. checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
  145. [[package]]
  146. name = "alloc-stdlib"
  147. version = "0.2.2"
  148. source = "registry+https://github.com/rust-lang/crates.io-index"
  149. checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
  150. dependencies = [
  151. "alloc-no-stdlib",
  152. ]
  153. [[package]]
  154. name = "allocator-api2"
  155. version = "0.2.18"
  156. source = "registry+https://github.com/rust-lang/crates.io-index"
  157. checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
  158. [[package]]
  159. name = "android-activity"
  160. version = "0.5.2"
  161. source = "registry+https://github.com/rust-lang/crates.io-index"
  162. checksum = "ee91c0c2905bae44f84bfa4e044536541df26b7703fd0888deeb9060fcc44289"
  163. dependencies = [
  164. "android-properties",
  165. "bitflags 2.5.0",
  166. "cc",
  167. "cesu8",
  168. "jni",
  169. "jni-sys",
  170. "libc",
  171. "log",
  172. "ndk",
  173. "ndk-context",
  174. "ndk-sys",
  175. "num_enum",
  176. "thiserror",
  177. ]
  178. [[package]]
  179. name = "android-properties"
  180. version = "0.2.2"
  181. source = "registry+https://github.com/rust-lang/crates.io-index"
  182. checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
  183. [[package]]
  184. name = "android-tzdata"
  185. version = "0.1.1"
  186. source = "registry+https://github.com/rust-lang/crates.io-index"
  187. checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  188. [[package]]
  189. name = "android_system_properties"
  190. version = "0.1.5"
  191. source = "registry+https://github.com/rust-lang/crates.io-index"
  192. checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  193. dependencies = [
  194. "libc",
  195. ]
  196. [[package]]
  197. name = "ansi_colours"
  198. version = "1.2.2"
  199. source = "registry+https://github.com/rust-lang/crates.io-index"
  200. checksum = "6a1558bd2075d341b9ca698ec8eb6fcc55a746b1fc4255585aad5b141d918a80"
  201. dependencies = [
  202. "rgb",
  203. ]
  204. [[package]]
  205. name = "anstream"
  206. version = "0.6.14"
  207. source = "registry+https://github.com/rust-lang/crates.io-index"
  208. checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
  209. dependencies = [
  210. "anstyle",
  211. "anstyle-parse",
  212. "anstyle-query",
  213. "anstyle-wincon",
  214. "colorchoice",
  215. "is_terminal_polyfill",
  216. "utf8parse",
  217. ]
  218. [[package]]
  219. name = "anstyle"
  220. version = "1.0.7"
  221. source = "registry+https://github.com/rust-lang/crates.io-index"
  222. checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
  223. [[package]]
  224. name = "anstyle-parse"
  225. version = "0.2.4"
  226. source = "registry+https://github.com/rust-lang/crates.io-index"
  227. checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
  228. dependencies = [
  229. "utf8parse",
  230. ]
  231. [[package]]
  232. name = "anstyle-query"
  233. version = "1.0.3"
  234. source = "registry+https://github.com/rust-lang/crates.io-index"
  235. checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5"
  236. dependencies = [
  237. "windows-sys 0.52.0",
  238. ]
  239. [[package]]
  240. name = "anstyle-wincon"
  241. version = "3.0.3"
  242. source = "registry+https://github.com/rust-lang/crates.io-index"
  243. checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
  244. dependencies = [
  245. "anstyle",
  246. "windows-sys 0.52.0",
  247. ]
  248. [[package]]
  249. name = "anyhow"
  250. version = "1.0.86"
  251. source = "registry+https://github.com/rust-lang/crates.io-index"
  252. checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
  253. [[package]]
  254. name = "arboard"
  255. version = "3.4.0"
  256. source = "registry+https://github.com/rust-lang/crates.io-index"
  257. checksum = "9fb4009533e8ff8f1450a5bcbc30f4242a1d34442221f72314bea1f5dc9c7f89"
  258. dependencies = [
  259. "clipboard-win",
  260. "core-graphics",
  261. "image 0.25.1",
  262. "log",
  263. "objc2 0.5.2",
  264. "objc2-app-kit",
  265. "objc2-foundation",
  266. "parking_lot",
  267. "windows-sys 0.48.0",
  268. "x11rb",
  269. ]
  270. [[package]]
  271. name = "array-init"
  272. version = "2.1.0"
  273. source = "registry+https://github.com/rust-lang/crates.io-index"
  274. checksum = "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc"
  275. [[package]]
  276. name = "array-init-cursor"
  277. version = "0.2.0"
  278. source = "registry+https://github.com/rust-lang/crates.io-index"
  279. checksum = "bf7d0a018de4f6aa429b9d33d69edf69072b1c5b1cb8d3e4a5f7ef898fc3eb76"
  280. [[package]]
  281. name = "arrayvec"
  282. version = "0.7.4"
  283. source = "registry+https://github.com/rust-lang/crates.io-index"
  284. checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
  285. [[package]]
  286. name = "arrow"
  287. version = "48.0.1"
  288. source = "registry+https://github.com/rust-lang/crates.io-index"
  289. checksum = "a8919668503a4f2d8b6da96fa7c16e93046bfb3412ffcfa1e5dc7d2e3adcb378"
  290. dependencies = [
  291. "ahash",
  292. "arrow-arith",
  293. "arrow-array",
  294. "arrow-buffer",
  295. "arrow-cast",
  296. "arrow-csv",
  297. "arrow-data",
  298. "arrow-ipc",
  299. "arrow-json",
  300. "arrow-ord",
  301. "arrow-row",
  302. "arrow-schema",
  303. "arrow-select",
  304. "arrow-string",
  305. "pyo3",
  306. ]
  307. [[package]]
  308. name = "arrow-arith"
  309. version = "48.0.1"
  310. source = "registry+https://github.com/rust-lang/crates.io-index"
  311. checksum = "ef983914f477d4278b068f13b3224b7d19eb2b807ac9048544d3bfebdf2554c4"
  312. dependencies = [
  313. "arrow-array",
  314. "arrow-buffer",
  315. "arrow-data",
  316. "arrow-schema",
  317. "chrono",
  318. "half",
  319. "num",
  320. ]
  321. [[package]]
  322. name = "arrow-array"
  323. version = "48.0.1"
  324. source = "registry+https://github.com/rust-lang/crates.io-index"
  325. checksum = "d6eaf89041fa5937940ae390294ece29e1db584f46d995608d6e5fe65a2e0e9b"
  326. dependencies = [
  327. "ahash",
  328. "arrow-buffer",
  329. "arrow-data",
  330. "arrow-schema",
  331. "chrono",
  332. "half",
  333. "hashbrown 0.14.5",
  334. "num",
  335. ]
  336. [[package]]
  337. name = "arrow-buffer"
  338. version = "48.0.1"
  339. source = "registry+https://github.com/rust-lang/crates.io-index"
  340. checksum = "55512d988c6fbd76e514fd3ff537ac50b0a675da5a245e4fdad77ecfd654205f"
  341. dependencies = [
  342. "bytes",
  343. "half",
  344. "num",
  345. ]
  346. [[package]]
  347. name = "arrow-cast"
  348. version = "48.0.1"
  349. source = "registry+https://github.com/rust-lang/crates.io-index"
  350. checksum = "655ee51a2156ba5375931ce21c1b2494b1d9260e6dcdc6d4db9060c37dc3325b"
  351. dependencies = [
  352. "arrow-array",
  353. "arrow-buffer",
  354. "arrow-data",
  355. "arrow-schema",
  356. "arrow-select",
  357. "chrono",
  358. "half",
  359. "lexical-core",
  360. "num",
  361. ]
  362. [[package]]
  363. name = "arrow-csv"
  364. version = "48.0.1"
  365. source = "registry+https://github.com/rust-lang/crates.io-index"
  366. checksum = "258bb689997ad5b6660b3ce3638bd6b383d668ec555ed41ad7c6559cbb2e4f91"
  367. dependencies = [
  368. "arrow-array",
  369. "arrow-buffer",
  370. "arrow-cast",
  371. "arrow-data",
  372. "arrow-schema",
  373. "chrono",
  374. "csv",
  375. "csv-core",
  376. "lazy_static",
  377. "lexical-core",
  378. "regex",
  379. ]
  380. [[package]]
  381. name = "arrow-data"
  382. version = "48.0.1"
  383. source = "registry+https://github.com/rust-lang/crates.io-index"
  384. checksum = "6dc2b9fec74763427e2e5575b8cc31ce96ba4c9b4eb05ce40e0616d9fad12461"
  385. dependencies = [
  386. "arrow-buffer",
  387. "arrow-schema",
  388. "half",
  389. "num",
  390. ]
  391. [[package]]
  392. name = "arrow-format"
  393. version = "0.8.1"
  394. source = "registry+https://github.com/rust-lang/crates.io-index"
  395. checksum = "07884ea216994cdc32a2d5f8274a8bee979cfe90274b83f86f440866ee3132c7"
  396. dependencies = [
  397. "planus",
  398. "serde",
  399. ]
  400. [[package]]
  401. name = "arrow-ipc"
  402. version = "48.0.1"
  403. source = "registry+https://github.com/rust-lang/crates.io-index"
  404. checksum = "6eaa6ab203cc6d89b7eaa1ac781c1dfeef325454c5d5a0419017f95e6bafc03c"
  405. dependencies = [
  406. "arrow-array",
  407. "arrow-buffer",
  408. "arrow-cast",
  409. "arrow-data",
  410. "arrow-schema",
  411. "flatbuffers",
  412. ]
  413. [[package]]
  414. name = "arrow-json"
  415. version = "48.0.1"
  416. source = "registry+https://github.com/rust-lang/crates.io-index"
  417. checksum = "fb64e30d9b73f66fdc5c52d5f4cf69bbf03d62f64ffeafa0715590a5320baed7"
  418. dependencies = [
  419. "arrow-array",
  420. "arrow-buffer",
  421. "arrow-cast",
  422. "arrow-data",
  423. "arrow-schema",
  424. "chrono",
  425. "half",
  426. "indexmap 2.2.6",
  427. "lexical-core",
  428. "num",
  429. "serde",
  430. "serde_json",
  431. ]
  432. [[package]]
  433. name = "arrow-ord"
  434. version = "48.0.1"
  435. source = "registry+https://github.com/rust-lang/crates.io-index"
  436. checksum = "f9a818951c0d11c428dda03e908175969c262629dd20bd0850bd6c7a8c3bfe48"
  437. dependencies = [
  438. "arrow-array",
  439. "arrow-buffer",
  440. "arrow-data",
  441. "arrow-schema",
  442. "arrow-select",
  443. "half",
  444. "num",
  445. ]
  446. [[package]]
  447. name = "arrow-row"
  448. version = "48.0.1"
  449. source = "registry+https://github.com/rust-lang/crates.io-index"
  450. checksum = "a5d664318bc05f930559fc088888f0f7174d3c5bc888c0f4f9ae8f23aa398ba3"
  451. dependencies = [
  452. "ahash",
  453. "arrow-array",
  454. "arrow-buffer",
  455. "arrow-data",
  456. "arrow-schema",
  457. "half",
  458. "hashbrown 0.14.5",
  459. ]
  460. [[package]]
  461. name = "arrow-schema"
  462. version = "48.0.1"
  463. source = "registry+https://github.com/rust-lang/crates.io-index"
  464. checksum = "aaf4d737bba93da59f16129bec21e087aed0be84ff840e74146d4703879436cb"
  465. dependencies = [
  466. "bitflags 2.5.0",
  467. "serde",
  468. ]
  469. [[package]]
  470. name = "arrow-select"
  471. version = "48.0.1"
  472. source = "registry+https://github.com/rust-lang/crates.io-index"
  473. checksum = "374c4c3b812ecc2118727b892252a4a4308f87a8aca1dbf09f3ce4bc578e668a"
  474. dependencies = [
  475. "ahash",
  476. "arrow-array",
  477. "arrow-buffer",
  478. "arrow-data",
  479. "arrow-schema",
  480. "num",
  481. ]
  482. [[package]]
  483. name = "arrow-string"
  484. version = "48.0.1"
  485. source = "registry+https://github.com/rust-lang/crates.io-index"
  486. checksum = "b15aed5624bb23da09142f58502b59c23f5bea607393298bb81dab1ce60fc769"
  487. dependencies = [
  488. "arrow-array",
  489. "arrow-buffer",
  490. "arrow-data",
  491. "arrow-schema",
  492. "arrow-select",
  493. "num",
  494. "regex",
  495. "regex-syntax 0.8.3",
  496. ]
  497. [[package]]
  498. name = "as-raw-xcb-connection"
  499. version = "1.0.1"
  500. source = "registry+https://github.com/rust-lang/crates.io-index"
  501. checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  502. [[package]]
  503. name = "ash"
  504. version = "0.37.3+1.3.251"
  505. source = "registry+https://github.com/rust-lang/crates.io-index"
  506. checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a"
  507. dependencies = [
  508. "libloading 0.7.4",
  509. ]
  510. [[package]]
  511. name = "ashpd"
  512. version = "0.6.8"
  513. source = "registry+https://github.com/rust-lang/crates.io-index"
  514. checksum = "4ac22eda5891cc086690cb6fa10121c0390de0e3b04eb269f2d766b00d3f2d81"
  515. dependencies = [
  516. "async-fs 2.1.2",
  517. "async-net",
  518. "enumflags2",
  519. "futures-channel",
  520. "futures-util",
  521. "once_cell",
  522. "rand",
  523. "serde",
  524. "serde_repr",
  525. "url",
  526. "zbus",
  527. ]
  528. [[package]]
  529. name = "async-attributes"
  530. version = "1.1.2"
  531. source = "registry+https://github.com/rust-lang/crates.io-index"
  532. checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  533. dependencies = [
  534. "quote",
  535. "syn 1.0.109",
  536. ]
  537. [[package]]
  538. name = "async-broadcast"
  539. version = "0.5.1"
  540. source = "registry+https://github.com/rust-lang/crates.io-index"
  541. checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b"
  542. dependencies = [
  543. "event-listener 2.5.3",
  544. "futures-core",
  545. ]
  546. [[package]]
  547. name = "async-channel"
  548. version = "1.9.0"
  549. source = "registry+https://github.com/rust-lang/crates.io-index"
  550. checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  551. dependencies = [
  552. "concurrent-queue",
  553. "event-listener 2.5.3",
  554. "futures-core",
  555. ]
  556. [[package]]
  557. name = "async-channel"
  558. version = "2.3.1"
  559. source = "registry+https://github.com/rust-lang/crates.io-index"
  560. checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  561. dependencies = [
  562. "concurrent-queue",
  563. "event-listener-strategy 0.5.2",
  564. "futures-core",
  565. "pin-project-lite",
  566. ]
  567. [[package]]
  568. name = "async-executor"
  569. version = "1.11.0"
  570. source = "registry+https://github.com/rust-lang/crates.io-index"
  571. checksum = "b10202063978b3351199d68f8b22c4e47e4b1b822f8d43fd862d5ea8c006b29a"
  572. dependencies = [
  573. "async-task",
  574. "concurrent-queue",
  575. "fastrand 2.1.0",
  576. "futures-lite 2.3.0",
  577. "slab",
  578. ]
  579. [[package]]
  580. name = "async-fs"
  581. version = "1.6.0"
  582. source = "registry+https://github.com/rust-lang/crates.io-index"
  583. checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
  584. dependencies = [
  585. "async-lock 2.8.0",
  586. "autocfg",
  587. "blocking",
  588. "futures-lite 1.13.0",
  589. ]
  590. [[package]]
  591. name = "async-fs"
  592. version = "2.1.2"
  593. source = "registry+https://github.com/rust-lang/crates.io-index"
  594. checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  595. dependencies = [
  596. "async-lock 3.3.0",
  597. "blocking",
  598. "futures-lite 2.3.0",
  599. ]
  600. [[package]]
  601. name = "async-global-executor"
  602. version = "2.4.1"
  603. source = "registry+https://github.com/rust-lang/crates.io-index"
  604. checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  605. dependencies = [
  606. "async-channel 2.3.1",
  607. "async-executor",
  608. "async-io 2.3.2",
  609. "async-lock 3.3.0",
  610. "blocking",
  611. "futures-lite 2.3.0",
  612. "once_cell",
  613. "tokio",
  614. ]
  615. [[package]]
  616. name = "async-io"
  617. version = "1.13.0"
  618. source = "registry+https://github.com/rust-lang/crates.io-index"
  619. checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
  620. dependencies = [
  621. "async-lock 2.8.0",
  622. "autocfg",
  623. "cfg-if 1.0.0",
  624. "concurrent-queue",
  625. "futures-lite 1.13.0",
  626. "log",
  627. "parking",
  628. "polling 2.8.0",
  629. "rustix 0.37.27",
  630. "slab",
  631. "socket2 0.4.10",
  632. "waker-fn",
  633. ]
  634. [[package]]
  635. name = "async-io"
  636. version = "2.3.2"
  637. source = "registry+https://github.com/rust-lang/crates.io-index"
  638. checksum = "dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884"
  639. dependencies = [
  640. "async-lock 3.3.0",
  641. "cfg-if 1.0.0",
  642. "concurrent-queue",
  643. "futures-io",
  644. "futures-lite 2.3.0",
  645. "parking",
  646. "polling 3.7.0",
  647. "rustix 0.38.34",
  648. "slab",
  649. "tracing",
  650. "windows-sys 0.52.0",
  651. ]
  652. [[package]]
  653. name = "async-lock"
  654. version = "2.8.0"
  655. source = "registry+https://github.com/rust-lang/crates.io-index"
  656. checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  657. dependencies = [
  658. "event-listener 2.5.3",
  659. ]
  660. [[package]]
  661. name = "async-lock"
  662. version = "3.3.0"
  663. source = "registry+https://github.com/rust-lang/crates.io-index"
  664. checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"
  665. dependencies = [
  666. "event-listener 4.0.3",
  667. "event-listener-strategy 0.4.0",
  668. "pin-project-lite",
  669. ]
  670. [[package]]
  671. name = "async-net"
  672. version = "2.0.0"
  673. source = "registry+https://github.com/rust-lang/crates.io-index"
  674. checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  675. dependencies = [
  676. "async-io 2.3.2",
  677. "blocking",
  678. "futures-lite 2.3.0",
  679. ]
  680. [[package]]
  681. name = "async-once-cell"
  682. version = "0.5.3"
  683. source = "registry+https://github.com/rust-lang/crates.io-index"
  684. checksum = "9338790e78aa95a416786ec8389546c4b6a1dfc3dc36071ed9518a9413a542eb"
  685. [[package]]
  686. name = "async-process"
  687. version = "1.8.1"
  688. source = "registry+https://github.com/rust-lang/crates.io-index"
  689. checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
  690. dependencies = [
  691. "async-io 1.13.0",
  692. "async-lock 2.8.0",
  693. "async-signal",
  694. "blocking",
  695. "cfg-if 1.0.0",
  696. "event-listener 3.1.0",
  697. "futures-lite 1.13.0",
  698. "rustix 0.38.34",
  699. "windows-sys 0.48.0",
  700. ]
  701. [[package]]
  702. name = "async-recursion"
  703. version = "1.1.1"
  704. source = "registry+https://github.com/rust-lang/crates.io-index"
  705. checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  706. dependencies = [
  707. "proc-macro2",
  708. "quote",
  709. "syn 2.0.65",
  710. ]
  711. [[package]]
  712. name = "async-rustls"
  713. version = "0.3.0"
  714. source = "registry+https://github.com/rust-lang/crates.io-index"
  715. checksum = "93b21a03b7c21702a0110f9f8d228763a533570deb376119042dabf33c37a01a"
  716. dependencies = [
  717. "futures-io",
  718. "rustls 0.20.9",
  719. "webpki",
  720. ]
  721. [[package]]
  722. name = "async-signal"
  723. version = "0.2.6"
  724. source = "registry+https://github.com/rust-lang/crates.io-index"
  725. checksum = "afe66191c335039c7bb78f99dc7520b0cbb166b3a1cb33a03f53d8a1c6f2afda"
  726. dependencies = [
  727. "async-io 2.3.2",
  728. "async-lock 3.3.0",
  729. "atomic-waker",
  730. "cfg-if 1.0.0",
  731. "futures-core",
  732. "futures-io",
  733. "rustix 0.38.34",
  734. "signal-hook-registry",
  735. "slab",
  736. "windows-sys 0.52.0",
  737. ]
  738. [[package]]
  739. name = "async-std"
  740. version = "1.12.0"
  741. source = "registry+https://github.com/rust-lang/crates.io-index"
  742. checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
  743. dependencies = [
  744. "async-attributes",
  745. "async-channel 1.9.0",
  746. "async-global-executor",
  747. "async-io 1.13.0",
  748. "async-lock 2.8.0",
  749. "async-process",
  750. "crossbeam-utils",
  751. "futures-channel",
  752. "futures-core",
  753. "futures-io",
  754. "futures-lite 1.13.0",
  755. "gloo-timers",
  756. "kv-log-macro",
  757. "log",
  758. "memchr",
  759. "once_cell",
  760. "pin-project-lite",
  761. "pin-utils",
  762. "slab",
  763. "wasm-bindgen-futures",
  764. ]
  765. [[package]]
  766. name = "async-stream"
  767. version = "0.3.5"
  768. source = "registry+https://github.com/rust-lang/crates.io-index"
  769. checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
  770. dependencies = [
  771. "async-stream-impl",
  772. "futures-core",
  773. "pin-project-lite",
  774. ]
  775. [[package]]
  776. name = "async-stream-impl"
  777. version = "0.3.5"
  778. source = "registry+https://github.com/rust-lang/crates.io-index"
  779. checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
  780. dependencies = [
  781. "proc-macro2",
  782. "quote",
  783. "syn 2.0.65",
  784. ]
  785. [[package]]
  786. name = "async-task"
  787. version = "4.7.1"
  788. source = "registry+https://github.com/rust-lang/crates.io-index"
  789. checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
  790. [[package]]
  791. name = "async-trait"
  792. version = "0.1.80"
  793. source = "registry+https://github.com/rust-lang/crates.io-index"
  794. checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
  795. dependencies = [
  796. "proc-macro2",
  797. "quote",
  798. "syn 2.0.65",
  799. ]
  800. [[package]]
  801. name = "atomic"
  802. version = "0.5.3"
  803. source = "registry+https://github.com/rust-lang/crates.io-index"
  804. checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
  805. [[package]]
  806. name = "atomic-waker"
  807. version = "1.1.2"
  808. source = "registry+https://github.com/rust-lang/crates.io-index"
  809. checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
  810. [[package]]
  811. name = "atspi"
  812. version = "0.19.0"
  813. source = "registry+https://github.com/rust-lang/crates.io-index"
  814. checksum = "6059f350ab6f593ea00727b334265c4dfc7fd442ee32d264794bd9bdc68e87ca"
  815. dependencies = [
  816. "atspi-common",
  817. "atspi-connection",
  818. "atspi-proxies",
  819. ]
  820. [[package]]
  821. name = "atspi-common"
  822. version = "0.3.0"
  823. source = "registry+https://github.com/rust-lang/crates.io-index"
  824. checksum = "92af95f966d2431f962bc632c2e68eda7777330158bf640c4af4249349b2cdf5"
  825. dependencies = [
  826. "enumflags2",
  827. "serde",
  828. "static_assertions",
  829. "zbus",
  830. "zbus_names",
  831. "zvariant",
  832. ]
  833. [[package]]
  834. name = "atspi-connection"
  835. version = "0.3.0"
  836. source = "registry+https://github.com/rust-lang/crates.io-index"
  837. checksum = "a0c65e7d70f86d4c0e3b2d585d9bf3f979f0b19d635a336725a88d279f76b939"
  838. dependencies = [
  839. "atspi-common",
  840. "atspi-proxies",
  841. "futures-lite 1.13.0",
  842. "zbus",
  843. ]
  844. [[package]]
  845. name = "atspi-proxies"
  846. version = "0.3.0"
  847. source = "registry+https://github.com/rust-lang/crates.io-index"
  848. checksum = "6495661273703e7a229356dcbe8c8f38223d697aacfaf0e13590a9ac9977bb52"
  849. dependencies = [
  850. "atspi-common",
  851. "serde",
  852. "zbus",
  853. ]
  854. [[package]]
  855. name = "atty"
  856. version = "0.2.14"
  857. source = "registry+https://github.com/rust-lang/crates.io-index"
  858. checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  859. dependencies = [
  860. "hermit-abi 0.1.19",
  861. "libc",
  862. "winapi 0.3.9",
  863. ]
  864. [[package]]
  865. name = "autocfg"
  866. version = "1.3.0"
  867. source = "registry+https://github.com/rust-lang/crates.io-index"
  868. checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
  869. [[package]]
  870. name = "axum"
  871. version = "0.6.20"
  872. source = "registry+https://github.com/rust-lang/crates.io-index"
  873. checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
  874. dependencies = [
  875. "async-trait",
  876. "axum-core",
  877. "bitflags 1.3.2",
  878. "bytes",
  879. "futures-util",
  880. "http 0.2.12",
  881. "http-body 0.4.6",
  882. "hyper 0.14.28",
  883. "itoa",
  884. "matchit",
  885. "memchr",
  886. "mime",
  887. "percent-encoding",
  888. "pin-project-lite",
  889. "rustversion",
  890. "serde",
  891. "sync_wrapper",
  892. "tower",
  893. "tower-layer",
  894. "tower-service",
  895. ]
  896. [[package]]
  897. name = "axum-core"
  898. version = "0.3.4"
  899. source = "registry+https://github.com/rust-lang/crates.io-index"
  900. checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
  901. dependencies = [
  902. "async-trait",
  903. "bytes",
  904. "futures-util",
  905. "http 0.2.12",
  906. "http-body 0.4.6",
  907. "mime",
  908. "rustversion",
  909. "tower-layer",
  910. "tower-service",
  911. ]
  912. [[package]]
  913. name = "az"
  914. version = "1.2.1"
  915. source = "registry+https://github.com/rust-lang/crates.io-index"
  916. checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973"
  917. [[package]]
  918. name = "backtrace"
  919. version = "0.3.71"
  920. source = "registry+https://github.com/rust-lang/crates.io-index"
  921. checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
  922. dependencies = [
  923. "addr2line",
  924. "cc",
  925. "cfg-if 1.0.0",
  926. "libc",
  927. "miniz_oxide",
  928. "object",
  929. "rustc-demangle",
  930. ]
  931. [[package]]
  932. name = "base64"
  933. version = "0.13.1"
  934. source = "registry+https://github.com/rust-lang/crates.io-index"
  935. checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
  936. [[package]]
  937. name = "base64"
  938. version = "0.21.7"
  939. source = "registry+https://github.com/rust-lang/crates.io-index"
  940. checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
  941. [[package]]
  942. name = "base64"
  943. version = "0.22.1"
  944. source = "registry+https://github.com/rust-lang/crates.io-index"
  945. checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
  946. [[package]]
  947. name = "base64ct"
  948. version = "1.6.0"
  949. source = "registry+https://github.com/rust-lang/crates.io-index"
  950. checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
  951. [[package]]
  952. name = "bat"
  953. version = "0.24.0"
  954. source = "registry+https://github.com/rust-lang/crates.io-index"
  955. checksum = "9dcc9e5637c2330d8eb7b920f2aa5d9e184446c258466f825ea1412c7614cc86"
  956. dependencies = [
  957. "ansi_colours",
  958. "bincode",
  959. "bugreport",
  960. "bytesize",
  961. "clap 4.5.4",
  962. "clircle",
  963. "console",
  964. "content_inspector",
  965. "encoding_rs",
  966. "etcetera",
  967. "flate2",
  968. "git2",
  969. "globset",
  970. "grep-cli",
  971. "home",
  972. "nu-ansi-term 0.49.0",
  973. "once_cell",
  974. "path_abs",
  975. "plist",
  976. "regex",
  977. "semver",
  978. "serde",
  979. "serde_yaml 0.9.34+deprecated",
  980. "shell-words",
  981. "syntect",
  982. "thiserror",
  983. "unicode-width",
  984. "walkdir",
  985. "wild",
  986. ]
  987. [[package]]
  988. name = "benchmark-example-node"
  989. version = "0.3.4"
  990. dependencies = [
  991. "dora-node-api",
  992. "eyre",
  993. "futures",
  994. "rand",
  995. "tokio",
  996. "tracing",
  997. "tracing-subscriber",
  998. ]
  999. [[package]]
  1000. name = "benchmark-example-sink"
  1001. version = "0.3.4"
  1002. dependencies = [
  1003. "dora-node-api",
  1004. "eyre",
  1005. "tracing",
  1006. "tracing-subscriber",
  1007. ]
  1008. [[package]]
  1009. name = "bincode"
  1010. version = "1.3.3"
  1011. source = "registry+https://github.com/rust-lang/crates.io-index"
  1012. checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
  1013. dependencies = [
  1014. "serde",
  1015. ]
  1016. [[package]]
  1017. name = "bit-set"
  1018. version = "0.5.3"
  1019. source = "registry+https://github.com/rust-lang/crates.io-index"
  1020. checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
  1021. dependencies = [
  1022. "bit-vec",
  1023. ]
  1024. [[package]]
  1025. name = "bit-vec"
  1026. version = "0.6.3"
  1027. source = "registry+https://github.com/rust-lang/crates.io-index"
  1028. checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
  1029. [[package]]
  1030. name = "bitflags"
  1031. version = "1.3.2"
  1032. source = "registry+https://github.com/rust-lang/crates.io-index"
  1033. checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
  1034. [[package]]
  1035. name = "bitflags"
  1036. version = "2.5.0"
  1037. source = "registry+https://github.com/rust-lang/crates.io-index"
  1038. checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
  1039. dependencies = [
  1040. "bytemuck",
  1041. "serde",
  1042. ]
  1043. [[package]]
  1044. name = "bitvec"
  1045. version = "1.0.1"
  1046. source = "registry+https://github.com/rust-lang/crates.io-index"
  1047. checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
  1048. dependencies = [
  1049. "funty",
  1050. "radium",
  1051. "tap",
  1052. "wyz",
  1053. ]
  1054. [[package]]
  1055. name = "block"
  1056. version = "0.1.6"
  1057. source = "registry+https://github.com/rust-lang/crates.io-index"
  1058. checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
  1059. [[package]]
  1060. name = "block-buffer"
  1061. version = "0.10.4"
  1062. source = "registry+https://github.com/rust-lang/crates.io-index"
  1063. checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
  1064. dependencies = [
  1065. "generic-array",
  1066. ]
  1067. [[package]]
  1068. name = "block-sys"
  1069. version = "0.1.0-beta.1"
  1070. source = "registry+https://github.com/rust-lang/crates.io-index"
  1071. checksum = "0fa55741ee90902547802152aaf3f8e5248aab7e21468089560d4c8840561146"
  1072. dependencies = [
  1073. "objc-sys 0.2.0-beta.2",
  1074. ]
  1075. [[package]]
  1076. name = "block-sys"
  1077. version = "0.2.1"
  1078. source = "registry+https://github.com/rust-lang/crates.io-index"
  1079. checksum = "ae85a0696e7ea3b835a453750bf002770776609115e6d25c6d2ff28a8200f7e7"
  1080. dependencies = [
  1081. "objc-sys 0.3.5",
  1082. ]
  1083. [[package]]
  1084. name = "block2"
  1085. version = "0.2.0-alpha.6"
  1086. source = "registry+https://github.com/rust-lang/crates.io-index"
  1087. checksum = "8dd9e63c1744f755c2f60332b88de39d341e5e86239014ad839bd71c106dec42"
  1088. dependencies = [
  1089. "block-sys 0.1.0-beta.1",
  1090. "objc2-encode 2.0.0-pre.2",
  1091. ]
  1092. [[package]]
  1093. name = "block2"
  1094. version = "0.3.0"
  1095. source = "registry+https://github.com/rust-lang/crates.io-index"
  1096. checksum = "15b55663a85f33501257357e6421bb33e769d5c9ffb5ba0921c975a123e35e68"
  1097. dependencies = [
  1098. "block-sys 0.2.1",
  1099. "objc2 0.4.1",
  1100. ]
  1101. [[package]]
  1102. name = "block2"
  1103. version = "0.5.1"
  1104. source = "registry+https://github.com/rust-lang/crates.io-index"
  1105. checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
  1106. dependencies = [
  1107. "objc2 0.5.2",
  1108. ]
  1109. [[package]]
  1110. name = "blocking"
  1111. version = "1.6.0"
  1112. source = "registry+https://github.com/rust-lang/crates.io-index"
  1113. checksum = "495f7104e962b7356f0aeb34247aca1fe7d2e783b346582db7f2904cb5717e88"
  1114. dependencies = [
  1115. "async-channel 2.3.1",
  1116. "async-lock 3.3.0",
  1117. "async-task",
  1118. "futures-io",
  1119. "futures-lite 2.3.0",
  1120. "piper",
  1121. ]
  1122. [[package]]
  1123. name = "brotli"
  1124. version = "3.5.0"
  1125. source = "registry+https://github.com/rust-lang/crates.io-index"
  1126. checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391"
  1127. dependencies = [
  1128. "alloc-no-stdlib",
  1129. "alloc-stdlib",
  1130. "brotli-decompressor",
  1131. ]
  1132. [[package]]
  1133. name = "brotli-decompressor"
  1134. version = "2.5.1"
  1135. source = "registry+https://github.com/rust-lang/crates.io-index"
  1136. checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
  1137. dependencies = [
  1138. "alloc-no-stdlib",
  1139. "alloc-stdlib",
  1140. ]
  1141. [[package]]
  1142. name = "bstr"
  1143. version = "0.2.17"
  1144. source = "registry+https://github.com/rust-lang/crates.io-index"
  1145. checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
  1146. dependencies = [
  1147. "lazy_static",
  1148. "memchr",
  1149. "regex-automata 0.1.10",
  1150. ]
  1151. [[package]]
  1152. name = "bstr"
  1153. version = "1.9.1"
  1154. source = "registry+https://github.com/rust-lang/crates.io-index"
  1155. checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
  1156. dependencies = [
  1157. "memchr",
  1158. "regex-automata 0.4.6",
  1159. "serde",
  1160. ]
  1161. [[package]]
  1162. name = "bugreport"
  1163. version = "0.5.0"
  1164. source = "registry+https://github.com/rust-lang/crates.io-index"
  1165. checksum = "535120b8182547808081a66f1f77a64533c780b23da26763e0ee34dfb94f98c9"
  1166. dependencies = [
  1167. "git-version",
  1168. "shell-escape",
  1169. "sys-info",
  1170. ]
  1171. [[package]]
  1172. name = "bumpalo"
  1173. version = "3.16.0"
  1174. source = "registry+https://github.com/rust-lang/crates.io-index"
  1175. checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
  1176. [[package]]
  1177. name = "bytecount"
  1178. version = "0.6.8"
  1179. source = "registry+https://github.com/rust-lang/crates.io-index"
  1180. checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
  1181. [[package]]
  1182. name = "bytemuck"
  1183. version = "1.16.0"
  1184. source = "registry+https://github.com/rust-lang/crates.io-index"
  1185. checksum = "78834c15cb5d5efe3452d58b1e8ba890dd62d21907f867f383358198e56ebca5"
  1186. dependencies = [
  1187. "bytemuck_derive",
  1188. ]
  1189. [[package]]
  1190. name = "bytemuck_derive"
  1191. version = "1.6.0"
  1192. source = "registry+https://github.com/rust-lang/crates.io-index"
  1193. checksum = "4da9a32f3fed317401fa3c862968128267c3106685286e15d5aaa3d7389c2f60"
  1194. dependencies = [
  1195. "proc-macro2",
  1196. "quote",
  1197. "syn 2.0.65",
  1198. ]
  1199. [[package]]
  1200. name = "byteorder"
  1201. version = "1.5.0"
  1202. source = "registry+https://github.com/rust-lang/crates.io-index"
  1203. checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
  1204. [[package]]
  1205. name = "bytes"
  1206. version = "1.6.0"
  1207. source = "registry+https://github.com/rust-lang/crates.io-index"
  1208. checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
  1209. dependencies = [
  1210. "serde",
  1211. ]
  1212. [[package]]
  1213. name = "bytesize"
  1214. version = "1.3.0"
  1215. source = "registry+https://github.com/rust-lang/crates.io-index"
  1216. checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc"
  1217. [[package]]
  1218. name = "cache-padded"
  1219. version = "1.3.0"
  1220. source = "registry+https://github.com/rust-lang/crates.io-index"
  1221. checksum = "981520c98f422fcc584dc1a95c334e6953900b9106bc47a9839b81790009eb21"
  1222. [[package]]
  1223. name = "calloop"
  1224. version = "0.12.4"
  1225. source = "registry+https://github.com/rust-lang/crates.io-index"
  1226. checksum = "fba7adb4dd5aa98e5553510223000e7148f621165ec5f9acd7113f6ca4995298"
  1227. dependencies = [
  1228. "bitflags 2.5.0",
  1229. "log",
  1230. "polling 3.7.0",
  1231. "rustix 0.38.34",
  1232. "slab",
  1233. "thiserror",
  1234. ]
  1235. [[package]]
  1236. name = "calloop-wayland-source"
  1237. version = "0.2.0"
  1238. source = "registry+https://github.com/rust-lang/crates.io-index"
  1239. checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02"
  1240. dependencies = [
  1241. "calloop",
  1242. "rustix 0.38.34",
  1243. "wayland-backend",
  1244. "wayland-client",
  1245. ]
  1246. [[package]]
  1247. name = "camino"
  1248. version = "1.1.7"
  1249. source = "registry+https://github.com/rust-lang/crates.io-index"
  1250. checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239"
  1251. dependencies = [
  1252. "serde",
  1253. ]
  1254. [[package]]
  1255. name = "cargo-platform"
  1256. version = "0.1.8"
  1257. source = "registry+https://github.com/rust-lang/crates.io-index"
  1258. checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
  1259. dependencies = [
  1260. "serde",
  1261. ]
  1262. [[package]]
  1263. name = "cargo_metadata"
  1264. version = "0.14.2"
  1265. source = "registry+https://github.com/rust-lang/crates.io-index"
  1266. checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
  1267. dependencies = [
  1268. "camino",
  1269. "cargo-platform",
  1270. "semver",
  1271. "serde",
  1272. "serde_json",
  1273. ]
  1274. [[package]]
  1275. name = "cargo_metadata"
  1276. version = "0.18.1"
  1277. source = "registry+https://github.com/rust-lang/crates.io-index"
  1278. checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
  1279. dependencies = [
  1280. "camino",
  1281. "cargo-platform",
  1282. "semver",
  1283. "serde",
  1284. "serde_json",
  1285. "thiserror",
  1286. ]
  1287. [[package]]
  1288. name = "cc"
  1289. version = "1.0.98"
  1290. source = "registry+https://github.com/rust-lang/crates.io-index"
  1291. checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f"
  1292. dependencies = [
  1293. "jobserver",
  1294. "libc",
  1295. "once_cell",
  1296. ]
  1297. [[package]]
  1298. name = "cdr-encoding-size"
  1299. version = "0.5.1"
  1300. source = "registry+https://github.com/rust-lang/crates.io-index"
  1301. checksum = "ac9ba34127578914d8674773f48f686c1df8f37bba0f5b88ab5c78ca04b7f2fb"
  1302. dependencies = [
  1303. "cdr-encoding-size-derive",
  1304. ]
  1305. [[package]]
  1306. name = "cdr-encoding-size-derive"
  1307. version = "0.5.1"
  1308. source = "registry+https://github.com/rust-lang/crates.io-index"
  1309. checksum = "c46953796c44a6488a02ce4b4b3dc0ff30c3cf9107a4ed5e17ceac875d1e9fb6"
  1310. dependencies = [
  1311. "proc-macro2",
  1312. "quote",
  1313. "syn 1.0.109",
  1314. ]
  1315. [[package]]
  1316. name = "cesu8"
  1317. version = "1.1.0"
  1318. source = "registry+https://github.com/rust-lang/crates.io-index"
  1319. checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
  1320. [[package]]
  1321. name = "cfb"
  1322. version = "0.7.3"
  1323. source = "registry+https://github.com/rust-lang/crates.io-index"
  1324. checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
  1325. dependencies = [
  1326. "byteorder",
  1327. "fnv",
  1328. "uuid",
  1329. ]
  1330. [[package]]
  1331. name = "cfg-if"
  1332. version = "0.1.10"
  1333. source = "registry+https://github.com/rust-lang/crates.io-index"
  1334. checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
  1335. [[package]]
  1336. name = "cfg-if"
  1337. version = "1.0.0"
  1338. source = "registry+https://github.com/rust-lang/crates.io-index"
  1339. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  1340. [[package]]
  1341. name = "cfg_aliases"
  1342. version = "0.1.1"
  1343. source = "registry+https://github.com/rust-lang/crates.io-index"
  1344. checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
  1345. [[package]]
  1346. name = "cfg_aliases"
  1347. version = "0.2.1"
  1348. source = "registry+https://github.com/rust-lang/crates.io-index"
  1349. checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
  1350. [[package]]
  1351. name = "chrono"
  1352. version = "0.4.38"
  1353. source = "registry+https://github.com/rust-lang/crates.io-index"
  1354. checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
  1355. dependencies = [
  1356. "android-tzdata",
  1357. "iana-time-zone",
  1358. "js-sys",
  1359. "num-traits",
  1360. "serde",
  1361. "wasm-bindgen",
  1362. "windows-targets 0.52.5",
  1363. ]
  1364. [[package]]
  1365. name = "cipher"
  1366. version = "0.4.4"
  1367. source = "registry+https://github.com/rust-lang/crates.io-index"
  1368. checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
  1369. dependencies = [
  1370. "crypto-common",
  1371. "inout",
  1372. ]
  1373. [[package]]
  1374. name = "clang-format"
  1375. version = "0.3.0"
  1376. source = "registry+https://github.com/rust-lang/crates.io-index"
  1377. checksum = "696283b40e1a39d208ee614b92e5f6521d16962edeb47c48372585ec92419943"
  1378. dependencies = [
  1379. "thiserror",
  1380. ]
  1381. [[package]]
  1382. name = "clap"
  1383. version = "3.2.25"
  1384. source = "registry+https://github.com/rust-lang/crates.io-index"
  1385. checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
  1386. dependencies = [
  1387. "atty",
  1388. "bitflags 1.3.2",
  1389. "clap_derive 3.2.25",
  1390. "clap_lex 0.2.4",
  1391. "indexmap 1.9.3",
  1392. "once_cell",
  1393. "strsim 0.10.0",
  1394. "termcolor",
  1395. "textwrap",
  1396. ]
  1397. [[package]]
  1398. name = "clap"
  1399. version = "4.5.4"
  1400. source = "registry+https://github.com/rust-lang/crates.io-index"
  1401. checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
  1402. dependencies = [
  1403. "clap_builder",
  1404. "clap_derive 4.5.4",
  1405. ]
  1406. [[package]]
  1407. name = "clap_builder"
  1408. version = "4.5.2"
  1409. source = "registry+https://github.com/rust-lang/crates.io-index"
  1410. checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
  1411. dependencies = [
  1412. "anstream",
  1413. "anstyle",
  1414. "clap_lex 0.7.0",
  1415. "strsim 0.11.1",
  1416. "terminal_size",
  1417. ]
  1418. [[package]]
  1419. name = "clap_derive"
  1420. version = "3.2.25"
  1421. source = "registry+https://github.com/rust-lang/crates.io-index"
  1422. checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
  1423. dependencies = [
  1424. "heck 0.4.1",
  1425. "proc-macro-error",
  1426. "proc-macro2",
  1427. "quote",
  1428. "syn 1.0.109",
  1429. ]
  1430. [[package]]
  1431. name = "clap_derive"
  1432. version = "4.5.4"
  1433. source = "registry+https://github.com/rust-lang/crates.io-index"
  1434. checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
  1435. dependencies = [
  1436. "heck 0.5.0",
  1437. "proc-macro2",
  1438. "quote",
  1439. "syn 2.0.65",
  1440. ]
  1441. [[package]]
  1442. name = "clap_lex"
  1443. version = "0.2.4"
  1444. source = "registry+https://github.com/rust-lang/crates.io-index"
  1445. checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
  1446. dependencies = [
  1447. "os_str_bytes",
  1448. ]
  1449. [[package]]
  1450. name = "clap_lex"
  1451. version = "0.7.0"
  1452. source = "registry+https://github.com/rust-lang/crates.io-index"
  1453. checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
  1454. [[package]]
  1455. name = "clean-path"
  1456. version = "0.2.1"
  1457. source = "registry+https://github.com/rust-lang/crates.io-index"
  1458. checksum = "aaa6b4b263a5d737e9bf6b7c09b72c41a5480aec4d7219af827f6564e950b6a5"
  1459. [[package]]
  1460. name = "clipboard-win"
  1461. version = "5.3.1"
  1462. source = "registry+https://github.com/rust-lang/crates.io-index"
  1463. checksum = "79f4473f5144e20d9aceaf2972478f06ddf687831eafeeb434fbaf0acc4144ad"
  1464. dependencies = [
  1465. "error-code",
  1466. ]
  1467. [[package]]
  1468. name = "clircle"
  1469. version = "0.4.0"
  1470. source = "registry+https://github.com/rust-lang/crates.io-index"
  1471. checksum = "c8e87cbed5354f17bd8ca8821a097fb62599787fe8f611743fad7ee156a0a600"
  1472. dependencies = [
  1473. "cfg-if 1.0.0",
  1474. "libc",
  1475. "serde",
  1476. "winapi 0.3.9",
  1477. ]
  1478. [[package]]
  1479. name = "cocoa"
  1480. version = "0.25.0"
  1481. source = "registry+https://github.com/rust-lang/crates.io-index"
  1482. checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
  1483. dependencies = [
  1484. "bitflags 1.3.2",
  1485. "block",
  1486. "cocoa-foundation",
  1487. "core-foundation",
  1488. "core-graphics",
  1489. "foreign-types",
  1490. "libc",
  1491. "objc",
  1492. ]
  1493. [[package]]
  1494. name = "cocoa-foundation"
  1495. version = "0.1.2"
  1496. source = "registry+https://github.com/rust-lang/crates.io-index"
  1497. checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
  1498. dependencies = [
  1499. "bitflags 1.3.2",
  1500. "block",
  1501. "core-foundation",
  1502. "core-graphics-types",
  1503. "libc",
  1504. "objc",
  1505. ]
  1506. [[package]]
  1507. name = "codespan-reporting"
  1508. version = "0.11.1"
  1509. source = "registry+https://github.com/rust-lang/crates.io-index"
  1510. checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
  1511. dependencies = [
  1512. "termcolor",
  1513. "unicode-width",
  1514. ]
  1515. [[package]]
  1516. name = "color_quant"
  1517. version = "1.1.0"
  1518. source = "registry+https://github.com/rust-lang/crates.io-index"
  1519. checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
  1520. [[package]]
  1521. name = "colorchoice"
  1522. version = "1.0.1"
  1523. source = "registry+https://github.com/rust-lang/crates.io-index"
  1524. checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
  1525. [[package]]
  1526. name = "com"
  1527. version = "0.6.0"
  1528. source = "registry+https://github.com/rust-lang/crates.io-index"
  1529. checksum = "7e17887fd17353b65b1b2ef1c526c83e26cd72e74f598a8dc1bee13a48f3d9f6"
  1530. dependencies = [
  1531. "com_macros",
  1532. ]
  1533. [[package]]
  1534. name = "com_macros"
  1535. version = "0.6.0"
  1536. source = "registry+https://github.com/rust-lang/crates.io-index"
  1537. checksum = "d375883580a668c7481ea6631fc1a8863e33cc335bf56bfad8d7e6d4b04b13a5"
  1538. dependencies = [
  1539. "com_macros_support",
  1540. "proc-macro2",
  1541. "syn 1.0.109",
  1542. ]
  1543. [[package]]
  1544. name = "com_macros_support"
  1545. version = "0.6.0"
  1546. source = "registry+https://github.com/rust-lang/crates.io-index"
  1547. checksum = "ad899a1087a9296d5644792d7cb72b8e34c1bec8e7d4fbc002230169a6e8710c"
  1548. dependencies = [
  1549. "proc-macro2",
  1550. "quote",
  1551. "syn 1.0.109",
  1552. ]
  1553. [[package]]
  1554. name = "combine"
  1555. version = "4.6.7"
  1556. source = "registry+https://github.com/rust-lang/crates.io-index"
  1557. checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
  1558. dependencies = [
  1559. "bytes",
  1560. "memchr",
  1561. ]
  1562. [[package]]
  1563. name = "comfy-table"
  1564. version = "7.1.1"
  1565. source = "registry+https://github.com/rust-lang/crates.io-index"
  1566. checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7"
  1567. dependencies = [
  1568. "strum 0.26.2",
  1569. "strum_macros 0.26.2",
  1570. "unicode-width",
  1571. ]
  1572. [[package]]
  1573. name = "communication-layer-pub-sub"
  1574. version = "0.3.4"
  1575. dependencies = [
  1576. "flume 0.10.14",
  1577. "zenoh",
  1578. ]
  1579. [[package]]
  1580. name = "communication-layer-request-reply"
  1581. version = "0.3.4"
  1582. [[package]]
  1583. name = "concurrent-queue"
  1584. version = "2.5.0"
  1585. source = "registry+https://github.com/rust-lang/crates.io-index"
  1586. checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
  1587. dependencies = [
  1588. "crossbeam-utils",
  1589. ]
  1590. [[package]]
  1591. name = "console"
  1592. version = "0.15.8"
  1593. source = "registry+https://github.com/rust-lang/crates.io-index"
  1594. checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
  1595. dependencies = [
  1596. "encode_unicode",
  1597. "lazy_static",
  1598. "libc",
  1599. "unicode-width",
  1600. "windows-sys 0.52.0",
  1601. ]
  1602. [[package]]
  1603. name = "const-oid"
  1604. version = "0.9.6"
  1605. source = "registry+https://github.com/rust-lang/crates.io-index"
  1606. checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
  1607. [[package]]
  1608. name = "const-random"
  1609. version = "0.1.18"
  1610. source = "registry+https://github.com/rust-lang/crates.io-index"
  1611. checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
  1612. dependencies = [
  1613. "const-random-macro",
  1614. ]
  1615. [[package]]
  1616. name = "const-random-macro"
  1617. version = "0.1.16"
  1618. source = "registry+https://github.com/rust-lang/crates.io-index"
  1619. checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
  1620. dependencies = [
  1621. "getrandom",
  1622. "once_cell",
  1623. "tiny-keccak",
  1624. ]
  1625. [[package]]
  1626. name = "content_inspector"
  1627. version = "0.2.4"
  1628. source = "registry+https://github.com/rust-lang/crates.io-index"
  1629. checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38"
  1630. dependencies = [
  1631. "memchr",
  1632. ]
  1633. [[package]]
  1634. name = "convert_case"
  1635. version = "0.6.0"
  1636. source = "registry+https://github.com/rust-lang/crates.io-index"
  1637. checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
  1638. dependencies = [
  1639. "unicode-segmentation",
  1640. ]
  1641. [[package]]
  1642. name = "core-foundation"
  1643. version = "0.9.4"
  1644. source = "registry+https://github.com/rust-lang/crates.io-index"
  1645. checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
  1646. dependencies = [
  1647. "core-foundation-sys",
  1648. "libc",
  1649. ]
  1650. [[package]]
  1651. name = "core-foundation-sys"
  1652. version = "0.8.6"
  1653. source = "registry+https://github.com/rust-lang/crates.io-index"
  1654. checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
  1655. [[package]]
  1656. name = "core-graphics"
  1657. version = "0.23.2"
  1658. source = "registry+https://github.com/rust-lang/crates.io-index"
  1659. checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
  1660. dependencies = [
  1661. "bitflags 1.3.2",
  1662. "core-foundation",
  1663. "core-graphics-types",
  1664. "foreign-types",
  1665. "libc",
  1666. ]
  1667. [[package]]
  1668. name = "core-graphics-types"
  1669. version = "0.1.3"
  1670. source = "registry+https://github.com/rust-lang/crates.io-index"
  1671. checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
  1672. dependencies = [
  1673. "bitflags 1.3.2",
  1674. "core-foundation",
  1675. "libc",
  1676. ]
  1677. [[package]]
  1678. name = "cpufeatures"
  1679. version = "0.2.12"
  1680. source = "registry+https://github.com/rust-lang/crates.io-index"
  1681. checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
  1682. dependencies = [
  1683. "libc",
  1684. ]
  1685. [[package]]
  1686. name = "crc32fast"
  1687. version = "1.4.2"
  1688. source = "registry+https://github.com/rust-lang/crates.io-index"
  1689. checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
  1690. dependencies = [
  1691. "cfg-if 1.0.0",
  1692. ]
  1693. [[package]]
  1694. name = "crossbeam"
  1695. version = "0.8.4"
  1696. source = "registry+https://github.com/rust-lang/crates.io-index"
  1697. checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
  1698. dependencies = [
  1699. "crossbeam-channel",
  1700. "crossbeam-deque",
  1701. "crossbeam-epoch",
  1702. "crossbeam-queue",
  1703. "crossbeam-utils",
  1704. ]
  1705. [[package]]
  1706. name = "crossbeam-channel"
  1707. version = "0.5.13"
  1708. source = "registry+https://github.com/rust-lang/crates.io-index"
  1709. checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
  1710. dependencies = [
  1711. "crossbeam-utils",
  1712. ]
  1713. [[package]]
  1714. name = "crossbeam-deque"
  1715. version = "0.8.5"
  1716. source = "registry+https://github.com/rust-lang/crates.io-index"
  1717. checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
  1718. dependencies = [
  1719. "crossbeam-epoch",
  1720. "crossbeam-utils",
  1721. ]
  1722. [[package]]
  1723. name = "crossbeam-epoch"
  1724. version = "0.9.18"
  1725. source = "registry+https://github.com/rust-lang/crates.io-index"
  1726. checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
  1727. dependencies = [
  1728. "crossbeam-utils",
  1729. ]
  1730. [[package]]
  1731. name = "crossbeam-queue"
  1732. version = "0.3.11"
  1733. source = "registry+https://github.com/rust-lang/crates.io-index"
  1734. checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
  1735. dependencies = [
  1736. "crossbeam-utils",
  1737. ]
  1738. [[package]]
  1739. name = "crossbeam-utils"
  1740. version = "0.8.20"
  1741. source = "registry+https://github.com/rust-lang/crates.io-index"
  1742. checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
  1743. [[package]]
  1744. name = "crossterm"
  1745. version = "0.25.0"
  1746. source = "registry+https://github.com/rust-lang/crates.io-index"
  1747. checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
  1748. dependencies = [
  1749. "bitflags 1.3.2",
  1750. "crossterm_winapi",
  1751. "libc",
  1752. "mio 0.8.11",
  1753. "parking_lot",
  1754. "signal-hook",
  1755. "signal-hook-mio",
  1756. "winapi 0.3.9",
  1757. ]
  1758. [[package]]
  1759. name = "crossterm_winapi"
  1760. version = "0.9.1"
  1761. source = "registry+https://github.com/rust-lang/crates.io-index"
  1762. checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
  1763. dependencies = [
  1764. "winapi 0.3.9",
  1765. ]
  1766. [[package]]
  1767. name = "crunchy"
  1768. version = "0.2.2"
  1769. source = "registry+https://github.com/rust-lang/crates.io-index"
  1770. checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
  1771. [[package]]
  1772. name = "crypto-common"
  1773. version = "0.1.6"
  1774. source = "registry+https://github.com/rust-lang/crates.io-index"
  1775. checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
  1776. dependencies = [
  1777. "generic-array",
  1778. "typenum",
  1779. ]
  1780. [[package]]
  1781. name = "csv"
  1782. version = "1.3.0"
  1783. source = "registry+https://github.com/rust-lang/crates.io-index"
  1784. checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
  1785. dependencies = [
  1786. "csv-core",
  1787. "itoa",
  1788. "ryu",
  1789. "serde",
  1790. ]
  1791. [[package]]
  1792. name = "csv-core"
  1793. version = "0.1.11"
  1794. source = "registry+https://github.com/rust-lang/crates.io-index"
  1795. checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
  1796. dependencies = [
  1797. "memchr",
  1798. ]
  1799. [[package]]
  1800. name = "ctrlc"
  1801. version = "3.4.4"
  1802. source = "registry+https://github.com/rust-lang/crates.io-index"
  1803. checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345"
  1804. dependencies = [
  1805. "nix 0.28.0",
  1806. "windows-sys 0.52.0",
  1807. ]
  1808. [[package]]
  1809. name = "cursor-icon"
  1810. version = "1.1.0"
  1811. source = "registry+https://github.com/rust-lang/crates.io-index"
  1812. checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
  1813. [[package]]
  1814. name = "cxx"
  1815. version = "1.0.122"
  1816. source = "registry+https://github.com/rust-lang/crates.io-index"
  1817. checksum = "bb497fad022245b29c2a0351df572e2d67c1046bcef2260ebc022aec81efea82"
  1818. dependencies = [
  1819. "cc",
  1820. "cxxbridge-flags",
  1821. "cxxbridge-macro",
  1822. "link-cplusplus",
  1823. ]
  1824. [[package]]
  1825. name = "cxx-build"
  1826. version = "1.0.122"
  1827. source = "registry+https://github.com/rust-lang/crates.io-index"
  1828. checksum = "9327c7f9fbd6329a200a5d4aa6f674c60ab256525ff0084b52a889d4e4c60cee"
  1829. dependencies = [
  1830. "cc",
  1831. "codespan-reporting",
  1832. "once_cell",
  1833. "proc-macro2",
  1834. "quote",
  1835. "scratch",
  1836. "syn 2.0.65",
  1837. ]
  1838. [[package]]
  1839. name = "cxxbridge-flags"
  1840. version = "1.0.122"
  1841. source = "registry+https://github.com/rust-lang/crates.io-index"
  1842. checksum = "688c799a4a846f1c0acb9f36bb9c6272d9b3d9457f3633c7753c6057270df13c"
  1843. [[package]]
  1844. name = "cxxbridge-macro"
  1845. version = "1.0.122"
  1846. source = "registry+https://github.com/rust-lang/crates.io-index"
  1847. checksum = "928bc249a7e3cd554fd2e8e08a426e9670c50bbfc9a621653cfa9accc9641783"
  1848. dependencies = [
  1849. "proc-macro2",
  1850. "quote",
  1851. "syn 2.0.65",
  1852. ]
  1853. [[package]]
  1854. name = "darling"
  1855. version = "0.20.9"
  1856. source = "registry+https://github.com/rust-lang/crates.io-index"
  1857. checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1"
  1858. dependencies = [
  1859. "darling_core",
  1860. "darling_macro",
  1861. ]
  1862. [[package]]
  1863. name = "darling_core"
  1864. version = "0.20.9"
  1865. source = "registry+https://github.com/rust-lang/crates.io-index"
  1866. checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120"
  1867. dependencies = [
  1868. "fnv",
  1869. "ident_case",
  1870. "proc-macro2",
  1871. "quote",
  1872. "strsim 0.11.1",
  1873. "syn 2.0.65",
  1874. ]
  1875. [[package]]
  1876. name = "darling_macro"
  1877. version = "0.20.9"
  1878. source = "registry+https://github.com/rust-lang/crates.io-index"
  1879. checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178"
  1880. dependencies = [
  1881. "darling_core",
  1882. "quote",
  1883. "syn 2.0.65",
  1884. ]
  1885. [[package]]
  1886. name = "dashmap"
  1887. version = "5.5.3"
  1888. source = "registry+https://github.com/rust-lang/crates.io-index"
  1889. checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
  1890. dependencies = [
  1891. "cfg-if 1.0.0",
  1892. "hashbrown 0.14.5",
  1893. "lock_api",
  1894. "once_cell",
  1895. "parking_lot_core",
  1896. ]
  1897. [[package]]
  1898. name = "data-encoding"
  1899. version = "2.6.0"
  1900. source = "registry+https://github.com/rust-lang/crates.io-index"
  1901. checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
  1902. [[package]]
  1903. name = "der"
  1904. version = "0.6.1"
  1905. source = "registry+https://github.com/rust-lang/crates.io-index"
  1906. checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
  1907. dependencies = [
  1908. "const-oid",
  1909. "pem-rfc7468",
  1910. "zeroize",
  1911. ]
  1912. [[package]]
  1913. name = "deranged"
  1914. version = "0.3.11"
  1915. source = "registry+https://github.com/rust-lang/crates.io-index"
  1916. checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
  1917. dependencies = [
  1918. "powerfmt",
  1919. "serde",
  1920. ]
  1921. [[package]]
  1922. name = "derivative"
  1923. version = "2.2.0"
  1924. source = "registry+https://github.com/rust-lang/crates.io-index"
  1925. checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
  1926. dependencies = [
  1927. "proc-macro2",
  1928. "quote",
  1929. "syn 1.0.109",
  1930. ]
  1931. [[package]]
  1932. name = "digest"
  1933. version = "0.10.7"
  1934. source = "registry+https://github.com/rust-lang/crates.io-index"
  1935. checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
  1936. dependencies = [
  1937. "block-buffer",
  1938. "const-oid",
  1939. "crypto-common",
  1940. "subtle",
  1941. ]
  1942. [[package]]
  1943. name = "directories-next"
  1944. version = "2.0.0"
  1945. source = "registry+https://github.com/rust-lang/crates.io-index"
  1946. checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
  1947. dependencies = [
  1948. "cfg-if 1.0.0",
  1949. "dirs-sys-next",
  1950. ]
  1951. [[package]]
  1952. name = "dirs"
  1953. version = "4.0.0"
  1954. source = "registry+https://github.com/rust-lang/crates.io-index"
  1955. checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
  1956. dependencies = [
  1957. "dirs-sys 0.3.7",
  1958. ]
  1959. [[package]]
  1960. name = "dirs"
  1961. version = "5.0.1"
  1962. source = "registry+https://github.com/rust-lang/crates.io-index"
  1963. checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
  1964. dependencies = [
  1965. "dirs-sys 0.4.1",
  1966. ]
  1967. [[package]]
  1968. name = "dirs-sys"
  1969. version = "0.3.7"
  1970. source = "registry+https://github.com/rust-lang/crates.io-index"
  1971. checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
  1972. dependencies = [
  1973. "libc",
  1974. "redox_users",
  1975. "winapi 0.3.9",
  1976. ]
  1977. [[package]]
  1978. name = "dirs-sys"
  1979. version = "0.4.1"
  1980. source = "registry+https://github.com/rust-lang/crates.io-index"
  1981. checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
  1982. dependencies = [
  1983. "libc",
  1984. "option-ext",
  1985. "redox_users",
  1986. "windows-sys 0.48.0",
  1987. ]
  1988. [[package]]
  1989. name = "dirs-sys-next"
  1990. version = "0.1.2"
  1991. source = "registry+https://github.com/rust-lang/crates.io-index"
  1992. checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
  1993. dependencies = [
  1994. "libc",
  1995. "redox_users",
  1996. "winapi 0.3.9",
  1997. ]
  1998. [[package]]
  1999. name = "dispatch"
  2000. version = "0.2.0"
  2001. source = "registry+https://github.com/rust-lang/crates.io-index"
  2002. checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
  2003. [[package]]
  2004. name = "dlib"
  2005. version = "0.5.2"
  2006. source = "registry+https://github.com/rust-lang/crates.io-index"
  2007. checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
  2008. dependencies = [
  2009. "libloading 0.8.3",
  2010. ]
  2011. [[package]]
  2012. name = "document-features"
  2013. version = "0.2.8"
  2014. source = "registry+https://github.com/rust-lang/crates.io-index"
  2015. checksum = "ef5282ad69563b5fc40319526ba27e0e7363d552a896f0297d54f767717f9b95"
  2016. dependencies = [
  2017. "litrs",
  2018. ]
  2019. [[package]]
  2020. name = "dora-arrow-convert"
  2021. version = "0.3.4"
  2022. dependencies = [
  2023. "arrow",
  2024. "eyre",
  2025. ]
  2026. [[package]]
  2027. name = "dora-cli"
  2028. version = "0.3.4"
  2029. dependencies = [
  2030. "bat",
  2031. "clap 4.5.4",
  2032. "communication-layer-request-reply",
  2033. "ctrlc",
  2034. "dora-coordinator",
  2035. "dora-core",
  2036. "dora-daemon",
  2037. "dora-node-api-c",
  2038. "dora-operator-api-c",
  2039. "dora-runtime",
  2040. "dora-tracing",
  2041. "duration-str",
  2042. "eyre",
  2043. "futures",
  2044. "inquire",
  2045. "notify 5.2.0",
  2046. "serde",
  2047. "serde_json",
  2048. "serde_yaml 0.9.34+deprecated",
  2049. "termcolor",
  2050. "tokio",
  2051. "tokio-stream",
  2052. "tracing",
  2053. "uuid",
  2054. "webbrowser",
  2055. ]
  2056. [[package]]
  2057. name = "dora-coordinator"
  2058. version = "0.3.4"
  2059. dependencies = [
  2060. "ctrlc",
  2061. "dora-core",
  2062. "dora-tracing",
  2063. "eyre",
  2064. "futures",
  2065. "futures-concurrency",
  2066. "names",
  2067. "serde_json",
  2068. "tokio",
  2069. "tokio-stream",
  2070. "tracing",
  2071. "uuid",
  2072. ]
  2073. [[package]]
  2074. name = "dora-core"
  2075. version = "0.3.4"
  2076. dependencies = [
  2077. "aligned-vec",
  2078. "dora-message",
  2079. "eyre",
  2080. "once_cell",
  2081. "schemars",
  2082. "serde",
  2083. "serde-with-expand-env",
  2084. "serde_json",
  2085. "serde_yaml 0.9.34+deprecated",
  2086. "tokio",
  2087. "tracing",
  2088. "uuid",
  2089. "which",
  2090. ]
  2091. [[package]]
  2092. name = "dora-daemon"
  2093. version = "0.3.4"
  2094. dependencies = [
  2095. "aligned-vec",
  2096. "async-trait",
  2097. "bincode",
  2098. "ctrlc",
  2099. "dora-arrow-convert",
  2100. "dora-core",
  2101. "dora-download",
  2102. "dora-node-api",
  2103. "dora-tracing",
  2104. "eyre",
  2105. "flume 0.10.14",
  2106. "futures",
  2107. "futures-concurrency",
  2108. "serde_json",
  2109. "serde_yaml 0.8.26",
  2110. "shared-memory-server",
  2111. "sysinfo 0.30.12",
  2112. "tokio",
  2113. "tokio-stream",
  2114. "tracing",
  2115. "tracing-opentelemetry",
  2116. "uuid",
  2117. "which",
  2118. ]
  2119. [[package]]
  2120. name = "dora-download"
  2121. version = "0.3.4"
  2122. dependencies = [
  2123. "eyre",
  2124. "reqwest",
  2125. "tokio",
  2126. "tracing",
  2127. ]
  2128. [[package]]
  2129. name = "dora-examples"
  2130. version = "0.0.0"
  2131. dependencies = [
  2132. "dora-coordinator",
  2133. "dora-core",
  2134. "dora-download",
  2135. "dora-tracing",
  2136. "dunce",
  2137. "eyre",
  2138. "futures",
  2139. "serde_yaml 0.8.26",
  2140. "tracing",
  2141. "uuid",
  2142. "xshell",
  2143. ]
  2144. [[package]]
  2145. name = "dora-message"
  2146. version = "0.3.4"
  2147. dependencies = [
  2148. "arrow-data",
  2149. "arrow-schema",
  2150. "eyre",
  2151. "serde",
  2152. "uhlc",
  2153. ]
  2154. [[package]]
  2155. name = "dora-metrics"
  2156. version = "0.3.4"
  2157. dependencies = [
  2158. "eyre",
  2159. "opentelemetry 0.22.0",
  2160. "opentelemetry-otlp",
  2161. "opentelemetry-system-metrics",
  2162. "opentelemetry_sdk 0.22.1",
  2163. ]
  2164. [[package]]
  2165. name = "dora-node-api"
  2166. version = "0.3.4"
  2167. dependencies = [
  2168. "aligned-vec",
  2169. "arrow",
  2170. "bincode",
  2171. "dora-arrow-convert",
  2172. "dora-core",
  2173. "dora-tracing",
  2174. "eyre",
  2175. "flume 0.10.14",
  2176. "futures",
  2177. "futures-concurrency",
  2178. "futures-timer",
  2179. "serde_yaml 0.8.26",
  2180. "shared-memory-server",
  2181. "shared_memory_extended",
  2182. "tokio",
  2183. "tracing",
  2184. ]
  2185. [[package]]
  2186. name = "dora-node-api-c"
  2187. version = "0.3.4"
  2188. dependencies = [
  2189. "arrow-array",
  2190. "dora-node-api",
  2191. "eyre",
  2192. "tracing",
  2193. ]
  2194. [[package]]
  2195. name = "dora-node-api-cxx"
  2196. version = "0.3.4"
  2197. dependencies = [
  2198. "cxx",
  2199. "cxx-build",
  2200. "dora-node-api",
  2201. "dora-ros2-bridge",
  2202. "dora-ros2-bridge-msg-gen",
  2203. "eyre",
  2204. "futures-lite 2.3.0",
  2205. "prettyplease 0.1.25",
  2206. "rust-format",
  2207. "serde",
  2208. "serde-big-array",
  2209. ]
  2210. [[package]]
  2211. name = "dora-node-api-python"
  2212. version = "0.3.4"
  2213. dependencies = [
  2214. "arrow",
  2215. "dora-node-api",
  2216. "dora-operator-api-python",
  2217. "dora-ros2-bridge-python",
  2218. "dora-runtime",
  2219. "eyre",
  2220. "flume 0.10.14",
  2221. "futures",
  2222. "pyo3",
  2223. "pythonize",
  2224. "serde_yaml 0.8.26",
  2225. ]
  2226. [[package]]
  2227. name = "dora-operator-api"
  2228. version = "0.3.4"
  2229. dependencies = [
  2230. "dora-arrow-convert",
  2231. "dora-operator-api-macros",
  2232. "dora-operator-api-types",
  2233. ]
  2234. [[package]]
  2235. name = "dora-operator-api-c"
  2236. version = "0.3.4"
  2237. dependencies = [
  2238. "dora-operator-api-types",
  2239. ]
  2240. [[package]]
  2241. name = "dora-operator-api-cxx"
  2242. version = "0.3.4"
  2243. dependencies = [
  2244. "cxx",
  2245. "cxx-build",
  2246. "dora-operator-api",
  2247. ]
  2248. [[package]]
  2249. name = "dora-operator-api-macros"
  2250. version = "0.3.4"
  2251. dependencies = [
  2252. "proc-macro2",
  2253. "quote",
  2254. "syn 1.0.109",
  2255. ]
  2256. [[package]]
  2257. name = "dora-operator-api-python"
  2258. version = "0.3.4"
  2259. dependencies = [
  2260. "aligned-vec",
  2261. "arrow",
  2262. "arrow-schema",
  2263. "dora-node-api",
  2264. "eyre",
  2265. "flume 0.10.14",
  2266. "pyo3",
  2267. "serde_yaml 0.8.26",
  2268. ]
  2269. [[package]]
  2270. name = "dora-operator-api-types"
  2271. version = "0.3.4"
  2272. dependencies = [
  2273. "arrow",
  2274. "dora-arrow-convert",
  2275. "safer-ffi",
  2276. ]
  2277. [[package]]
  2278. name = "dora-record"
  2279. version = "0.3.4"
  2280. dependencies = [
  2281. "chrono",
  2282. "dora-node-api",
  2283. "dora-tracing",
  2284. "eyre",
  2285. "parquet",
  2286. "tokio",
  2287. ]
  2288. [[package]]
  2289. name = "dora-rerun"
  2290. version = "0.3.4"
  2291. dependencies = [
  2292. "dora-node-api",
  2293. "eyre",
  2294. "ndarray",
  2295. "rerun",
  2296. "tokio",
  2297. ]
  2298. [[package]]
  2299. name = "dora-ros2-bridge"
  2300. version = "0.1.0"
  2301. dependencies = [
  2302. "array-init",
  2303. "dora-daemon",
  2304. "dora-ros2-bridge-msg-gen",
  2305. "eyre",
  2306. "flume 0.11.0",
  2307. "futures",
  2308. "futures-timer",
  2309. "rand",
  2310. "ros2-client",
  2311. "rust-format",
  2312. "rustdds",
  2313. "serde",
  2314. "serde-big-array",
  2315. "tokio",
  2316. "tracing",
  2317. "tracing-subscriber",
  2318. "widestring",
  2319. ]
  2320. [[package]]
  2321. name = "dora-ros2-bridge-msg-gen"
  2322. version = "0.1.0"
  2323. dependencies = [
  2324. "anyhow",
  2325. "glob",
  2326. "heck 0.3.3",
  2327. "nom",
  2328. "proc-macro2",
  2329. "quote",
  2330. "regex",
  2331. "syn 1.0.109",
  2332. "thiserror",
  2333. "tracing",
  2334. ]
  2335. [[package]]
  2336. name = "dora-ros2-bridge-python"
  2337. version = "0.1.0"
  2338. dependencies = [
  2339. "arrow",
  2340. "dora-ros2-bridge",
  2341. "dora-ros2-bridge-msg-gen",
  2342. "eyre",
  2343. "futures",
  2344. "pyo3",
  2345. "serde",
  2346. "serde_assert",
  2347. ]
  2348. [[package]]
  2349. name = "dora-runtime"
  2350. version = "0.3.4"
  2351. dependencies = [
  2352. "aligned-vec",
  2353. "arrow",
  2354. "dora-core",
  2355. "dora-download",
  2356. "dora-metrics",
  2357. "dora-node-api",
  2358. "dora-operator-api-python",
  2359. "dora-operator-api-types",
  2360. "dora-tracing",
  2361. "eyre",
  2362. "flume 0.10.14",
  2363. "futures",
  2364. "futures-concurrency",
  2365. "libloading 0.7.4",
  2366. "pyo3",
  2367. "pythonize",
  2368. "serde_yaml 0.8.26",
  2369. "tokio",
  2370. "tokio-stream",
  2371. "tracing",
  2372. "tracing-opentelemetry",
  2373. ]
  2374. [[package]]
  2375. name = "dora-tracing"
  2376. version = "0.3.4"
  2377. dependencies = [
  2378. "eyre",
  2379. "opentelemetry 0.18.0",
  2380. "opentelemetry-jaeger",
  2381. "tracing",
  2382. "tracing-opentelemetry",
  2383. "tracing-subscriber",
  2384. ]
  2385. [[package]]
  2386. name = "downcast-rs"
  2387. version = "1.2.1"
  2388. source = "registry+https://github.com/rust-lang/crates.io-index"
  2389. checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
  2390. [[package]]
  2391. name = "dunce"
  2392. version = "1.0.4"
  2393. source = "registry+https://github.com/rust-lang/crates.io-index"
  2394. checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
  2395. [[package]]
  2396. name = "duration-str"
  2397. version = "0.5.1"
  2398. source = "registry+https://github.com/rust-lang/crates.io-index"
  2399. checksum = "d9f037c488d179e21c87ef5fa9c331e8e62f5dddfa84618b41bb197da03edff1"
  2400. dependencies = [
  2401. "chrono",
  2402. "nom",
  2403. "rust_decimal",
  2404. "serde",
  2405. "thiserror",
  2406. "time",
  2407. ]
  2408. [[package]]
  2409. name = "dyn-clone"
  2410. version = "1.0.17"
  2411. source = "registry+https://github.com/rust-lang/crates.io-index"
  2412. checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
  2413. [[package]]
  2414. name = "ecolor"
  2415. version = "0.27.2"
  2416. source = "registry+https://github.com/rust-lang/crates.io-index"
  2417. checksum = "20930a432bbd57a6d55e07976089708d4893f3d556cf42a0d79e9e321fa73b10"
  2418. dependencies = [
  2419. "bytemuck",
  2420. "serde",
  2421. ]
  2422. [[package]]
  2423. name = "eframe"
  2424. version = "0.27.2"
  2425. source = "registry+https://github.com/rust-lang/crates.io-index"
  2426. checksum = "020e2ccef6bbcec71dbc542f7eed64a5846fc3076727f5746da8fd307c91bab2"
  2427. dependencies = [
  2428. "bytemuck",
  2429. "cocoa",
  2430. "directories-next",
  2431. "document-features",
  2432. "egui",
  2433. "egui-wgpu",
  2434. "egui-winit",
  2435. "egui_glow",
  2436. "image 0.24.9",
  2437. "js-sys",
  2438. "log",
  2439. "objc",
  2440. "parking_lot",
  2441. "percent-encoding",
  2442. "pollster",
  2443. "puffin",
  2444. "raw-window-handle 0.6.2",
  2445. "ron",
  2446. "serde",
  2447. "static_assertions",
  2448. "thiserror",
  2449. "wasm-bindgen",
  2450. "wasm-bindgen-futures",
  2451. "web-sys",
  2452. "web-time",
  2453. "wgpu",
  2454. "winapi 0.3.9",
  2455. "winit",
  2456. ]
  2457. [[package]]
  2458. name = "egui"
  2459. version = "0.27.2"
  2460. source = "registry+https://github.com/rust-lang/crates.io-index"
  2461. checksum = "584c5d1bf9a67b25778a3323af222dbe1a1feb532190e103901187f92c7fe29a"
  2462. dependencies = [
  2463. "accesskit",
  2464. "ahash",
  2465. "backtrace",
  2466. "epaint",
  2467. "log",
  2468. "nohash-hasher",
  2469. "puffin",
  2470. "ron",
  2471. "serde",
  2472. ]
  2473. [[package]]
  2474. name = "egui-wgpu"
  2475. version = "0.27.2"
  2476. source = "registry+https://github.com/rust-lang/crates.io-index"
  2477. checksum = "469ff65843f88a702b731a1532b7d03b0e8e96d283e70f3a22b0e06c46cb9b37"
  2478. dependencies = [
  2479. "bytemuck",
  2480. "document-features",
  2481. "egui",
  2482. "epaint",
  2483. "log",
  2484. "puffin",
  2485. "thiserror",
  2486. "type-map",
  2487. "web-time",
  2488. "wgpu",
  2489. "winit",
  2490. ]
  2491. [[package]]
  2492. name = "egui-winit"
  2493. version = "0.27.2"
  2494. source = "registry+https://github.com/rust-lang/crates.io-index"
  2495. checksum = "2e3da0cbe020f341450c599b35b92de4af7b00abde85624fd16f09c885573609"
  2496. dependencies = [
  2497. "accesskit_winit",
  2498. "arboard",
  2499. "egui",
  2500. "log",
  2501. "puffin",
  2502. "raw-window-handle 0.6.2",
  2503. "serde",
  2504. "smithay-clipboard",
  2505. "web-time",
  2506. "webbrowser",
  2507. "winit",
  2508. ]
  2509. [[package]]
  2510. name = "egui_commonmark"
  2511. version = "0.14.0"
  2512. source = "registry+https://github.com/rust-lang/crates.io-index"
  2513. checksum = "e30fc4d40a8ef399a8debfbdae0462ca45912d81b9e81b24373337669e961201"
  2514. dependencies = [
  2515. "egui",
  2516. "egui_extras",
  2517. "pulldown-cmark 0.10.3",
  2518. ]
  2519. [[package]]
  2520. name = "egui_extras"
  2521. version = "0.27.2"
  2522. source = "registry+https://github.com/rust-lang/crates.io-index"
  2523. checksum = "1b78779f35ded1a853786c9ce0b43fe1053e10a21ea3b23ebea411805ce41593"
  2524. dependencies = [
  2525. "egui",
  2526. "ehttp",
  2527. "enum-map",
  2528. "image 0.24.9",
  2529. "log",
  2530. "mime_guess2",
  2531. "puffin",
  2532. "serde",
  2533. ]
  2534. [[package]]
  2535. name = "egui_glow"
  2536. version = "0.27.2"
  2537. source = "registry+https://github.com/rust-lang/crates.io-index"
  2538. checksum = "e0e5d975f3c86edc3d35b1db88bb27c15dde7c55d3b5af164968ab5ede3f44ca"
  2539. dependencies = [
  2540. "bytemuck",
  2541. "egui",
  2542. "egui-winit",
  2543. "glow",
  2544. "log",
  2545. "memoffset 0.9.1",
  2546. "puffin",
  2547. "wasm-bindgen",
  2548. "web-sys",
  2549. "winit",
  2550. ]
  2551. [[package]]
  2552. name = "egui_plot"
  2553. version = "0.27.2"
  2554. source = "registry+https://github.com/rust-lang/crates.io-index"
  2555. checksum = "a7854b86dc1c2d352c5270db3d600011daa913d6b554141a03939761323288a1"
  2556. dependencies = [
  2557. "egui",
  2558. ]
  2559. [[package]]
  2560. name = "egui_tiles"
  2561. version = "0.8.0"
  2562. source = "registry+https://github.com/rust-lang/crates.io-index"
  2563. checksum = "0e2c0ff99daddcbdc54b141dbb7be3b014463da48a03ebc801bf63e500b23d75"
  2564. dependencies = [
  2565. "ahash",
  2566. "egui",
  2567. "itertools 0.12.1",
  2568. "log",
  2569. "serde",
  2570. ]
  2571. [[package]]
  2572. name = "ehttp"
  2573. version = "0.5.0"
  2574. source = "registry+https://github.com/rust-lang/crates.io-index"
  2575. checksum = "59a81c221a1e4dad06cb9c9deb19aea1193a5eea084e8cd42d869068132bf876"
  2576. dependencies = [
  2577. "document-features",
  2578. "futures-util",
  2579. "js-sys",
  2580. "ureq",
  2581. "wasm-bindgen",
  2582. "wasm-bindgen-futures",
  2583. "wasm-streams",
  2584. "web-sys",
  2585. ]
  2586. [[package]]
  2587. name = "either"
  2588. version = "1.12.0"
  2589. source = "registry+https://github.com/rust-lang/crates.io-index"
  2590. checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
  2591. [[package]]
  2592. name = "emath"
  2593. version = "0.27.2"
  2594. source = "registry+https://github.com/rust-lang/crates.io-index"
  2595. checksum = "e4c3a552cfca14630702449d35f41c84a0d15963273771c6059175a803620f3f"
  2596. dependencies = [
  2597. "bytemuck",
  2598. "serde",
  2599. ]
  2600. [[package]]
  2601. name = "encode_unicode"
  2602. version = "0.3.6"
  2603. source = "registry+https://github.com/rust-lang/crates.io-index"
  2604. checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
  2605. [[package]]
  2606. name = "encoding_rs"
  2607. version = "0.8.34"
  2608. source = "registry+https://github.com/rust-lang/crates.io-index"
  2609. checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
  2610. dependencies = [
  2611. "cfg-if 1.0.0",
  2612. ]
  2613. [[package]]
  2614. name = "enum-map"
  2615. version = "2.7.3"
  2616. source = "registry+https://github.com/rust-lang/crates.io-index"
  2617. checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9"
  2618. dependencies = [
  2619. "enum-map-derive",
  2620. "serde",
  2621. ]
  2622. [[package]]
  2623. name = "enum-map-derive"
  2624. version = "0.17.0"
  2625. source = "registry+https://github.com/rust-lang/crates.io-index"
  2626. checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb"
  2627. dependencies = [
  2628. "proc-macro2",
  2629. "quote",
  2630. "syn 2.0.65",
  2631. ]
  2632. [[package]]
  2633. name = "enumflags2"
  2634. version = "0.7.9"
  2635. source = "registry+https://github.com/rust-lang/crates.io-index"
  2636. checksum = "3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d"
  2637. dependencies = [
  2638. "enumflags2_derive",
  2639. "serde",
  2640. ]
  2641. [[package]]
  2642. name = "enumflags2_derive"
  2643. version = "0.7.9"
  2644. source = "registry+https://github.com/rust-lang/crates.io-index"
  2645. checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4"
  2646. dependencies = [
  2647. "proc-macro2",
  2648. "quote",
  2649. "syn 2.0.65",
  2650. ]
  2651. [[package]]
  2652. name = "enumn"
  2653. version = "0.1.13"
  2654. source = "registry+https://github.com/rust-lang/crates.io-index"
  2655. checksum = "6fd000fd6988e73bbe993ea3db9b1aa64906ab88766d654973924340c8cddb42"
  2656. dependencies = [
  2657. "proc-macro2",
  2658. "quote",
  2659. "syn 2.0.65",
  2660. ]
  2661. [[package]]
  2662. name = "enumset"
  2663. version = "1.1.3"
  2664. source = "registry+https://github.com/rust-lang/crates.io-index"
  2665. checksum = "226c0da7462c13fb57e5cc9e0dc8f0635e7d27f276a3a7fd30054647f669007d"
  2666. dependencies = [
  2667. "enumset_derive",
  2668. ]
  2669. [[package]]
  2670. name = "enumset_derive"
  2671. version = "0.8.1"
  2672. source = "registry+https://github.com/rust-lang/crates.io-index"
  2673. checksum = "e08b6c6ab82d70f08844964ba10c7babb716de2ecaeab9be5717918a5177d3af"
  2674. dependencies = [
  2675. "darling",
  2676. "proc-macro2",
  2677. "quote",
  2678. "syn 2.0.65",
  2679. ]
  2680. [[package]]
  2681. name = "env_logger"
  2682. version = "0.10.2"
  2683. source = "registry+https://github.com/rust-lang/crates.io-index"
  2684. checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
  2685. dependencies = [
  2686. "humantime",
  2687. "is-terminal",
  2688. "log",
  2689. "regex",
  2690. "termcolor",
  2691. ]
  2692. [[package]]
  2693. name = "epaint"
  2694. version = "0.27.2"
  2695. source = "registry+https://github.com/rust-lang/crates.io-index"
  2696. checksum = "b381f8b149657a4acf837095351839f32cd5c4aec1817fc4df84e18d76334176"
  2697. dependencies = [
  2698. "ab_glyph",
  2699. "ahash",
  2700. "bytemuck",
  2701. "ecolor",
  2702. "emath",
  2703. "log",
  2704. "nohash-hasher",
  2705. "parking_lot",
  2706. "puffin",
  2707. "rayon",
  2708. "serde",
  2709. ]
  2710. [[package]]
  2711. name = "equivalent"
  2712. version = "1.0.1"
  2713. source = "registry+https://github.com/rust-lang/crates.io-index"
  2714. checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
  2715. [[package]]
  2716. name = "errno"
  2717. version = "0.3.9"
  2718. source = "registry+https://github.com/rust-lang/crates.io-index"
  2719. checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
  2720. dependencies = [
  2721. "libc",
  2722. "windows-sys 0.52.0",
  2723. ]
  2724. [[package]]
  2725. name = "error-chain"
  2726. version = "0.12.4"
  2727. source = "registry+https://github.com/rust-lang/crates.io-index"
  2728. checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
  2729. dependencies = [
  2730. "version_check",
  2731. ]
  2732. [[package]]
  2733. name = "error-code"
  2734. version = "3.2.0"
  2735. source = "registry+https://github.com/rust-lang/crates.io-index"
  2736. checksum = "a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b"
  2737. [[package]]
  2738. name = "etcetera"
  2739. version = "0.8.0"
  2740. source = "registry+https://github.com/rust-lang/crates.io-index"
  2741. checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
  2742. dependencies = [
  2743. "cfg-if 1.0.0",
  2744. "home",
  2745. "windows-sys 0.48.0",
  2746. ]
  2747. [[package]]
  2748. name = "ethnum"
  2749. version = "1.5.0"
  2750. source = "registry+https://github.com/rust-lang/crates.io-index"
  2751. checksum = "b90ca2580b73ab6a1f724b76ca11ab632df820fd6040c336200d2c1df7b3c82c"
  2752. [[package]]
  2753. name = "event-listener"
  2754. version = "2.5.3"
  2755. source = "registry+https://github.com/rust-lang/crates.io-index"
  2756. checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
  2757. [[package]]
  2758. name = "event-listener"
  2759. version = "3.1.0"
  2760. source = "registry+https://github.com/rust-lang/crates.io-index"
  2761. checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
  2762. dependencies = [
  2763. "concurrent-queue",
  2764. "parking",
  2765. "pin-project-lite",
  2766. ]
  2767. [[package]]
  2768. name = "event-listener"
  2769. version = "4.0.3"
  2770. source = "registry+https://github.com/rust-lang/crates.io-index"
  2771. checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
  2772. dependencies = [
  2773. "concurrent-queue",
  2774. "parking",
  2775. "pin-project-lite",
  2776. ]
  2777. [[package]]
  2778. name = "event-listener"
  2779. version = "5.3.0"
  2780. source = "registry+https://github.com/rust-lang/crates.io-index"
  2781. checksum = "6d9944b8ca13534cdfb2800775f8dd4902ff3fc75a50101466decadfdf322a24"
  2782. dependencies = [
  2783. "concurrent-queue",
  2784. "parking",
  2785. "pin-project-lite",
  2786. ]
  2787. [[package]]
  2788. name = "event-listener-strategy"
  2789. version = "0.4.0"
  2790. source = "registry+https://github.com/rust-lang/crates.io-index"
  2791. checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
  2792. dependencies = [
  2793. "event-listener 4.0.3",
  2794. "pin-project-lite",
  2795. ]
  2796. [[package]]
  2797. name = "event-listener-strategy"
  2798. version = "0.5.2"
  2799. source = "registry+https://github.com/rust-lang/crates.io-index"
  2800. checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
  2801. dependencies = [
  2802. "event-listener 5.3.0",
  2803. "pin-project-lite",
  2804. ]
  2805. [[package]]
  2806. name = "ewebsock"
  2807. version = "0.5.0"
  2808. source = "registry+https://github.com/rust-lang/crates.io-index"
  2809. checksum = "6177769715c6ec5a324acee995183b22721ea23c58e49af14a828eadec85d120"
  2810. dependencies = [
  2811. "document-features",
  2812. "js-sys",
  2813. "log",
  2814. "tungstenite 0.21.0",
  2815. "wasm-bindgen",
  2816. "wasm-bindgen-futures",
  2817. "web-sys",
  2818. ]
  2819. [[package]]
  2820. name = "ext-trait"
  2821. version = "1.0.1"
  2822. source = "registry+https://github.com/rust-lang/crates.io-index"
  2823. checksum = "d772df1c1a777963712fb68e014235e80863d6a91a85c4e06ba2d16243a310e5"
  2824. dependencies = [
  2825. "ext-trait-proc_macros",
  2826. ]
  2827. [[package]]
  2828. name = "ext-trait-proc_macros"
  2829. version = "1.0.1"
  2830. source = "registry+https://github.com/rust-lang/crates.io-index"
  2831. checksum = "1ab7934152eaf26aa5aa9f7371408ad5af4c31357073c9e84c3b9d7f11ad639a"
  2832. dependencies = [
  2833. "proc-macro2",
  2834. "quote",
  2835. "syn 1.0.109",
  2836. ]
  2837. [[package]]
  2838. name = "extension-traits"
  2839. version = "1.0.1"
  2840. source = "registry+https://github.com/rust-lang/crates.io-index"
  2841. checksum = "a296e5a895621edf9fa8329c83aa1cb69a964643e36cf54d8d7a69b789089537"
  2842. dependencies = [
  2843. "ext-trait",
  2844. ]
  2845. [[package]]
  2846. name = "eyre"
  2847. version = "0.6.12"
  2848. source = "registry+https://github.com/rust-lang/crates.io-index"
  2849. checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
  2850. dependencies = [
  2851. "indenter",
  2852. "once_cell",
  2853. ]
  2854. [[package]]
  2855. name = "fastrand"
  2856. version = "1.9.0"
  2857. source = "registry+https://github.com/rust-lang/crates.io-index"
  2858. checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
  2859. dependencies = [
  2860. "instant",
  2861. ]
  2862. [[package]]
  2863. name = "fastrand"
  2864. version = "2.1.0"
  2865. source = "registry+https://github.com/rust-lang/crates.io-index"
  2866. checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
  2867. [[package]]
  2868. name = "fdeflate"
  2869. version = "0.3.4"
  2870. source = "registry+https://github.com/rust-lang/crates.io-index"
  2871. checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
  2872. dependencies = [
  2873. "simd-adler32",
  2874. ]
  2875. [[package]]
  2876. name = "filetime"
  2877. version = "0.2.23"
  2878. source = "registry+https://github.com/rust-lang/crates.io-index"
  2879. checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
  2880. dependencies = [
  2881. "cfg-if 1.0.0",
  2882. "libc",
  2883. "redox_syscall 0.4.1",
  2884. "windows-sys 0.52.0",
  2885. ]
  2886. [[package]]
  2887. name = "fixed"
  2888. version = "1.27.0"
  2889. source = "registry+https://github.com/rust-lang/crates.io-index"
  2890. checksum = "2fc715d38bea7b5bf487fcd79bcf8c209f0b58014f3018a7a19c2b855f472048"
  2891. dependencies = [
  2892. "az",
  2893. "bytemuck",
  2894. "half",
  2895. "serde",
  2896. "typenum",
  2897. ]
  2898. [[package]]
  2899. name = "fixedbitset"
  2900. version = "0.4.2"
  2901. source = "registry+https://github.com/rust-lang/crates.io-index"
  2902. checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
  2903. [[package]]
  2904. name = "flatbuffers"
  2905. version = "23.5.26"
  2906. source = "registry+https://github.com/rust-lang/crates.io-index"
  2907. checksum = "4dac53e22462d78c16d64a1cd22371b54cc3fe94aa15e7886a2fa6e5d1ab8640"
  2908. dependencies = [
  2909. "bitflags 1.3.2",
  2910. "rustc_version",
  2911. ]
  2912. [[package]]
  2913. name = "flate2"
  2914. version = "1.0.30"
  2915. source = "registry+https://github.com/rust-lang/crates.io-index"
  2916. checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
  2917. dependencies = [
  2918. "crc32fast",
  2919. "miniz_oxide",
  2920. ]
  2921. [[package]]
  2922. name = "flume"
  2923. version = "0.10.14"
  2924. source = "registry+https://github.com/rust-lang/crates.io-index"
  2925. checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
  2926. dependencies = [
  2927. "futures-core",
  2928. "futures-sink",
  2929. "nanorand",
  2930. "pin-project",
  2931. "spin 0.9.8",
  2932. ]
  2933. [[package]]
  2934. name = "flume"
  2935. version = "0.11.0"
  2936. source = "registry+https://github.com/rust-lang/crates.io-index"
  2937. checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
  2938. dependencies = [
  2939. "futures-core",
  2940. "futures-sink",
  2941. "nanorand",
  2942. "spin 0.9.8",
  2943. ]
  2944. [[package]]
  2945. name = "fnv"
  2946. version = "1.0.7"
  2947. source = "registry+https://github.com/rust-lang/crates.io-index"
  2948. checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
  2949. [[package]]
  2950. name = "foreign-types"
  2951. version = "0.5.0"
  2952. source = "registry+https://github.com/rust-lang/crates.io-index"
  2953. checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
  2954. dependencies = [
  2955. "foreign-types-macros",
  2956. "foreign-types-shared",
  2957. ]
  2958. [[package]]
  2959. name = "foreign-types-macros"
  2960. version = "0.2.3"
  2961. source = "registry+https://github.com/rust-lang/crates.io-index"
  2962. checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
  2963. dependencies = [
  2964. "proc-macro2",
  2965. "quote",
  2966. "syn 2.0.65",
  2967. ]
  2968. [[package]]
  2969. name = "foreign-types-shared"
  2970. version = "0.3.1"
  2971. source = "registry+https://github.com/rust-lang/crates.io-index"
  2972. checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
  2973. [[package]]
  2974. name = "foreign_vec"
  2975. version = "0.1.0"
  2976. source = "registry+https://github.com/rust-lang/crates.io-index"
  2977. checksum = "ee1b05cbd864bcaecbd3455d6d967862d446e4ebfc3c2e5e5b9841e53cba6673"
  2978. [[package]]
  2979. name = "form_urlencoded"
  2980. version = "1.2.1"
  2981. source = "registry+https://github.com/rust-lang/crates.io-index"
  2982. checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
  2983. dependencies = [
  2984. "percent-encoding",
  2985. ]
  2986. [[package]]
  2987. name = "fsevent-sys"
  2988. version = "4.1.0"
  2989. source = "registry+https://github.com/rust-lang/crates.io-index"
  2990. checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
  2991. dependencies = [
  2992. "libc",
  2993. ]
  2994. [[package]]
  2995. name = "fuchsia-zircon"
  2996. version = "0.3.3"
  2997. source = "registry+https://github.com/rust-lang/crates.io-index"
  2998. checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
  2999. dependencies = [
  3000. "bitflags 1.3.2",
  3001. "fuchsia-zircon-sys",
  3002. ]
  3003. [[package]]
  3004. name = "fuchsia-zircon-sys"
  3005. version = "0.3.3"
  3006. source = "registry+https://github.com/rust-lang/crates.io-index"
  3007. checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
  3008. [[package]]
  3009. name = "funty"
  3010. version = "2.0.0"
  3011. source = "registry+https://github.com/rust-lang/crates.io-index"
  3012. checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
  3013. [[package]]
  3014. name = "futures"
  3015. version = "0.3.30"
  3016. source = "registry+https://github.com/rust-lang/crates.io-index"
  3017. checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
  3018. dependencies = [
  3019. "futures-channel",
  3020. "futures-core",
  3021. "futures-executor",
  3022. "futures-io",
  3023. "futures-sink",
  3024. "futures-task",
  3025. "futures-util",
  3026. ]
  3027. [[package]]
  3028. name = "futures-channel"
  3029. version = "0.3.30"
  3030. source = "registry+https://github.com/rust-lang/crates.io-index"
  3031. checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
  3032. dependencies = [
  3033. "futures-core",
  3034. "futures-sink",
  3035. ]
  3036. [[package]]
  3037. name = "futures-concurrency"
  3038. version = "7.6.0"
  3039. source = "registry+https://github.com/rust-lang/crates.io-index"
  3040. checksum = "51ee14e256b9143bfafbf2fddeede6f396650bacf95d06fc1b3f2b503df129a0"
  3041. dependencies = [
  3042. "bitvec",
  3043. "futures-core",
  3044. "futures-lite 1.13.0",
  3045. "pin-project",
  3046. "slab",
  3047. "smallvec",
  3048. ]
  3049. [[package]]
  3050. name = "futures-core"
  3051. version = "0.3.30"
  3052. source = "registry+https://github.com/rust-lang/crates.io-index"
  3053. checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
  3054. [[package]]
  3055. name = "futures-executor"
  3056. version = "0.3.30"
  3057. source = "registry+https://github.com/rust-lang/crates.io-index"
  3058. checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
  3059. dependencies = [
  3060. "futures-core",
  3061. "futures-task",
  3062. "futures-util",
  3063. "num_cpus",
  3064. ]
  3065. [[package]]
  3066. name = "futures-io"
  3067. version = "0.3.30"
  3068. source = "registry+https://github.com/rust-lang/crates.io-index"
  3069. checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
  3070. [[package]]
  3071. name = "futures-lite"
  3072. version = "1.13.0"
  3073. source = "registry+https://github.com/rust-lang/crates.io-index"
  3074. checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
  3075. dependencies = [
  3076. "fastrand 1.9.0",
  3077. "futures-core",
  3078. "futures-io",
  3079. "memchr",
  3080. "parking",
  3081. "pin-project-lite",
  3082. "waker-fn",
  3083. ]
  3084. [[package]]
  3085. name = "futures-lite"
  3086. version = "2.3.0"
  3087. source = "registry+https://github.com/rust-lang/crates.io-index"
  3088. checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
  3089. dependencies = [
  3090. "fastrand 2.1.0",
  3091. "futures-core",
  3092. "futures-io",
  3093. "parking",
  3094. "pin-project-lite",
  3095. ]
  3096. [[package]]
  3097. name = "futures-macro"
  3098. version = "0.3.30"
  3099. source = "registry+https://github.com/rust-lang/crates.io-index"
  3100. checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
  3101. dependencies = [
  3102. "proc-macro2",
  3103. "quote",
  3104. "syn 2.0.65",
  3105. ]
  3106. [[package]]
  3107. name = "futures-sink"
  3108. version = "0.3.30"
  3109. source = "registry+https://github.com/rust-lang/crates.io-index"
  3110. checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
  3111. [[package]]
  3112. name = "futures-task"
  3113. version = "0.3.30"
  3114. source = "registry+https://github.com/rust-lang/crates.io-index"
  3115. checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
  3116. [[package]]
  3117. name = "futures-timer"
  3118. version = "3.0.3"
  3119. source = "registry+https://github.com/rust-lang/crates.io-index"
  3120. checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
  3121. [[package]]
  3122. name = "futures-util"
  3123. version = "0.3.30"
  3124. source = "registry+https://github.com/rust-lang/crates.io-index"
  3125. checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
  3126. dependencies = [
  3127. "futures-channel",
  3128. "futures-core",
  3129. "futures-io",
  3130. "futures-macro",
  3131. "futures-sink",
  3132. "futures-task",
  3133. "memchr",
  3134. "pin-project-lite",
  3135. "pin-utils",
  3136. "slab",
  3137. ]
  3138. [[package]]
  3139. name = "generic-array"
  3140. version = "0.14.7"
  3141. source = "registry+https://github.com/rust-lang/crates.io-index"
  3142. checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
  3143. dependencies = [
  3144. "typenum",
  3145. "version_check",
  3146. ]
  3147. [[package]]
  3148. name = "gethostname"
  3149. version = "0.4.3"
  3150. source = "registry+https://github.com/rust-lang/crates.io-index"
  3151. checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
  3152. dependencies = [
  3153. "libc",
  3154. "windows-targets 0.48.5",
  3155. ]
  3156. [[package]]
  3157. name = "getrandom"
  3158. version = "0.2.15"
  3159. source = "registry+https://github.com/rust-lang/crates.io-index"
  3160. checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
  3161. dependencies = [
  3162. "cfg-if 1.0.0",
  3163. "js-sys",
  3164. "libc",
  3165. "wasi",
  3166. "wasm-bindgen",
  3167. ]
  3168. [[package]]
  3169. name = "gimli"
  3170. version = "0.28.1"
  3171. source = "registry+https://github.com/rust-lang/crates.io-index"
  3172. checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
  3173. [[package]]
  3174. name = "git-version"
  3175. version = "0.3.9"
  3176. source = "registry+https://github.com/rust-lang/crates.io-index"
  3177. checksum = "1ad568aa3db0fcbc81f2f116137f263d7304f512a1209b35b85150d3ef88ad19"
  3178. dependencies = [
  3179. "git-version-macro",
  3180. ]
  3181. [[package]]
  3182. name = "git-version-macro"
  3183. version = "0.3.9"
  3184. source = "registry+https://github.com/rust-lang/crates.io-index"
  3185. checksum = "53010ccb100b96a67bc32c0175f0ed1426b31b655d562898e57325f81c023ac0"
  3186. dependencies = [
  3187. "proc-macro2",
  3188. "quote",
  3189. "syn 2.0.65",
  3190. ]
  3191. [[package]]
  3192. name = "git2"
  3193. version = "0.18.3"
  3194. source = "registry+https://github.com/rust-lang/crates.io-index"
  3195. checksum = "232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70"
  3196. dependencies = [
  3197. "bitflags 2.5.0",
  3198. "libc",
  3199. "libgit2-sys",
  3200. "log",
  3201. "url",
  3202. ]
  3203. [[package]]
  3204. name = "gl_generator"
  3205. version = "0.14.0"
  3206. source = "registry+https://github.com/rust-lang/crates.io-index"
  3207. checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
  3208. dependencies = [
  3209. "khronos_api",
  3210. "log",
  3211. "xml-rs",
  3212. ]
  3213. [[package]]
  3214. name = "glam"
  3215. version = "0.22.0"
  3216. source = "registry+https://github.com/rust-lang/crates.io-index"
  3217. checksum = "12f597d56c1bd55a811a1be189459e8fad2bbc272616375602443bdfb37fa774"
  3218. dependencies = [
  3219. "bytemuck",
  3220. "serde",
  3221. ]
  3222. [[package]]
  3223. name = "glob"
  3224. version = "0.3.1"
  3225. source = "registry+https://github.com/rust-lang/crates.io-index"
  3226. checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
  3227. [[package]]
  3228. name = "globset"
  3229. version = "0.4.14"
  3230. source = "registry+https://github.com/rust-lang/crates.io-index"
  3231. checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
  3232. dependencies = [
  3233. "aho-corasick",
  3234. "bstr 1.9.1",
  3235. "log",
  3236. "regex-automata 0.4.6",
  3237. "regex-syntax 0.8.3",
  3238. ]
  3239. [[package]]
  3240. name = "gloo-timers"
  3241. version = "0.2.6"
  3242. source = "registry+https://github.com/rust-lang/crates.io-index"
  3243. checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
  3244. dependencies = [
  3245. "futures-channel",
  3246. "futures-core",
  3247. "js-sys",
  3248. "wasm-bindgen",
  3249. ]
  3250. [[package]]
  3251. name = "glow"
  3252. version = "0.13.1"
  3253. source = "registry+https://github.com/rust-lang/crates.io-index"
  3254. checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1"
  3255. dependencies = [
  3256. "js-sys",
  3257. "slotmap",
  3258. "wasm-bindgen",
  3259. "web-sys",
  3260. ]
  3261. [[package]]
  3262. name = "gltf"
  3263. version = "1.4.1"
  3264. source = "registry+https://github.com/rust-lang/crates.io-index"
  3265. checksum = "e3ce1918195723ce6ac74e80542c5a96a40c2b26162c1957a5cd70799b8cacf7"
  3266. dependencies = [
  3267. "base64 0.13.1",
  3268. "byteorder",
  3269. "gltf-json",
  3270. "image 0.25.1",
  3271. "lazy_static",
  3272. "serde_json",
  3273. "urlencoding",
  3274. ]
  3275. [[package]]
  3276. name = "gltf-derive"
  3277. version = "1.4.1"
  3278. source = "registry+https://github.com/rust-lang/crates.io-index"
  3279. checksum = "14070e711538afba5d6c807edb74bcb84e5dbb9211a3bf5dea0dfab5b24f4c51"
  3280. dependencies = [
  3281. "inflections",
  3282. "proc-macro2",
  3283. "quote",
  3284. "syn 2.0.65",
  3285. ]
  3286. [[package]]
  3287. name = "gltf-json"
  3288. version = "1.4.1"
  3289. source = "registry+https://github.com/rust-lang/crates.io-index"
  3290. checksum = "e6176f9d60a7eab0a877e8e96548605dedbde9190a7ae1e80bbcc1c9af03ab14"
  3291. dependencies = [
  3292. "gltf-derive",
  3293. "serde",
  3294. "serde_derive",
  3295. "serde_json",
  3296. ]
  3297. [[package]]
  3298. name = "glutin_wgl_sys"
  3299. version = "0.5.0"
  3300. source = "registry+https://github.com/rust-lang/crates.io-index"
  3301. checksum = "6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead"
  3302. dependencies = [
  3303. "gl_generator",
  3304. ]
  3305. [[package]]
  3306. name = "gpu-alloc"
  3307. version = "0.6.0"
  3308. source = "registry+https://github.com/rust-lang/crates.io-index"
  3309. checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
  3310. dependencies = [
  3311. "bitflags 2.5.0",
  3312. "gpu-alloc-types",
  3313. ]
  3314. [[package]]
  3315. name = "gpu-alloc-types"
  3316. version = "0.3.0"
  3317. source = "registry+https://github.com/rust-lang/crates.io-index"
  3318. checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
  3319. dependencies = [
  3320. "bitflags 2.5.0",
  3321. ]
  3322. [[package]]
  3323. name = "gpu-allocator"
  3324. version = "0.25.0"
  3325. source = "registry+https://github.com/rust-lang/crates.io-index"
  3326. checksum = "6f56f6318968d03c18e1bcf4857ff88c61157e9da8e47c5f29055d60e1228884"
  3327. dependencies = [
  3328. "log",
  3329. "presser",
  3330. "thiserror",
  3331. "winapi 0.3.9",
  3332. "windows 0.52.0",
  3333. ]
  3334. [[package]]
  3335. name = "gpu-descriptor"
  3336. version = "0.2.4"
  3337. source = "registry+https://github.com/rust-lang/crates.io-index"
  3338. checksum = "cc11df1ace8e7e564511f53af41f3e42ddc95b56fd07b3f4445d2a6048bc682c"
  3339. dependencies = [
  3340. "bitflags 2.5.0",
  3341. "gpu-descriptor-types",
  3342. "hashbrown 0.14.5",
  3343. ]
  3344. [[package]]
  3345. name = "gpu-descriptor-types"
  3346. version = "0.1.2"
  3347. source = "registry+https://github.com/rust-lang/crates.io-index"
  3348. checksum = "6bf0b36e6f090b7e1d8a4b49c0cb81c1f8376f72198c65dd3ad9ff3556b8b78c"
  3349. dependencies = [
  3350. "bitflags 2.5.0",
  3351. ]
  3352. [[package]]
  3353. name = "grep-cli"
  3354. version = "0.1.10"
  3355. source = "registry+https://github.com/rust-lang/crates.io-index"
  3356. checksum = "ea40788c059ab8b622c4d074732750bfb3bd2912e2dd58eabc11798a4d5ad725"
  3357. dependencies = [
  3358. "bstr 1.9.1",
  3359. "globset",
  3360. "libc",
  3361. "log",
  3362. "termcolor",
  3363. "winapi-util",
  3364. ]
  3365. [[package]]
  3366. name = "h2"
  3367. version = "0.3.26"
  3368. source = "registry+https://github.com/rust-lang/crates.io-index"
  3369. checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
  3370. dependencies = [
  3371. "bytes",
  3372. "fnv",
  3373. "futures-core",
  3374. "futures-sink",
  3375. "futures-util",
  3376. "http 0.2.12",
  3377. "indexmap 2.2.6",
  3378. "slab",
  3379. "tokio",
  3380. "tokio-util",
  3381. "tracing",
  3382. ]
  3383. [[package]]
  3384. name = "half"
  3385. version = "2.4.1"
  3386. source = "registry+https://github.com/rust-lang/crates.io-index"
  3387. checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
  3388. dependencies = [
  3389. "bytemuck",
  3390. "cfg-if 1.0.0",
  3391. "crunchy",
  3392. "num-traits",
  3393. ]
  3394. [[package]]
  3395. name = "hash_hasher"
  3396. version = "2.0.3"
  3397. source = "registry+https://github.com/rust-lang/crates.io-index"
  3398. checksum = "74721d007512d0cb3338cd20f0654ac913920061a4c4d0d8708edb3f2a698c0c"
  3399. [[package]]
  3400. name = "hashbrown"
  3401. version = "0.12.3"
  3402. source = "registry+https://github.com/rust-lang/crates.io-index"
  3403. checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
  3404. [[package]]
  3405. name = "hashbrown"
  3406. version = "0.14.5"
  3407. source = "registry+https://github.com/rust-lang/crates.io-index"
  3408. checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
  3409. dependencies = [
  3410. "ahash",
  3411. "allocator-api2",
  3412. ]
  3413. [[package]]
  3414. name = "hassle-rs"
  3415. version = "0.11.0"
  3416. source = "registry+https://github.com/rust-lang/crates.io-index"
  3417. checksum = "af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890"
  3418. dependencies = [
  3419. "bitflags 2.5.0",
  3420. "com",
  3421. "libc",
  3422. "libloading 0.8.3",
  3423. "thiserror",
  3424. "widestring",
  3425. "winapi 0.3.9",
  3426. ]
  3427. [[package]]
  3428. name = "heck"
  3429. version = "0.3.3"
  3430. source = "registry+https://github.com/rust-lang/crates.io-index"
  3431. checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
  3432. dependencies = [
  3433. "unicode-segmentation",
  3434. ]
  3435. [[package]]
  3436. name = "heck"
  3437. version = "0.4.1"
  3438. source = "registry+https://github.com/rust-lang/crates.io-index"
  3439. checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
  3440. [[package]]
  3441. name = "heck"
  3442. version = "0.5.0"
  3443. source = "registry+https://github.com/rust-lang/crates.io-index"
  3444. checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
  3445. [[package]]
  3446. name = "hermit-abi"
  3447. version = "0.1.19"
  3448. source = "registry+https://github.com/rust-lang/crates.io-index"
  3449. checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
  3450. dependencies = [
  3451. "libc",
  3452. ]
  3453. [[package]]
  3454. name = "hermit-abi"
  3455. version = "0.3.9"
  3456. source = "registry+https://github.com/rust-lang/crates.io-index"
  3457. checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
  3458. [[package]]
  3459. name = "hex"
  3460. version = "0.4.3"
  3461. source = "registry+https://github.com/rust-lang/crates.io-index"
  3462. checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
  3463. [[package]]
  3464. name = "hexf-parse"
  3465. version = "0.2.1"
  3466. source = "registry+https://github.com/rust-lang/crates.io-index"
  3467. checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
  3468. [[package]]
  3469. name = "hmac"
  3470. version = "0.12.1"
  3471. source = "registry+https://github.com/rust-lang/crates.io-index"
  3472. checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
  3473. dependencies = [
  3474. "digest",
  3475. ]
  3476. [[package]]
  3477. name = "home"
  3478. version = "0.5.9"
  3479. source = "registry+https://github.com/rust-lang/crates.io-index"
  3480. checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
  3481. dependencies = [
  3482. "windows-sys 0.52.0",
  3483. ]
  3484. [[package]]
  3485. name = "http"
  3486. version = "0.2.12"
  3487. source = "registry+https://github.com/rust-lang/crates.io-index"
  3488. checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
  3489. dependencies = [
  3490. "bytes",
  3491. "fnv",
  3492. "itoa",
  3493. ]
  3494. [[package]]
  3495. name = "http"
  3496. version = "1.1.0"
  3497. source = "registry+https://github.com/rust-lang/crates.io-index"
  3498. checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
  3499. dependencies = [
  3500. "bytes",
  3501. "fnv",
  3502. "itoa",
  3503. ]
  3504. [[package]]
  3505. name = "http-body"
  3506. version = "0.4.6"
  3507. source = "registry+https://github.com/rust-lang/crates.io-index"
  3508. checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
  3509. dependencies = [
  3510. "bytes",
  3511. "http 0.2.12",
  3512. "pin-project-lite",
  3513. ]
  3514. [[package]]
  3515. name = "http-body"
  3516. version = "1.0.0"
  3517. source = "registry+https://github.com/rust-lang/crates.io-index"
  3518. checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
  3519. dependencies = [
  3520. "bytes",
  3521. "http 1.1.0",
  3522. ]
  3523. [[package]]
  3524. name = "http-body-util"
  3525. version = "0.1.1"
  3526. source = "registry+https://github.com/rust-lang/crates.io-index"
  3527. checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d"
  3528. dependencies = [
  3529. "bytes",
  3530. "futures-core",
  3531. "http 1.1.0",
  3532. "http-body 1.0.0",
  3533. "pin-project-lite",
  3534. ]
  3535. [[package]]
  3536. name = "httparse"
  3537. version = "1.8.0"
  3538. source = "registry+https://github.com/rust-lang/crates.io-index"
  3539. checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
  3540. [[package]]
  3541. name = "httpdate"
  3542. version = "1.0.3"
  3543. source = "registry+https://github.com/rust-lang/crates.io-index"
  3544. checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
  3545. [[package]]
  3546. name = "humantime"
  3547. version = "2.1.0"
  3548. source = "registry+https://github.com/rust-lang/crates.io-index"
  3549. checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
  3550. [[package]]
  3551. name = "hyper"
  3552. version = "0.14.28"
  3553. source = "registry+https://github.com/rust-lang/crates.io-index"
  3554. checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
  3555. dependencies = [
  3556. "bytes",
  3557. "futures-channel",
  3558. "futures-core",
  3559. "futures-util",
  3560. "h2",
  3561. "http 0.2.12",
  3562. "http-body 0.4.6",
  3563. "httparse",
  3564. "httpdate",
  3565. "itoa",
  3566. "pin-project-lite",
  3567. "socket2 0.5.7",
  3568. "tokio",
  3569. "tower-service",
  3570. "tracing",
  3571. "want",
  3572. ]
  3573. [[package]]
  3574. name = "hyper"
  3575. version = "1.3.1"
  3576. source = "registry+https://github.com/rust-lang/crates.io-index"
  3577. checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d"
  3578. dependencies = [
  3579. "bytes",
  3580. "futures-channel",
  3581. "futures-util",
  3582. "http 1.1.0",
  3583. "http-body 1.0.0",
  3584. "httparse",
  3585. "itoa",
  3586. "pin-project-lite",
  3587. "smallvec",
  3588. "tokio",
  3589. "want",
  3590. ]
  3591. [[package]]
  3592. name = "hyper-rustls"
  3593. version = "0.26.0"
  3594. source = "registry+https://github.com/rust-lang/crates.io-index"
  3595. checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c"
  3596. dependencies = [
  3597. "futures-util",
  3598. "http 1.1.0",
  3599. "hyper 1.3.1",
  3600. "hyper-util",
  3601. "rustls 0.22.4",
  3602. "rustls-pki-types",
  3603. "tokio",
  3604. "tokio-rustls",
  3605. "tower-service",
  3606. ]
  3607. [[package]]
  3608. name = "hyper-timeout"
  3609. version = "0.4.1"
  3610. source = "registry+https://github.com/rust-lang/crates.io-index"
  3611. checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
  3612. dependencies = [
  3613. "hyper 0.14.28",
  3614. "pin-project-lite",
  3615. "tokio",
  3616. "tokio-io-timeout",
  3617. ]
  3618. [[package]]
  3619. name = "hyper-util"
  3620. version = "0.1.3"
  3621. source = "registry+https://github.com/rust-lang/crates.io-index"
  3622. checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa"
  3623. dependencies = [
  3624. "bytes",
  3625. "futures-channel",
  3626. "futures-util",
  3627. "http 1.1.0",
  3628. "http-body 1.0.0",
  3629. "hyper 1.3.1",
  3630. "pin-project-lite",
  3631. "socket2 0.5.7",
  3632. "tokio",
  3633. "tower",
  3634. "tower-service",
  3635. "tracing",
  3636. ]
  3637. [[package]]
  3638. name = "iana-time-zone"
  3639. version = "0.1.60"
  3640. source = "registry+https://github.com/rust-lang/crates.io-index"
  3641. checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
  3642. dependencies = [
  3643. "android_system_properties",
  3644. "core-foundation-sys",
  3645. "iana-time-zone-haiku",
  3646. "js-sys",
  3647. "wasm-bindgen",
  3648. "windows-core",
  3649. ]
  3650. [[package]]
  3651. name = "iana-time-zone-haiku"
  3652. version = "0.1.2"
  3653. source = "registry+https://github.com/rust-lang/crates.io-index"
  3654. checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
  3655. dependencies = [
  3656. "cc",
  3657. ]
  3658. [[package]]
  3659. name = "icrate"
  3660. version = "0.0.4"
  3661. source = "registry+https://github.com/rust-lang/crates.io-index"
  3662. checksum = "99d3aaff8a54577104bafdf686ff18565c3b6903ca5782a2026ef06e2c7aa319"
  3663. dependencies = [
  3664. "block2 0.3.0",
  3665. "dispatch",
  3666. "objc2 0.4.1",
  3667. ]
  3668. [[package]]
  3669. name = "ident_case"
  3670. version = "1.0.1"
  3671. source = "registry+https://github.com/rust-lang/crates.io-index"
  3672. checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
  3673. [[package]]
  3674. name = "idna"
  3675. version = "0.5.0"
  3676. source = "registry+https://github.com/rust-lang/crates.io-index"
  3677. checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
  3678. dependencies = [
  3679. "unicode-bidi",
  3680. "unicode-normalization",
  3681. ]
  3682. [[package]]
  3683. name = "if-addrs"
  3684. version = "0.11.1"
  3685. source = "registry+https://github.com/rust-lang/crates.io-index"
  3686. checksum = "624c5448ba529e74f594c65b7024f31b2de7b64a9b228b8df26796bbb6e32c36"
  3687. dependencies = [
  3688. "libc",
  3689. "windows-sys 0.52.0",
  3690. ]
  3691. [[package]]
  3692. name = "image"
  3693. version = "0.24.9"
  3694. source = "registry+https://github.com/rust-lang/crates.io-index"
  3695. checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d"
  3696. dependencies = [
  3697. "bytemuck",
  3698. "byteorder",
  3699. "color_quant",
  3700. "num-traits",
  3701. "png",
  3702. ]
  3703. [[package]]
  3704. name = "image"
  3705. version = "0.25.1"
  3706. source = "registry+https://github.com/rust-lang/crates.io-index"
  3707. checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11"
  3708. dependencies = [
  3709. "bytemuck",
  3710. "byteorder",
  3711. "num-traits",
  3712. "png",
  3713. "tiff",
  3714. "zune-core",
  3715. "zune-jpeg",
  3716. ]
  3717. [[package]]
  3718. name = "indent"
  3719. version = "0.1.1"
  3720. source = "registry+https://github.com/rust-lang/crates.io-index"
  3721. checksum = "d9f1a0777d972970f204fdf8ef319f1f4f8459131636d7e3c96c5d59570d0fa6"
  3722. [[package]]
  3723. name = "indenter"
  3724. version = "0.3.3"
  3725. source = "registry+https://github.com/rust-lang/crates.io-index"
  3726. checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
  3727. [[package]]
  3728. name = "indexmap"
  3729. version = "1.9.3"
  3730. source = "registry+https://github.com/rust-lang/crates.io-index"
  3731. checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
  3732. dependencies = [
  3733. "autocfg",
  3734. "hashbrown 0.12.3",
  3735. ]
  3736. [[package]]
  3737. name = "indexmap"
  3738. version = "2.2.6"
  3739. source = "registry+https://github.com/rust-lang/crates.io-index"
  3740. checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
  3741. dependencies = [
  3742. "equivalent",
  3743. "hashbrown 0.14.5",
  3744. "serde",
  3745. ]
  3746. [[package]]
  3747. name = "indoc"
  3748. version = "2.0.5"
  3749. source = "registry+https://github.com/rust-lang/crates.io-index"
  3750. checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
  3751. [[package]]
  3752. name = "infer"
  3753. version = "0.15.0"
  3754. source = "registry+https://github.com/rust-lang/crates.io-index"
  3755. checksum = "cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199"
  3756. dependencies = [
  3757. "cfb",
  3758. ]
  3759. [[package]]
  3760. name = "inflections"
  3761. version = "1.1.1"
  3762. source = "registry+https://github.com/rust-lang/crates.io-index"
  3763. checksum = "a257582fdcde896fd96463bf2d40eefea0580021c0712a0e2b028b60b47a837a"
  3764. [[package]]
  3765. name = "inotify"
  3766. version = "0.9.6"
  3767. source = "registry+https://github.com/rust-lang/crates.io-index"
  3768. checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
  3769. dependencies = [
  3770. "bitflags 1.3.2",
  3771. "inotify-sys",
  3772. "libc",
  3773. ]
  3774. [[package]]
  3775. name = "inotify-sys"
  3776. version = "0.1.5"
  3777. source = "registry+https://github.com/rust-lang/crates.io-index"
  3778. checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
  3779. dependencies = [
  3780. "libc",
  3781. ]
  3782. [[package]]
  3783. name = "inout"
  3784. version = "0.1.3"
  3785. source = "registry+https://github.com/rust-lang/crates.io-index"
  3786. checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
  3787. dependencies = [
  3788. "generic-array",
  3789. ]
  3790. [[package]]
  3791. name = "inquire"
  3792. version = "0.5.3"
  3793. source = "registry+https://github.com/rust-lang/crates.io-index"
  3794. checksum = "f3a94f0659efe59329832ba0452d3ec753145fc1fb12a8e1d60de4ccf99f5364"
  3795. dependencies = [
  3796. "bitflags 1.3.2",
  3797. "crossterm",
  3798. "dyn-clone",
  3799. "lazy_static",
  3800. "newline-converter",
  3801. "thiserror",
  3802. "unicode-segmentation",
  3803. "unicode-width",
  3804. ]
  3805. [[package]]
  3806. name = "instant"
  3807. version = "0.1.13"
  3808. source = "registry+https://github.com/rust-lang/crates.io-index"
  3809. checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
  3810. dependencies = [
  3811. "cfg-if 1.0.0",
  3812. ]
  3813. [[package]]
  3814. name = "integer-encoding"
  3815. version = "3.0.4"
  3816. source = "registry+https://github.com/rust-lang/crates.io-index"
  3817. checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"
  3818. [[package]]
  3819. name = "inventory"
  3820. version = "0.3.15"
  3821. source = "registry+https://github.com/rust-lang/crates.io-index"
  3822. checksum = "f958d3d68f4167080a18141e10381e7634563984a537f2a49a30fd8e53ac5767"
  3823. [[package]]
  3824. name = "io-extras"
  3825. version = "0.18.2"
  3826. source = "registry+https://github.com/rust-lang/crates.io-index"
  3827. checksum = "c9f046b9af244f13b3bd939f55d16830ac3a201e8a9ba9661bfcb03e2be72b9b"
  3828. dependencies = [
  3829. "io-lifetimes 2.0.3",
  3830. "windows-sys 0.52.0",
  3831. ]
  3832. [[package]]
  3833. name = "io-lifetimes"
  3834. version = "1.0.11"
  3835. source = "registry+https://github.com/rust-lang/crates.io-index"
  3836. checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
  3837. dependencies = [
  3838. "hermit-abi 0.3.9",
  3839. "libc",
  3840. "windows-sys 0.48.0",
  3841. ]
  3842. [[package]]
  3843. name = "io-lifetimes"
  3844. version = "2.0.3"
  3845. source = "registry+https://github.com/rust-lang/crates.io-index"
  3846. checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
  3847. [[package]]
  3848. name = "iovec"
  3849. version = "0.1.4"
  3850. source = "registry+https://github.com/rust-lang/crates.io-index"
  3851. checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
  3852. dependencies = [
  3853. "libc",
  3854. ]
  3855. [[package]]
  3856. name = "ipnet"
  3857. version = "2.9.0"
  3858. source = "registry+https://github.com/rust-lang/crates.io-index"
  3859. checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
  3860. [[package]]
  3861. name = "ipnetwork"
  3862. version = "0.19.0"
  3863. source = "registry+https://github.com/rust-lang/crates.io-index"
  3864. checksum = "1f84f1612606f3753f205a4e9a2efd6fe5b4c573a6269b2cc6c3003d44a0d127"
  3865. dependencies = [
  3866. "serde",
  3867. ]
  3868. [[package]]
  3869. name = "is-terminal"
  3870. version = "0.4.12"
  3871. source = "registry+https://github.com/rust-lang/crates.io-index"
  3872. checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
  3873. dependencies = [
  3874. "hermit-abi 0.3.9",
  3875. "libc",
  3876. "windows-sys 0.52.0",
  3877. ]
  3878. [[package]]
  3879. name = "is_terminal_polyfill"
  3880. version = "1.70.0"
  3881. source = "registry+https://github.com/rust-lang/crates.io-index"
  3882. checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
  3883. [[package]]
  3884. name = "itertools"
  3885. version = "0.10.5"
  3886. source = "registry+https://github.com/rust-lang/crates.io-index"
  3887. checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
  3888. dependencies = [
  3889. "either",
  3890. ]
  3891. [[package]]
  3892. name = "itertools"
  3893. version = "0.11.0"
  3894. source = "registry+https://github.com/rust-lang/crates.io-index"
  3895. checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
  3896. dependencies = [
  3897. "either",
  3898. ]
  3899. [[package]]
  3900. name = "itertools"
  3901. version = "0.12.1"
  3902. source = "registry+https://github.com/rust-lang/crates.io-index"
  3903. checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
  3904. dependencies = [
  3905. "either",
  3906. ]
  3907. [[package]]
  3908. name = "itoa"
  3909. version = "1.0.11"
  3910. source = "registry+https://github.com/rust-lang/crates.io-index"
  3911. checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
  3912. [[package]]
  3913. name = "jni"
  3914. version = "0.21.1"
  3915. source = "registry+https://github.com/rust-lang/crates.io-index"
  3916. checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
  3917. dependencies = [
  3918. "cesu8",
  3919. "cfg-if 1.0.0",
  3920. "combine",
  3921. "jni-sys",
  3922. "log",
  3923. "thiserror",
  3924. "walkdir",
  3925. "windows-sys 0.45.0",
  3926. ]
  3927. [[package]]
  3928. name = "jni-sys"
  3929. version = "0.3.0"
  3930. source = "registry+https://github.com/rust-lang/crates.io-index"
  3931. checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
  3932. [[package]]
  3933. name = "jobserver"
  3934. version = "0.1.31"
  3935. source = "registry+https://github.com/rust-lang/crates.io-index"
  3936. checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
  3937. dependencies = [
  3938. "libc",
  3939. ]
  3940. [[package]]
  3941. name = "jpeg-decoder"
  3942. version = "0.3.1"
  3943. source = "registry+https://github.com/rust-lang/crates.io-index"
  3944. checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
  3945. [[package]]
  3946. name = "js-sys"
  3947. version = "0.3.69"
  3948. source = "registry+https://github.com/rust-lang/crates.io-index"
  3949. checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
  3950. dependencies = [
  3951. "wasm-bindgen",
  3952. ]
  3953. [[package]]
  3954. name = "json5"
  3955. version = "0.4.1"
  3956. source = "registry+https://github.com/rust-lang/crates.io-index"
  3957. checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
  3958. dependencies = [
  3959. "pest",
  3960. "pest_derive",
  3961. "serde",
  3962. ]
  3963. [[package]]
  3964. name = "keccak"
  3965. version = "0.1.5"
  3966. source = "registry+https://github.com/rust-lang/crates.io-index"
  3967. checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"
  3968. dependencies = [
  3969. "cpufeatures",
  3970. ]
  3971. [[package]]
  3972. name = "kernel32-sys"
  3973. version = "0.2.2"
  3974. source = "registry+https://github.com/rust-lang/crates.io-index"
  3975. checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
  3976. dependencies = [
  3977. "winapi 0.2.8",
  3978. "winapi-build",
  3979. ]
  3980. [[package]]
  3981. name = "khronos-egl"
  3982. version = "6.0.0"
  3983. source = "registry+https://github.com/rust-lang/crates.io-index"
  3984. checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
  3985. dependencies = [
  3986. "libc",
  3987. "libloading 0.8.3",
  3988. "pkg-config",
  3989. ]
  3990. [[package]]
  3991. name = "khronos_api"
  3992. version = "3.1.0"
  3993. source = "registry+https://github.com/rust-lang/crates.io-index"
  3994. checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
  3995. [[package]]
  3996. name = "kqueue"
  3997. version = "1.0.8"
  3998. source = "registry+https://github.com/rust-lang/crates.io-index"
  3999. checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
  4000. dependencies = [
  4001. "kqueue-sys",
  4002. "libc",
  4003. ]
  4004. [[package]]
  4005. name = "kqueue-sys"
  4006. version = "1.0.4"
  4007. source = "registry+https://github.com/rust-lang/crates.io-index"
  4008. checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
  4009. dependencies = [
  4010. "bitflags 1.3.2",
  4011. "libc",
  4012. ]
  4013. [[package]]
  4014. name = "kv-log-macro"
  4015. version = "1.0.7"
  4016. source = "registry+https://github.com/rust-lang/crates.io-index"
  4017. checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
  4018. dependencies = [
  4019. "log",
  4020. ]
  4021. [[package]]
  4022. name = "lazy_static"
  4023. version = "1.4.0"
  4024. source = "registry+https://github.com/rust-lang/crates.io-index"
  4025. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  4026. dependencies = [
  4027. "spin 0.5.2",
  4028. ]
  4029. [[package]]
  4030. name = "lazycell"
  4031. version = "1.3.0"
  4032. source = "registry+https://github.com/rust-lang/crates.io-index"
  4033. checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
  4034. [[package]]
  4035. name = "lexical-core"
  4036. version = "0.8.5"
  4037. source = "registry+https://github.com/rust-lang/crates.io-index"
  4038. checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46"
  4039. dependencies = [
  4040. "lexical-parse-float",
  4041. "lexical-parse-integer",
  4042. "lexical-util",
  4043. "lexical-write-float",
  4044. "lexical-write-integer",
  4045. ]
  4046. [[package]]
  4047. name = "lexical-parse-float"
  4048. version = "0.8.5"
  4049. source = "registry+https://github.com/rust-lang/crates.io-index"
  4050. checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f"
  4051. dependencies = [
  4052. "lexical-parse-integer",
  4053. "lexical-util",
  4054. "static_assertions",
  4055. ]
  4056. [[package]]
  4057. name = "lexical-parse-integer"
  4058. version = "0.8.6"
  4059. source = "registry+https://github.com/rust-lang/crates.io-index"
  4060. checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9"
  4061. dependencies = [
  4062. "lexical-util",
  4063. "static_assertions",
  4064. ]
  4065. [[package]]
  4066. name = "lexical-util"
  4067. version = "0.8.5"
  4068. source = "registry+https://github.com/rust-lang/crates.io-index"
  4069. checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc"
  4070. dependencies = [
  4071. "static_assertions",
  4072. ]
  4073. [[package]]
  4074. name = "lexical-write-float"
  4075. version = "0.8.5"
  4076. source = "registry+https://github.com/rust-lang/crates.io-index"
  4077. checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862"
  4078. dependencies = [
  4079. "lexical-util",
  4080. "lexical-write-integer",
  4081. "static_assertions",
  4082. ]
  4083. [[package]]
  4084. name = "lexical-write-integer"
  4085. version = "0.8.5"
  4086. source = "registry+https://github.com/rust-lang/crates.io-index"
  4087. checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446"
  4088. dependencies = [
  4089. "lexical-util",
  4090. "static_assertions",
  4091. ]
  4092. [[package]]
  4093. name = "libc"
  4094. version = "0.2.155"
  4095. source = "registry+https://github.com/rust-lang/crates.io-index"
  4096. checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
  4097. [[package]]
  4098. name = "libgit2-sys"
  4099. version = "0.16.2+1.7.2"
  4100. source = "registry+https://github.com/rust-lang/crates.io-index"
  4101. checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8"
  4102. dependencies = [
  4103. "cc",
  4104. "libc",
  4105. "libz-sys",
  4106. "pkg-config",
  4107. ]
  4108. [[package]]
  4109. name = "libloading"
  4110. version = "0.7.4"
  4111. source = "registry+https://github.com/rust-lang/crates.io-index"
  4112. checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
  4113. dependencies = [
  4114. "cfg-if 1.0.0",
  4115. "winapi 0.3.9",
  4116. ]
  4117. [[package]]
  4118. name = "libloading"
  4119. version = "0.8.3"
  4120. source = "registry+https://github.com/rust-lang/crates.io-index"
  4121. checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
  4122. dependencies = [
  4123. "cfg-if 1.0.0",
  4124. "windows-targets 0.52.5",
  4125. ]
  4126. [[package]]
  4127. name = "libm"
  4128. version = "0.2.8"
  4129. source = "registry+https://github.com/rust-lang/crates.io-index"
  4130. checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
  4131. [[package]]
  4132. name = "libredox"
  4133. version = "0.0.2"
  4134. source = "registry+https://github.com/rust-lang/crates.io-index"
  4135. checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607"
  4136. dependencies = [
  4137. "bitflags 2.5.0",
  4138. "libc",
  4139. "redox_syscall 0.4.1",
  4140. ]
  4141. [[package]]
  4142. name = "libredox"
  4143. version = "0.1.3"
  4144. source = "registry+https://github.com/rust-lang/crates.io-index"
  4145. checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
  4146. dependencies = [
  4147. "bitflags 2.5.0",
  4148. "libc",
  4149. ]
  4150. [[package]]
  4151. name = "libz-sys"
  4152. version = "1.1.16"
  4153. source = "registry+https://github.com/rust-lang/crates.io-index"
  4154. checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9"
  4155. dependencies = [
  4156. "cc",
  4157. "libc",
  4158. "pkg-config",
  4159. "vcpkg",
  4160. ]
  4161. [[package]]
  4162. name = "line-wrap"
  4163. version = "0.2.0"
  4164. source = "registry+https://github.com/rust-lang/crates.io-index"
  4165. checksum = "dd1bc4d24ad230d21fb898d1116b1801d7adfc449d42026475862ab48b11e70e"
  4166. [[package]]
  4167. name = "link-cplusplus"
  4168. version = "1.0.9"
  4169. source = "registry+https://github.com/rust-lang/crates.io-index"
  4170. checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
  4171. dependencies = [
  4172. "cc",
  4173. ]
  4174. [[package]]
  4175. name = "linked-hash-map"
  4176. version = "0.5.6"
  4177. source = "registry+https://github.com/rust-lang/crates.io-index"
  4178. checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
  4179. [[package]]
  4180. name = "linux-raw-sys"
  4181. version = "0.3.8"
  4182. source = "registry+https://github.com/rust-lang/crates.io-index"
  4183. checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
  4184. [[package]]
  4185. name = "linux-raw-sys"
  4186. version = "0.4.14"
  4187. source = "registry+https://github.com/rust-lang/crates.io-index"
  4188. checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
  4189. [[package]]
  4190. name = "litrs"
  4191. version = "0.4.1"
  4192. source = "registry+https://github.com/rust-lang/crates.io-index"
  4193. checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
  4194. [[package]]
  4195. name = "local-ip-address"
  4196. version = "0.6.1"
  4197. source = "registry+https://github.com/rust-lang/crates.io-index"
  4198. checksum = "136ef34e18462b17bf39a7826f8f3bbc223341f8e83822beb8b77db9a3d49696"
  4199. dependencies = [
  4200. "libc",
  4201. "neli",
  4202. "thiserror",
  4203. "windows-sys 0.48.0",
  4204. ]
  4205. [[package]]
  4206. name = "lock_api"
  4207. version = "0.4.12"
  4208. source = "registry+https://github.com/rust-lang/crates.io-index"
  4209. checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
  4210. dependencies = [
  4211. "autocfg",
  4212. "scopeguard",
  4213. "serde",
  4214. ]
  4215. [[package]]
  4216. name = "log"
  4217. version = "0.4.21"
  4218. source = "registry+https://github.com/rust-lang/crates.io-index"
  4219. checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
  4220. dependencies = [
  4221. "value-bag",
  4222. ]
  4223. [[package]]
  4224. name = "log-once"
  4225. version = "0.4.1"
  4226. source = "registry+https://github.com/rust-lang/crates.io-index"
  4227. checksum = "6d8a05e3879b317b1b6dbf353e5bba7062bedcc59815267bb23eaa0c576cebf0"
  4228. dependencies = [
  4229. "log",
  4230. ]
  4231. [[package]]
  4232. name = "lz4_flex"
  4233. version = "0.11.3"
  4234. source = "registry+https://github.com/rust-lang/crates.io-index"
  4235. checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5"
  4236. dependencies = [
  4237. "twox-hash",
  4238. ]
  4239. [[package]]
  4240. name = "macaw"
  4241. version = "0.18.6"
  4242. source = "registry+https://github.com/rust-lang/crates.io-index"
  4243. checksum = "b8fdbfdf07a7e53090afb7fd427eb0a4b46fc51cb484b2deba27b47919762dfb"
  4244. dependencies = [
  4245. "glam",
  4246. "num-traits",
  4247. "serde",
  4248. ]
  4249. [[package]]
  4250. name = "macro_rules_attribute"
  4251. version = "0.1.3"
  4252. source = "registry+https://github.com/rust-lang/crates.io-index"
  4253. checksum = "cf0c9b980bf4f3a37fd7b1c066941dd1b1d0152ce6ee6e8fe8c49b9f6810d862"
  4254. dependencies = [
  4255. "macro_rules_attribute-proc_macro",
  4256. "paste",
  4257. ]
  4258. [[package]]
  4259. name = "macro_rules_attribute-proc_macro"
  4260. version = "0.1.3"
  4261. source = "registry+https://github.com/rust-lang/crates.io-index"
  4262. checksum = "58093314a45e00c77d5c508f76e77c3396afbbc0d01506e7fae47b018bac2b1d"
  4263. [[package]]
  4264. name = "malloc_buf"
  4265. version = "0.0.6"
  4266. source = "registry+https://github.com/rust-lang/crates.io-index"
  4267. checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
  4268. dependencies = [
  4269. "libc",
  4270. ]
  4271. [[package]]
  4272. name = "matchers"
  4273. version = "0.1.0"
  4274. source = "registry+https://github.com/rust-lang/crates.io-index"
  4275. checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
  4276. dependencies = [
  4277. "regex-automata 0.1.10",
  4278. ]
  4279. [[package]]
  4280. name = "matchit"
  4281. version = "0.7.3"
  4282. source = "registry+https://github.com/rust-lang/crates.io-index"
  4283. checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
  4284. [[package]]
  4285. name = "matrixmultiply"
  4286. version = "0.3.8"
  4287. source = "registry+https://github.com/rust-lang/crates.io-index"
  4288. checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2"
  4289. dependencies = [
  4290. "autocfg",
  4291. "rawpointer",
  4292. ]
  4293. [[package]]
  4294. name = "md5"
  4295. version = "0.7.0"
  4296. source = "registry+https://github.com/rust-lang/crates.io-index"
  4297. checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
  4298. [[package]]
  4299. name = "memchr"
  4300. version = "2.7.2"
  4301. source = "registry+https://github.com/rust-lang/crates.io-index"
  4302. checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
  4303. [[package]]
  4304. name = "memmap2"
  4305. version = "0.9.4"
  4306. source = "registry+https://github.com/rust-lang/crates.io-index"
  4307. checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
  4308. dependencies = [
  4309. "libc",
  4310. ]
  4311. [[package]]
  4312. name = "memoffset"
  4313. version = "0.6.5"
  4314. source = "registry+https://github.com/rust-lang/crates.io-index"
  4315. checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
  4316. dependencies = [
  4317. "autocfg",
  4318. ]
  4319. [[package]]
  4320. name = "memoffset"
  4321. version = "0.7.1"
  4322. source = "registry+https://github.com/rust-lang/crates.io-index"
  4323. checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
  4324. dependencies = [
  4325. "autocfg",
  4326. ]
  4327. [[package]]
  4328. name = "memoffset"
  4329. version = "0.9.1"
  4330. source = "registry+https://github.com/rust-lang/crates.io-index"
  4331. checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
  4332. dependencies = [
  4333. "autocfg",
  4334. ]
  4335. [[package]]
  4336. name = "memory-stats"
  4337. version = "1.1.0"
  4338. source = "registry+https://github.com/rust-lang/crates.io-index"
  4339. checksum = "34f79cf9964c5c9545493acda1263f1912f8d2c56c8a2ffee2606cb960acaacc"
  4340. dependencies = [
  4341. "libc",
  4342. "winapi 0.3.9",
  4343. ]
  4344. [[package]]
  4345. name = "metal"
  4346. version = "0.27.0"
  4347. source = "registry+https://github.com/rust-lang/crates.io-index"
  4348. checksum = "c43f73953f8cbe511f021b58f18c3ce1c3d1ae13fe953293e13345bf83217f25"
  4349. dependencies = [
  4350. "bitflags 2.5.0",
  4351. "block",
  4352. "core-graphics-types",
  4353. "foreign-types",
  4354. "log",
  4355. "objc",
  4356. "paste",
  4357. ]
  4358. [[package]]
  4359. name = "mime"
  4360. version = "0.3.17"
  4361. source = "registry+https://github.com/rust-lang/crates.io-index"
  4362. checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
  4363. [[package]]
  4364. name = "mime_guess2"
  4365. version = "2.0.5"
  4366. source = "registry+https://github.com/rust-lang/crates.io-index"
  4367. checksum = "25a3333bb1609500601edc766a39b4c1772874a4ce26022f4d866854dc020c41"
  4368. dependencies = [
  4369. "mime",
  4370. "unicase",
  4371. ]
  4372. [[package]]
  4373. name = "minimal-lexical"
  4374. version = "0.2.1"
  4375. source = "registry+https://github.com/rust-lang/crates.io-index"
  4376. checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
  4377. [[package]]
  4378. name = "miniz_oxide"
  4379. version = "0.7.3"
  4380. source = "registry+https://github.com/rust-lang/crates.io-index"
  4381. checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae"
  4382. dependencies = [
  4383. "adler",
  4384. "simd-adler32",
  4385. ]
  4386. [[package]]
  4387. name = "mio"
  4388. version = "0.6.23"
  4389. source = "registry+https://github.com/rust-lang/crates.io-index"
  4390. checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
  4391. dependencies = [
  4392. "cfg-if 0.1.10",
  4393. "fuchsia-zircon",
  4394. "fuchsia-zircon-sys",
  4395. "iovec",
  4396. "kernel32-sys",
  4397. "libc",
  4398. "log",
  4399. "miow",
  4400. "net2",
  4401. "slab",
  4402. "winapi 0.2.8",
  4403. ]
  4404. [[package]]
  4405. name = "mio"
  4406. version = "0.8.11"
  4407. source = "registry+https://github.com/rust-lang/crates.io-index"
  4408. checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
  4409. dependencies = [
  4410. "libc",
  4411. "log",
  4412. "wasi",
  4413. "windows-sys 0.48.0",
  4414. ]
  4415. [[package]]
  4416. name = "mio-extras"
  4417. version = "2.0.6"
  4418. source = "registry+https://github.com/rust-lang/crates.io-index"
  4419. checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
  4420. dependencies = [
  4421. "lazycell",
  4422. "log",
  4423. "mio 0.6.23",
  4424. "slab",
  4425. ]
  4426. [[package]]
  4427. name = "miow"
  4428. version = "0.2.2"
  4429. source = "registry+https://github.com/rust-lang/crates.io-index"
  4430. checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
  4431. dependencies = [
  4432. "kernel32-sys",
  4433. "net2",
  4434. "winapi 0.2.8",
  4435. "ws2_32-sys",
  4436. ]
  4437. [[package]]
  4438. name = "multiple-daemons-example-node"
  4439. version = "0.3.4"
  4440. dependencies = [
  4441. "dora-node-api",
  4442. "eyre",
  4443. "futures",
  4444. "rand",
  4445. "tokio",
  4446. ]
  4447. [[package]]
  4448. name = "multiple-daemons-example-operator"
  4449. version = "0.3.4"
  4450. dependencies = [
  4451. "dora-operator-api",
  4452. ]
  4453. [[package]]
  4454. name = "multiple-daemons-example-sink"
  4455. version = "0.3.4"
  4456. dependencies = [
  4457. "dora-node-api",
  4458. "eyre",
  4459. ]
  4460. [[package]]
  4461. name = "naga"
  4462. version = "0.19.2"
  4463. source = "registry+https://github.com/rust-lang/crates.io-index"
  4464. checksum = "50e3524642f53d9af419ab5e8dd29d3ba155708267667c2f3f06c88c9e130843"
  4465. dependencies = [
  4466. "bit-set",
  4467. "bitflags 2.5.0",
  4468. "codespan-reporting",
  4469. "hexf-parse",
  4470. "indexmap 2.2.6",
  4471. "log",
  4472. "num-traits",
  4473. "rustc-hash",
  4474. "spirv",
  4475. "termcolor",
  4476. "thiserror",
  4477. "unicode-xid",
  4478. ]
  4479. [[package]]
  4480. name = "names"
  4481. version = "0.14.0"
  4482. source = "registry+https://github.com/rust-lang/crates.io-index"
  4483. checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc"
  4484. dependencies = [
  4485. "clap 3.2.25",
  4486. "rand",
  4487. ]
  4488. [[package]]
  4489. name = "nanorand"
  4490. version = "0.7.0"
  4491. source = "registry+https://github.com/rust-lang/crates.io-index"
  4492. checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
  4493. dependencies = [
  4494. "getrandom",
  4495. ]
  4496. [[package]]
  4497. name = "natord"
  4498. version = "1.0.9"
  4499. source = "registry+https://github.com/rust-lang/crates.io-index"
  4500. checksum = "308d96db8debc727c3fd9744aac51751243420e46edf401010908da7f8d5e57c"
  4501. [[package]]
  4502. name = "ndarray"
  4503. version = "0.15.6"
  4504. source = "registry+https://github.com/rust-lang/crates.io-index"
  4505. checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32"
  4506. dependencies = [
  4507. "matrixmultiply",
  4508. "num-complex",
  4509. "num-integer",
  4510. "num-traits",
  4511. "rawpointer",
  4512. ]
  4513. [[package]]
  4514. name = "ndk"
  4515. version = "0.8.0"
  4516. source = "registry+https://github.com/rust-lang/crates.io-index"
  4517. checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
  4518. dependencies = [
  4519. "bitflags 2.5.0",
  4520. "jni-sys",
  4521. "log",
  4522. "ndk-sys",
  4523. "num_enum",
  4524. "raw-window-handle 0.6.2",
  4525. "thiserror",
  4526. ]
  4527. [[package]]
  4528. name = "ndk-context"
  4529. version = "0.1.1"
  4530. source = "registry+https://github.com/rust-lang/crates.io-index"
  4531. checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
  4532. [[package]]
  4533. name = "ndk-sys"
  4534. version = "0.5.0+25.2.9519653"
  4535. source = "registry+https://github.com/rust-lang/crates.io-index"
  4536. checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
  4537. dependencies = [
  4538. "jni-sys",
  4539. ]
  4540. [[package]]
  4541. name = "neli"
  4542. version = "0.6.4"
  4543. source = "registry+https://github.com/rust-lang/crates.io-index"
  4544. checksum = "1100229e06604150b3becd61a4965d5c70f3be1759544ea7274166f4be41ef43"
  4545. dependencies = [
  4546. "byteorder",
  4547. "libc",
  4548. "log",
  4549. "neli-proc-macros",
  4550. ]
  4551. [[package]]
  4552. name = "neli-proc-macros"
  4553. version = "0.1.3"
  4554. source = "registry+https://github.com/rust-lang/crates.io-index"
  4555. checksum = "c168194d373b1e134786274020dae7fc5513d565ea2ebb9bc9ff17ffb69106d4"
  4556. dependencies = [
  4557. "either",
  4558. "proc-macro2",
  4559. "quote",
  4560. "serde",
  4561. "syn 1.0.109",
  4562. ]
  4563. [[package]]
  4564. name = "net2"
  4565. version = "0.2.39"
  4566. source = "registry+https://github.com/rust-lang/crates.io-index"
  4567. checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac"
  4568. dependencies = [
  4569. "cfg-if 0.1.10",
  4570. "libc",
  4571. "winapi 0.3.9",
  4572. ]
  4573. [[package]]
  4574. name = "never"
  4575. version = "0.1.0"
  4576. source = "registry+https://github.com/rust-lang/crates.io-index"
  4577. checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
  4578. [[package]]
  4579. name = "newline-converter"
  4580. version = "0.2.2"
  4581. source = "registry+https://github.com/rust-lang/crates.io-index"
  4582. checksum = "1f71d09d5c87634207f894c6b31b6a2b2c64ea3bdcf71bd5599fdbbe1600c00f"
  4583. dependencies = [
  4584. "unicode-segmentation",
  4585. ]
  4586. [[package]]
  4587. name = "nix"
  4588. version = "0.23.2"
  4589. source = "registry+https://github.com/rust-lang/crates.io-index"
  4590. checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
  4591. dependencies = [
  4592. "bitflags 1.3.2",
  4593. "cc",
  4594. "cfg-if 1.0.0",
  4595. "libc",
  4596. "memoffset 0.6.5",
  4597. ]
  4598. [[package]]
  4599. name = "nix"
  4600. version = "0.26.4"
  4601. source = "registry+https://github.com/rust-lang/crates.io-index"
  4602. checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
  4603. dependencies = [
  4604. "bitflags 1.3.2",
  4605. "cfg-if 1.0.0",
  4606. "libc",
  4607. "memoffset 0.7.1",
  4608. "pin-utils",
  4609. ]
  4610. [[package]]
  4611. name = "nix"
  4612. version = "0.28.0"
  4613. source = "registry+https://github.com/rust-lang/crates.io-index"
  4614. checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
  4615. dependencies = [
  4616. "bitflags 2.5.0",
  4617. "cfg-if 1.0.0",
  4618. "cfg_aliases 0.1.1",
  4619. "libc",
  4620. ]
  4621. [[package]]
  4622. name = "no-std-net"
  4623. version = "0.6.0"
  4624. source = "registry+https://github.com/rust-lang/crates.io-index"
  4625. checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65"
  4626. [[package]]
  4627. name = "nohash-hasher"
  4628. version = "0.2.0"
  4629. source = "registry+https://github.com/rust-lang/crates.io-index"
  4630. checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
  4631. [[package]]
  4632. name = "nom"
  4633. version = "7.1.3"
  4634. source = "registry+https://github.com/rust-lang/crates.io-index"
  4635. checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
  4636. dependencies = [
  4637. "memchr",
  4638. "minimal-lexical",
  4639. ]
  4640. [[package]]
  4641. name = "notify"
  4642. version = "5.2.0"
  4643. source = "registry+https://github.com/rust-lang/crates.io-index"
  4644. checksum = "729f63e1ca555a43fe3efa4f3efdf4801c479da85b432242a7b726f353c88486"
  4645. dependencies = [
  4646. "bitflags 1.3.2",
  4647. "crossbeam-channel",
  4648. "filetime",
  4649. "fsevent-sys",
  4650. "inotify",
  4651. "kqueue",
  4652. "libc",
  4653. "mio 0.8.11",
  4654. "walkdir",
  4655. "windows-sys 0.45.0",
  4656. ]
  4657. [[package]]
  4658. name = "notify"
  4659. version = "6.1.1"
  4660. source = "registry+https://github.com/rust-lang/crates.io-index"
  4661. checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
  4662. dependencies = [
  4663. "bitflags 2.5.0",
  4664. "crossbeam-channel",
  4665. "filetime",
  4666. "fsevent-sys",
  4667. "inotify",
  4668. "kqueue",
  4669. "libc",
  4670. "log",
  4671. "mio 0.8.11",
  4672. "walkdir",
  4673. "windows-sys 0.48.0",
  4674. ]
  4675. [[package]]
  4676. name = "ntapi"
  4677. version = "0.4.1"
  4678. source = "registry+https://github.com/rust-lang/crates.io-index"
  4679. checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
  4680. dependencies = [
  4681. "winapi 0.3.9",
  4682. ]
  4683. [[package]]
  4684. name = "nu-ansi-term"
  4685. version = "0.46.0"
  4686. source = "registry+https://github.com/rust-lang/crates.io-index"
  4687. checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
  4688. dependencies = [
  4689. "overload",
  4690. "winapi 0.3.9",
  4691. ]
  4692. [[package]]
  4693. name = "nu-ansi-term"
  4694. version = "0.49.0"
  4695. source = "registry+https://github.com/rust-lang/crates.io-index"
  4696. checksum = "c073d3c1930d0751774acf49e66653acecb416c3a54c6ec095a9b11caddb5a68"
  4697. dependencies = [
  4698. "windows-sys 0.48.0",
  4699. ]
  4700. [[package]]
  4701. name = "num"
  4702. version = "0.4.3"
  4703. source = "registry+https://github.com/rust-lang/crates.io-index"
  4704. checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
  4705. dependencies = [
  4706. "num-bigint",
  4707. "num-complex",
  4708. "num-integer",
  4709. "num-iter",
  4710. "num-rational",
  4711. "num-traits",
  4712. ]
  4713. [[package]]
  4714. name = "num-bigint"
  4715. version = "0.4.5"
  4716. source = "registry+https://github.com/rust-lang/crates.io-index"
  4717. checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7"
  4718. dependencies = [
  4719. "num-integer",
  4720. "num-traits",
  4721. ]
  4722. [[package]]
  4723. name = "num-bigint-dig"
  4724. version = "0.8.4"
  4725. source = "registry+https://github.com/rust-lang/crates.io-index"
  4726. checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
  4727. dependencies = [
  4728. "byteorder",
  4729. "lazy_static",
  4730. "libm",
  4731. "num-integer",
  4732. "num-iter",
  4733. "num-traits",
  4734. "rand",
  4735. "smallvec",
  4736. "zeroize",
  4737. ]
  4738. [[package]]
  4739. name = "num-complex"
  4740. version = "0.4.6"
  4741. source = "registry+https://github.com/rust-lang/crates.io-index"
  4742. checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
  4743. dependencies = [
  4744. "num-traits",
  4745. ]
  4746. [[package]]
  4747. name = "num-conv"
  4748. version = "0.1.0"
  4749. source = "registry+https://github.com/rust-lang/crates.io-index"
  4750. checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
  4751. [[package]]
  4752. name = "num-derive"
  4753. version = "0.4.2"
  4754. source = "registry+https://github.com/rust-lang/crates.io-index"
  4755. checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
  4756. dependencies = [
  4757. "proc-macro2",
  4758. "quote",
  4759. "syn 2.0.65",
  4760. ]
  4761. [[package]]
  4762. name = "num-integer"
  4763. version = "0.1.46"
  4764. source = "registry+https://github.com/rust-lang/crates.io-index"
  4765. checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
  4766. dependencies = [
  4767. "num-traits",
  4768. ]
  4769. [[package]]
  4770. name = "num-iter"
  4771. version = "0.1.45"
  4772. source = "registry+https://github.com/rust-lang/crates.io-index"
  4773. checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
  4774. dependencies = [
  4775. "autocfg",
  4776. "num-integer",
  4777. "num-traits",
  4778. ]
  4779. [[package]]
  4780. name = "num-rational"
  4781. version = "0.4.2"
  4782. source = "registry+https://github.com/rust-lang/crates.io-index"
  4783. checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
  4784. dependencies = [
  4785. "num-bigint",
  4786. "num-integer",
  4787. "num-traits",
  4788. ]
  4789. [[package]]
  4790. name = "num-traits"
  4791. version = "0.2.19"
  4792. source = "registry+https://github.com/rust-lang/crates.io-index"
  4793. checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
  4794. dependencies = [
  4795. "autocfg",
  4796. "libm",
  4797. ]
  4798. [[package]]
  4799. name = "num_cpus"
  4800. version = "1.16.0"
  4801. source = "registry+https://github.com/rust-lang/crates.io-index"
  4802. checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
  4803. dependencies = [
  4804. "hermit-abi 0.3.9",
  4805. "libc",
  4806. ]
  4807. [[package]]
  4808. name = "num_enum"
  4809. version = "0.7.2"
  4810. source = "registry+https://github.com/rust-lang/crates.io-index"
  4811. checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845"
  4812. dependencies = [
  4813. "num_enum_derive",
  4814. ]
  4815. [[package]]
  4816. name = "num_enum_derive"
  4817. version = "0.7.2"
  4818. source = "registry+https://github.com/rust-lang/crates.io-index"
  4819. checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b"
  4820. dependencies = [
  4821. "proc-macro-crate 3.1.0",
  4822. "proc-macro2",
  4823. "quote",
  4824. "syn 2.0.65",
  4825. ]
  4826. [[package]]
  4827. name = "num_threads"
  4828. version = "0.1.7"
  4829. source = "registry+https://github.com/rust-lang/crates.io-index"
  4830. checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
  4831. dependencies = [
  4832. "libc",
  4833. ]
  4834. [[package]]
  4835. name = "nvml-wrapper"
  4836. version = "0.9.0"
  4837. source = "registry+https://github.com/rust-lang/crates.io-index"
  4838. checksum = "7cd21b9f5a1cce3c3515c9ffa85f5c7443e07162dae0ccf4339bb7ca38ad3454"
  4839. dependencies = [
  4840. "bitflags 1.3.2",
  4841. "libloading 0.7.4",
  4842. "nvml-wrapper-sys",
  4843. "static_assertions",
  4844. "thiserror",
  4845. "wrapcenum-derive",
  4846. ]
  4847. [[package]]
  4848. name = "nvml-wrapper-sys"
  4849. version = "0.7.0"
  4850. source = "registry+https://github.com/rust-lang/crates.io-index"
  4851. checksum = "c961a2ea9e91c59a69b78e69090f6f5b867bb46c0c56de9482da232437c4987e"
  4852. dependencies = [
  4853. "libloading 0.7.4",
  4854. ]
  4855. [[package]]
  4856. name = "objc"
  4857. version = "0.2.7"
  4858. source = "registry+https://github.com/rust-lang/crates.io-index"
  4859. checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
  4860. dependencies = [
  4861. "malloc_buf",
  4862. "objc_exception",
  4863. ]
  4864. [[package]]
  4865. name = "objc-foundation"
  4866. version = "0.1.1"
  4867. source = "registry+https://github.com/rust-lang/crates.io-index"
  4868. checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
  4869. dependencies = [
  4870. "block",
  4871. "objc",
  4872. "objc_id",
  4873. ]
  4874. [[package]]
  4875. name = "objc-sys"
  4876. version = "0.2.0-beta.2"
  4877. source = "registry+https://github.com/rust-lang/crates.io-index"
  4878. checksum = "df3b9834c1e95694a05a828b59f55fa2afec6288359cda67146126b3f90a55d7"
  4879. [[package]]
  4880. name = "objc-sys"
  4881. version = "0.3.5"
  4882. source = "registry+https://github.com/rust-lang/crates.io-index"
  4883. checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
  4884. [[package]]
  4885. name = "objc2"
  4886. version = "0.3.0-beta.3.patch-leaks.3"
  4887. source = "registry+https://github.com/rust-lang/crates.io-index"
  4888. checksum = "7e01640f9f2cb1220bbe80325e179e532cb3379ebcd1bf2279d703c19fe3a468"
  4889. dependencies = [
  4890. "block2 0.2.0-alpha.6",
  4891. "objc-sys 0.2.0-beta.2",
  4892. "objc2-encode 2.0.0-pre.2",
  4893. ]
  4894. [[package]]
  4895. name = "objc2"
  4896. version = "0.4.1"
  4897. source = "registry+https://github.com/rust-lang/crates.io-index"
  4898. checksum = "559c5a40fdd30eb5e344fbceacf7595a81e242529fb4e21cf5f43fb4f11ff98d"
  4899. dependencies = [
  4900. "objc-sys 0.3.5",
  4901. "objc2-encode 3.0.0",
  4902. ]
  4903. [[package]]
  4904. name = "objc2"
  4905. version = "0.5.2"
  4906. source = "registry+https://github.com/rust-lang/crates.io-index"
  4907. checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
  4908. dependencies = [
  4909. "objc-sys 0.3.5",
  4910. "objc2-encode 4.0.3",
  4911. ]
  4912. [[package]]
  4913. name = "objc2-app-kit"
  4914. version = "0.2.2"
  4915. source = "registry+https://github.com/rust-lang/crates.io-index"
  4916. checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
  4917. dependencies = [
  4918. "bitflags 2.5.0",
  4919. "block2 0.5.1",
  4920. "libc",
  4921. "objc2 0.5.2",
  4922. "objc2-core-data",
  4923. "objc2-core-image",
  4924. "objc2-foundation",
  4925. "objc2-quartz-core",
  4926. ]
  4927. [[package]]
  4928. name = "objc2-core-data"
  4929. version = "0.2.2"
  4930. source = "registry+https://github.com/rust-lang/crates.io-index"
  4931. checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
  4932. dependencies = [
  4933. "bitflags 2.5.0",
  4934. "block2 0.5.1",
  4935. "objc2 0.5.2",
  4936. "objc2-foundation",
  4937. ]
  4938. [[package]]
  4939. name = "objc2-core-image"
  4940. version = "0.2.2"
  4941. source = "registry+https://github.com/rust-lang/crates.io-index"
  4942. checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
  4943. dependencies = [
  4944. "block2 0.5.1",
  4945. "objc2 0.5.2",
  4946. "objc2-foundation",
  4947. "objc2-metal",
  4948. ]
  4949. [[package]]
  4950. name = "objc2-encode"
  4951. version = "2.0.0-pre.2"
  4952. source = "registry+https://github.com/rust-lang/crates.io-index"
  4953. checksum = "abfcac41015b00a120608fdaa6938c44cb983fee294351cc4bac7638b4e50512"
  4954. dependencies = [
  4955. "objc-sys 0.2.0-beta.2",
  4956. ]
  4957. [[package]]
  4958. name = "objc2-encode"
  4959. version = "3.0.0"
  4960. source = "registry+https://github.com/rust-lang/crates.io-index"
  4961. checksum = "d079845b37af429bfe5dfa76e6d087d788031045b25cfc6fd898486fd9847666"
  4962. [[package]]
  4963. name = "objc2-encode"
  4964. version = "4.0.3"
  4965. source = "registry+https://github.com/rust-lang/crates.io-index"
  4966. checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
  4967. [[package]]
  4968. name = "objc2-foundation"
  4969. version = "0.2.2"
  4970. source = "registry+https://github.com/rust-lang/crates.io-index"
  4971. checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
  4972. dependencies = [
  4973. "bitflags 2.5.0",
  4974. "block2 0.5.1",
  4975. "libc",
  4976. "objc2 0.5.2",
  4977. ]
  4978. [[package]]
  4979. name = "objc2-metal"
  4980. version = "0.2.2"
  4981. source = "registry+https://github.com/rust-lang/crates.io-index"
  4982. checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
  4983. dependencies = [
  4984. "bitflags 2.5.0",
  4985. "block2 0.5.1",
  4986. "objc2 0.5.2",
  4987. "objc2-foundation",
  4988. ]
  4989. [[package]]
  4990. name = "objc2-quartz-core"
  4991. version = "0.2.2"
  4992. source = "registry+https://github.com/rust-lang/crates.io-index"
  4993. checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
  4994. dependencies = [
  4995. "bitflags 2.5.0",
  4996. "block2 0.5.1",
  4997. "objc2 0.5.2",
  4998. "objc2-foundation",
  4999. "objc2-metal",
  5000. ]
  5001. [[package]]
  5002. name = "objc_exception"
  5003. version = "0.1.2"
  5004. source = "registry+https://github.com/rust-lang/crates.io-index"
  5005. checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
  5006. dependencies = [
  5007. "cc",
  5008. ]
  5009. [[package]]
  5010. name = "objc_id"
  5011. version = "0.1.1"
  5012. source = "registry+https://github.com/rust-lang/crates.io-index"
  5013. checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
  5014. dependencies = [
  5015. "objc",
  5016. ]
  5017. [[package]]
  5018. name = "object"
  5019. version = "0.32.2"
  5020. source = "registry+https://github.com/rust-lang/crates.io-index"
  5021. checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
  5022. dependencies = [
  5023. "memchr",
  5024. ]
  5025. [[package]]
  5026. name = "once_cell"
  5027. version = "1.19.0"
  5028. source = "registry+https://github.com/rust-lang/crates.io-index"
  5029. checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
  5030. [[package]]
  5031. name = "onig"
  5032. version = "6.4.0"
  5033. source = "registry+https://github.com/rust-lang/crates.io-index"
  5034. checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
  5035. dependencies = [
  5036. "bitflags 1.3.2",
  5037. "libc",
  5038. "once_cell",
  5039. "onig_sys",
  5040. ]
  5041. [[package]]
  5042. name = "onig_sys"
  5043. version = "69.8.1"
  5044. source = "registry+https://github.com/rust-lang/crates.io-index"
  5045. checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
  5046. dependencies = [
  5047. "cc",
  5048. "pkg-config",
  5049. ]
  5050. [[package]]
  5051. name = "openssl-probe"
  5052. version = "0.1.5"
  5053. source = "registry+https://github.com/rust-lang/crates.io-index"
  5054. checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
  5055. [[package]]
  5056. name = "opentelemetry"
  5057. version = "0.18.0"
  5058. source = "registry+https://github.com/rust-lang/crates.io-index"
  5059. checksum = "69d6c3d7288a106c0a363e4b0e8d308058d56902adefb16f4936f417ffef086e"
  5060. dependencies = [
  5061. "opentelemetry_api",
  5062. "opentelemetry_sdk 0.18.0",
  5063. ]
  5064. [[package]]
  5065. name = "opentelemetry"
  5066. version = "0.22.0"
  5067. source = "registry+https://github.com/rust-lang/crates.io-index"
  5068. checksum = "900d57987be3f2aeb70d385fff9b27fb74c5723cc9a52d904d4f9c807a0667bf"
  5069. dependencies = [
  5070. "futures-core",
  5071. "futures-sink",
  5072. "js-sys",
  5073. "once_cell",
  5074. "pin-project-lite",
  5075. "thiserror",
  5076. "urlencoding",
  5077. ]
  5078. [[package]]
  5079. name = "opentelemetry-jaeger"
  5080. version = "0.17.0"
  5081. source = "registry+https://github.com/rust-lang/crates.io-index"
  5082. checksum = "1e785d273968748578931e4dc3b4f5ec86b26e09d9e0d66b55adda7fce742f7a"
  5083. dependencies = [
  5084. "async-trait",
  5085. "futures",
  5086. "futures-executor",
  5087. "once_cell",
  5088. "opentelemetry 0.18.0",
  5089. "opentelemetry-semantic-conventions 0.10.0",
  5090. "thiserror",
  5091. "thrift 0.16.0",
  5092. "tokio",
  5093. ]
  5094. [[package]]
  5095. name = "opentelemetry-otlp"
  5096. version = "0.15.0"
  5097. source = "registry+https://github.com/rust-lang/crates.io-index"
  5098. checksum = "1a016b8d9495c639af2145ac22387dcb88e44118e45320d9238fbf4e7889abcb"
  5099. dependencies = [
  5100. "async-trait",
  5101. "futures-core",
  5102. "http 0.2.12",
  5103. "opentelemetry 0.22.0",
  5104. "opentelemetry-proto",
  5105. "opentelemetry-semantic-conventions 0.14.0",
  5106. "opentelemetry_sdk 0.22.1",
  5107. "prost",
  5108. "thiserror",
  5109. "tokio",
  5110. "tonic",
  5111. ]
  5112. [[package]]
  5113. name = "opentelemetry-proto"
  5114. version = "0.5.0"
  5115. source = "registry+https://github.com/rust-lang/crates.io-index"
  5116. checksum = "3a8fddc9b68f5b80dae9d6f510b88e02396f006ad48cac349411fbecc80caae4"
  5117. dependencies = [
  5118. "opentelemetry 0.22.0",
  5119. "opentelemetry_sdk 0.22.1",
  5120. "prost",
  5121. "tonic",
  5122. ]
  5123. [[package]]
  5124. name = "opentelemetry-semantic-conventions"
  5125. version = "0.10.0"
  5126. source = "registry+https://github.com/rust-lang/crates.io-index"
  5127. checksum = "9b02e0230abb0ab6636d18e2ba8fa02903ea63772281340ccac18e0af3ec9eeb"
  5128. dependencies = [
  5129. "opentelemetry 0.18.0",
  5130. ]
  5131. [[package]]
  5132. name = "opentelemetry-semantic-conventions"
  5133. version = "0.14.0"
  5134. source = "registry+https://github.com/rust-lang/crates.io-index"
  5135. checksum = "f9ab5bd6c42fb9349dcf28af2ba9a0667f697f9bdcca045d39f2cec5543e2910"
  5136. [[package]]
  5137. name = "opentelemetry-system-metrics"
  5138. version = "0.1.8"
  5139. source = "registry+https://github.com/rust-lang/crates.io-index"
  5140. checksum = "1dca748d4fe59e208f6c71bde86573d326f98ed29696d31dbf7d2454b8f1af2d"
  5141. dependencies = [
  5142. "eyre",
  5143. "indexmap 1.9.3",
  5144. "nvml-wrapper",
  5145. "opentelemetry 0.22.0",
  5146. "sysinfo 0.29.11",
  5147. "tracing",
  5148. ]
  5149. [[package]]
  5150. name = "opentelemetry_api"
  5151. version = "0.18.0"
  5152. source = "registry+https://github.com/rust-lang/crates.io-index"
  5153. checksum = "c24f96e21e7acc813c7a8394ee94978929db2bcc46cf6b5014fc612bf7760c22"
  5154. dependencies = [
  5155. "fnv",
  5156. "futures-channel",
  5157. "futures-util",
  5158. "indexmap 1.9.3",
  5159. "js-sys",
  5160. "once_cell",
  5161. "pin-project-lite",
  5162. "thiserror",
  5163. ]
  5164. [[package]]
  5165. name = "opentelemetry_sdk"
  5166. version = "0.18.0"
  5167. source = "registry+https://github.com/rust-lang/crates.io-index"
  5168. checksum = "1ca41c4933371b61c2a2f214bf16931499af4ec90543604ec828f7a625c09113"
  5169. dependencies = [
  5170. "async-trait",
  5171. "crossbeam-channel",
  5172. "dashmap",
  5173. "fnv",
  5174. "futures-channel",
  5175. "futures-executor",
  5176. "futures-util",
  5177. "once_cell",
  5178. "opentelemetry_api",
  5179. "percent-encoding",
  5180. "rand",
  5181. "thiserror",
  5182. "tokio",
  5183. "tokio-stream",
  5184. ]
  5185. [[package]]
  5186. name = "opentelemetry_sdk"
  5187. version = "0.22.1"
  5188. source = "registry+https://github.com/rust-lang/crates.io-index"
  5189. checksum = "9e90c7113be649e31e9a0f8b5ee24ed7a16923b322c3c5ab6367469c049d6b7e"
  5190. dependencies = [
  5191. "async-trait",
  5192. "crossbeam-channel",
  5193. "futures-channel",
  5194. "futures-executor",
  5195. "futures-util",
  5196. "glob",
  5197. "once_cell",
  5198. "opentelemetry 0.22.0",
  5199. "ordered-float 4.2.0",
  5200. "percent-encoding",
  5201. "rand",
  5202. "thiserror",
  5203. "tokio",
  5204. "tokio-stream",
  5205. ]
  5206. [[package]]
  5207. name = "option-ext"
  5208. version = "0.2.0"
  5209. source = "registry+https://github.com/rust-lang/crates.io-index"
  5210. checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
  5211. [[package]]
  5212. name = "orbclient"
  5213. version = "0.3.47"
  5214. source = "registry+https://github.com/rust-lang/crates.io-index"
  5215. checksum = "52f0d54bde9774d3a51dcf281a5def240c71996bc6ca05d2c847ec8b2b216166"
  5216. dependencies = [
  5217. "libredox 0.0.2",
  5218. ]
  5219. [[package]]
  5220. name = "ordered-float"
  5221. version = "1.1.1"
  5222. source = "registry+https://github.com/rust-lang/crates.io-index"
  5223. checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"
  5224. dependencies = [
  5225. "num-traits",
  5226. ]
  5227. [[package]]
  5228. name = "ordered-float"
  5229. version = "2.10.1"
  5230. source = "registry+https://github.com/rust-lang/crates.io-index"
  5231. checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
  5232. dependencies = [
  5233. "num-traits",
  5234. ]
  5235. [[package]]
  5236. name = "ordered-float"
  5237. version = "3.9.2"
  5238. source = "registry+https://github.com/rust-lang/crates.io-index"
  5239. checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
  5240. dependencies = [
  5241. "num-traits",
  5242. ]
  5243. [[package]]
  5244. name = "ordered-float"
  5245. version = "4.2.0"
  5246. source = "registry+https://github.com/rust-lang/crates.io-index"
  5247. checksum = "a76df7075c7d4d01fdcb46c912dd17fba5b60c78ea480b475f2b6ab6f666584e"
  5248. dependencies = [
  5249. "num-traits",
  5250. ]
  5251. [[package]]
  5252. name = "ordered-stream"
  5253. version = "0.2.0"
  5254. source = "registry+https://github.com/rust-lang/crates.io-index"
  5255. checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
  5256. dependencies = [
  5257. "futures-core",
  5258. "pin-project-lite",
  5259. ]
  5260. [[package]]
  5261. name = "os_str_bytes"
  5262. version = "6.6.1"
  5263. source = "registry+https://github.com/rust-lang/crates.io-index"
  5264. checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
  5265. [[package]]
  5266. name = "overload"
  5267. version = "0.1.1"
  5268. source = "registry+https://github.com/rust-lang/crates.io-index"
  5269. checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
  5270. [[package]]
  5271. name = "owned_ttf_parser"
  5272. version = "0.21.0"
  5273. source = "registry+https://github.com/rust-lang/crates.io-index"
  5274. checksum = "6b41438d2fc63c46c74a2203bf5ccd82c41ba04347b2fcf5754f230b167067d5"
  5275. dependencies = [
  5276. "ttf-parser",
  5277. ]
  5278. [[package]]
  5279. name = "parking"
  5280. version = "2.2.0"
  5281. source = "registry+https://github.com/rust-lang/crates.io-index"
  5282. checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
  5283. [[package]]
  5284. name = "parking_lot"
  5285. version = "0.12.2"
  5286. source = "registry+https://github.com/rust-lang/crates.io-index"
  5287. checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb"
  5288. dependencies = [
  5289. "lock_api",
  5290. "parking_lot_core",
  5291. ]
  5292. [[package]]
  5293. name = "parking_lot_core"
  5294. version = "0.9.10"
  5295. source = "registry+https://github.com/rust-lang/crates.io-index"
  5296. checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
  5297. dependencies = [
  5298. "cfg-if 1.0.0",
  5299. "libc",
  5300. "redox_syscall 0.5.1",
  5301. "smallvec",
  5302. "windows-targets 0.52.5",
  5303. ]
  5304. [[package]]
  5305. name = "parquet"
  5306. version = "48.0.1"
  5307. source = "registry+https://github.com/rust-lang/crates.io-index"
  5308. checksum = "6bfe55df96e3f02f11bf197ae37d91bb79801631f82f6195dd196ef521df3597"
  5309. dependencies = [
  5310. "ahash",
  5311. "arrow-array",
  5312. "arrow-buffer",
  5313. "arrow-cast",
  5314. "arrow-data",
  5315. "arrow-ipc",
  5316. "arrow-schema",
  5317. "arrow-select",
  5318. "base64 0.21.7",
  5319. "brotli",
  5320. "bytes",
  5321. "chrono",
  5322. "flate2",
  5323. "futures",
  5324. "hashbrown 0.14.5",
  5325. "lz4_flex",
  5326. "num",
  5327. "num-bigint",
  5328. "paste",
  5329. "seq-macro",
  5330. "snap",
  5331. "thrift 0.17.0",
  5332. "tokio",
  5333. "twox-hash",
  5334. "zstd",
  5335. ]
  5336. [[package]]
  5337. name = "paste"
  5338. version = "1.0.15"
  5339. source = "registry+https://github.com/rust-lang/crates.io-index"
  5340. checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
  5341. [[package]]
  5342. name = "path_abs"
  5343. version = "0.5.1"
  5344. source = "registry+https://github.com/rust-lang/crates.io-index"
  5345. checksum = "05ef02f6342ac01d8a93b65f96db53fe68a92a15f41144f97fb00a9e669633c3"
  5346. dependencies = [
  5347. "std_prelude",
  5348. ]
  5349. [[package]]
  5350. name = "pathdiff"
  5351. version = "0.2.1"
  5352. source = "registry+https://github.com/rust-lang/crates.io-index"
  5353. checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
  5354. [[package]]
  5355. name = "peg"
  5356. version = "0.6.3"
  5357. source = "registry+https://github.com/rust-lang/crates.io-index"
  5358. checksum = "9f76678828272f177ac33b7e2ac2e3e73cc6c1cd1e3e387928aa69562fa51367"
  5359. dependencies = [
  5360. "peg-macros",
  5361. "peg-runtime",
  5362. ]
  5363. [[package]]
  5364. name = "peg-macros"
  5365. version = "0.6.3"
  5366. source = "registry+https://github.com/rust-lang/crates.io-index"
  5367. checksum = "636d60acf97633e48d266d7415a9355d4389cea327a193f87df395d88cd2b14d"
  5368. dependencies = [
  5369. "peg-runtime",
  5370. "proc-macro2",
  5371. "quote",
  5372. ]
  5373. [[package]]
  5374. name = "peg-runtime"
  5375. version = "0.6.3"
  5376. source = "registry+https://github.com/rust-lang/crates.io-index"
  5377. checksum = "9555b1514d2d99d78150d3c799d4c357a3e2c2a8062cd108e93a06d9057629c5"
  5378. [[package]]
  5379. name = "pem-rfc7468"
  5380. version = "0.6.0"
  5381. source = "registry+https://github.com/rust-lang/crates.io-index"
  5382. checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac"
  5383. dependencies = [
  5384. "base64ct",
  5385. ]
  5386. [[package]]
  5387. name = "percent-encoding"
  5388. version = "2.3.1"
  5389. source = "registry+https://github.com/rust-lang/crates.io-index"
  5390. checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
  5391. [[package]]
  5392. name = "pest"
  5393. version = "2.7.10"
  5394. source = "registry+https://github.com/rust-lang/crates.io-index"
  5395. checksum = "560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8"
  5396. dependencies = [
  5397. "memchr",
  5398. "thiserror",
  5399. "ucd-trie",
  5400. ]
  5401. [[package]]
  5402. name = "pest_derive"
  5403. version = "2.7.10"
  5404. source = "registry+https://github.com/rust-lang/crates.io-index"
  5405. checksum = "26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459"
  5406. dependencies = [
  5407. "pest",
  5408. "pest_generator",
  5409. ]
  5410. [[package]]
  5411. name = "pest_generator"
  5412. version = "2.7.10"
  5413. source = "registry+https://github.com/rust-lang/crates.io-index"
  5414. checksum = "3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687"
  5415. dependencies = [
  5416. "pest",
  5417. "pest_meta",
  5418. "proc-macro2",
  5419. "quote",
  5420. "syn 2.0.65",
  5421. ]
  5422. [[package]]
  5423. name = "pest_meta"
  5424. version = "2.7.10"
  5425. source = "registry+https://github.com/rust-lang/crates.io-index"
  5426. checksum = "d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd"
  5427. dependencies = [
  5428. "once_cell",
  5429. "pest",
  5430. "sha2",
  5431. ]
  5432. [[package]]
  5433. name = "petgraph"
  5434. version = "0.6.5"
  5435. source = "registry+https://github.com/rust-lang/crates.io-index"
  5436. checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
  5437. dependencies = [
  5438. "fixedbitset",
  5439. "indexmap 2.2.6",
  5440. ]
  5441. [[package]]
  5442. name = "pin-project"
  5443. version = "1.1.5"
  5444. source = "registry+https://github.com/rust-lang/crates.io-index"
  5445. checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
  5446. dependencies = [
  5447. "pin-project-internal",
  5448. ]
  5449. [[package]]
  5450. name = "pin-project-internal"
  5451. version = "1.1.5"
  5452. source = "registry+https://github.com/rust-lang/crates.io-index"
  5453. checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
  5454. dependencies = [
  5455. "proc-macro2",
  5456. "quote",
  5457. "syn 2.0.65",
  5458. ]
  5459. [[package]]
  5460. name = "pin-project-lite"
  5461. version = "0.2.14"
  5462. source = "registry+https://github.com/rust-lang/crates.io-index"
  5463. checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
  5464. [[package]]
  5465. name = "pin-utils"
  5466. version = "0.1.0"
  5467. source = "registry+https://github.com/rust-lang/crates.io-index"
  5468. checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
  5469. [[package]]
  5470. name = "piper"
  5471. version = "0.2.2"
  5472. source = "registry+https://github.com/rust-lang/crates.io-index"
  5473. checksum = "464db0c665917b13ebb5d453ccdec4add5658ee1adc7affc7677615356a8afaf"
  5474. dependencies = [
  5475. "atomic-waker",
  5476. "fastrand 2.1.0",
  5477. "futures-io",
  5478. ]
  5479. [[package]]
  5480. name = "pkcs1"
  5481. version = "0.4.1"
  5482. source = "registry+https://github.com/rust-lang/crates.io-index"
  5483. checksum = "eff33bdbdfc54cc98a2eca766ebdec3e1b8fb7387523d5c9c9a2891da856f719"
  5484. dependencies = [
  5485. "der",
  5486. "pkcs8",
  5487. "spki",
  5488. "zeroize",
  5489. ]
  5490. [[package]]
  5491. name = "pkcs8"
  5492. version = "0.9.0"
  5493. source = "registry+https://github.com/rust-lang/crates.io-index"
  5494. checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
  5495. dependencies = [
  5496. "der",
  5497. "spki",
  5498. ]
  5499. [[package]]
  5500. name = "pkg-config"
  5501. version = "0.3.30"
  5502. source = "registry+https://github.com/rust-lang/crates.io-index"
  5503. checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
  5504. [[package]]
  5505. name = "planus"
  5506. version = "0.3.1"
  5507. source = "registry+https://github.com/rust-lang/crates.io-index"
  5508. checksum = "fc1691dd09e82f428ce8d6310bd6d5da2557c82ff17694d2a32cad7242aea89f"
  5509. dependencies = [
  5510. "array-init-cursor",
  5511. ]
  5512. [[package]]
  5513. name = "plist"
  5514. version = "1.6.1"
  5515. source = "registry+https://github.com/rust-lang/crates.io-index"
  5516. checksum = "d9d34169e64b3c7a80c8621a48adaf44e0cf62c78a9b25dd9dd35f1881a17cf9"
  5517. dependencies = [
  5518. "base64 0.21.7",
  5519. "indexmap 2.2.6",
  5520. "line-wrap",
  5521. "quick-xml",
  5522. "serde",
  5523. "time",
  5524. ]
  5525. [[package]]
  5526. name = "ply-rs"
  5527. version = "0.1.3"
  5528. source = "registry+https://github.com/rust-lang/crates.io-index"
  5529. checksum = "dbadf9cb4a79d516de4c64806fe64ffbd8161d1ac685d000be789fb628b88963"
  5530. dependencies = [
  5531. "byteorder",
  5532. "linked-hash-map",
  5533. "peg",
  5534. "skeptic",
  5535. ]
  5536. [[package]]
  5537. name = "pnet"
  5538. version = "0.31.0"
  5539. source = "registry+https://github.com/rust-lang/crates.io-index"
  5540. checksum = "0caaf5b11fd907ff15cf14a4477bfabca4b37ab9e447a4f8dead969a59cdafad"
  5541. dependencies = [
  5542. "pnet_base",
  5543. "pnet_datalink",
  5544. "pnet_packet",
  5545. "pnet_transport",
  5546. ]
  5547. [[package]]
  5548. name = "pnet_base"
  5549. version = "0.31.0"
  5550. source = "registry+https://github.com/rust-lang/crates.io-index"
  5551. checksum = "f9d3a993d49e5fd5d4d854d6999d4addca1f72d86c65adf224a36757161c02b6"
  5552. dependencies = [
  5553. "no-std-net",
  5554. ]
  5555. [[package]]
  5556. name = "pnet_datalink"
  5557. version = "0.31.0"
  5558. source = "registry+https://github.com/rust-lang/crates.io-index"
  5559. checksum = "e466faf03a98ad27f6e15cd27a2b7cc89e73e640a43527742977bc503c37f8aa"
  5560. dependencies = [
  5561. "ipnetwork",
  5562. "libc",
  5563. "pnet_base",
  5564. "pnet_sys",
  5565. "winapi 0.3.9",
  5566. ]
  5567. [[package]]
  5568. name = "pnet_macros"
  5569. version = "0.31.0"
  5570. source = "registry+https://github.com/rust-lang/crates.io-index"
  5571. checksum = "48dd52a5211fac27e7acb14cfc9f30ae16ae0e956b7b779c8214c74559cef4c3"
  5572. dependencies = [
  5573. "proc-macro2",
  5574. "quote",
  5575. "regex",
  5576. "syn 1.0.109",
  5577. ]
  5578. [[package]]
  5579. name = "pnet_macros_support"
  5580. version = "0.31.0"
  5581. source = "registry+https://github.com/rust-lang/crates.io-index"
  5582. checksum = "89de095dc7739349559913aed1ef6a11e73ceade4897dadc77c5e09de6740750"
  5583. dependencies = [
  5584. "pnet_base",
  5585. ]
  5586. [[package]]
  5587. name = "pnet_packet"
  5588. version = "0.31.0"
  5589. source = "registry+https://github.com/rust-lang/crates.io-index"
  5590. checksum = "bc3b5111e697c39c8b9795b9fdccbc301ab696699e88b9ea5a4e4628978f495f"
  5591. dependencies = [
  5592. "glob",
  5593. "pnet_base",
  5594. "pnet_macros",
  5595. "pnet_macros_support",
  5596. ]
  5597. [[package]]
  5598. name = "pnet_sys"
  5599. version = "0.31.0"
  5600. source = "registry+https://github.com/rust-lang/crates.io-index"
  5601. checksum = "328e231f0add6d247d82421bf3790b4b33b39c8930637f428eef24c4c6a90805"
  5602. dependencies = [
  5603. "libc",
  5604. "winapi 0.3.9",
  5605. ]
  5606. [[package]]
  5607. name = "pnet_transport"
  5608. version = "0.31.0"
  5609. source = "registry+https://github.com/rust-lang/crates.io-index"
  5610. checksum = "ff597185e6f1f5671b3122e4dba892a1c73e17c17e723d7669bd9299cbe7f124"
  5611. dependencies = [
  5612. "libc",
  5613. "pnet_base",
  5614. "pnet_packet",
  5615. "pnet_sys",
  5616. ]
  5617. [[package]]
  5618. name = "png"
  5619. version = "0.17.13"
  5620. source = "registry+https://github.com/rust-lang/crates.io-index"
  5621. checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
  5622. dependencies = [
  5623. "bitflags 1.3.2",
  5624. "crc32fast",
  5625. "fdeflate",
  5626. "flate2",
  5627. "miniz_oxide",
  5628. ]
  5629. [[package]]
  5630. name = "poll-promise"
  5631. version = "0.3.0"
  5632. source = "registry+https://github.com/rust-lang/crates.io-index"
  5633. checksum = "5f6a58fecbf9da8965bcdb20ce4fd29788d1acee68ddbb64f0ba1b81bccdb7df"
  5634. dependencies = [
  5635. "document-features",
  5636. "static_assertions",
  5637. "wasm-bindgen",
  5638. "wasm-bindgen-futures",
  5639. ]
  5640. [[package]]
  5641. name = "polling"
  5642. version = "2.8.0"
  5643. source = "registry+https://github.com/rust-lang/crates.io-index"
  5644. checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
  5645. dependencies = [
  5646. "autocfg",
  5647. "bitflags 1.3.2",
  5648. "cfg-if 1.0.0",
  5649. "concurrent-queue",
  5650. "libc",
  5651. "log",
  5652. "pin-project-lite",
  5653. "windows-sys 0.48.0",
  5654. ]
  5655. [[package]]
  5656. name = "polling"
  5657. version = "3.7.0"
  5658. source = "registry+https://github.com/rust-lang/crates.io-index"
  5659. checksum = "645493cf344456ef24219d02a768cf1fb92ddf8c92161679ae3d91b91a637be3"
  5660. dependencies = [
  5661. "cfg-if 1.0.0",
  5662. "concurrent-queue",
  5663. "hermit-abi 0.3.9",
  5664. "pin-project-lite",
  5665. "rustix 0.38.34",
  5666. "tracing",
  5667. "windows-sys 0.52.0",
  5668. ]
  5669. [[package]]
  5670. name = "pollster"
  5671. version = "0.3.0"
  5672. source = "registry+https://github.com/rust-lang/crates.io-index"
  5673. checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2"
  5674. [[package]]
  5675. name = "portable-atomic"
  5676. version = "1.6.0"
  5677. source = "registry+https://github.com/rust-lang/crates.io-index"
  5678. checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
  5679. [[package]]
  5680. name = "powerfmt"
  5681. version = "0.2.0"
  5682. source = "registry+https://github.com/rust-lang/crates.io-index"
  5683. checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
  5684. [[package]]
  5685. name = "ppv-lite86"
  5686. version = "0.2.17"
  5687. source = "registry+https://github.com/rust-lang/crates.io-index"
  5688. checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
  5689. [[package]]
  5690. name = "presser"
  5691. version = "0.3.1"
  5692. source = "registry+https://github.com/rust-lang/crates.io-index"
  5693. checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
  5694. [[package]]
  5695. name = "prettyplease"
  5696. version = "0.1.25"
  5697. source = "registry+https://github.com/rust-lang/crates.io-index"
  5698. checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
  5699. dependencies = [
  5700. "proc-macro2",
  5701. "syn 1.0.109",
  5702. ]
  5703. [[package]]
  5704. name = "prettyplease"
  5705. version = "0.2.20"
  5706. source = "registry+https://github.com/rust-lang/crates.io-index"
  5707. checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
  5708. dependencies = [
  5709. "proc-macro2",
  5710. "syn 2.0.65",
  5711. ]
  5712. [[package]]
  5713. name = "proc-macro-crate"
  5714. version = "1.3.1"
  5715. source = "registry+https://github.com/rust-lang/crates.io-index"
  5716. checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
  5717. dependencies = [
  5718. "once_cell",
  5719. "toml_edit 0.19.15",
  5720. ]
  5721. [[package]]
  5722. name = "proc-macro-crate"
  5723. version = "3.1.0"
  5724. source = "registry+https://github.com/rust-lang/crates.io-index"
  5725. checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
  5726. dependencies = [
  5727. "toml_edit 0.21.1",
  5728. ]
  5729. [[package]]
  5730. name = "proc-macro-error"
  5731. version = "1.0.4"
  5732. source = "registry+https://github.com/rust-lang/crates.io-index"
  5733. checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
  5734. dependencies = [
  5735. "proc-macro-error-attr",
  5736. "proc-macro2",
  5737. "quote",
  5738. "syn 1.0.109",
  5739. "version_check",
  5740. ]
  5741. [[package]]
  5742. name = "proc-macro-error-attr"
  5743. version = "1.0.4"
  5744. source = "registry+https://github.com/rust-lang/crates.io-index"
  5745. checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
  5746. dependencies = [
  5747. "proc-macro2",
  5748. "quote",
  5749. "version_check",
  5750. ]
  5751. [[package]]
  5752. name = "proc-macro2"
  5753. version = "1.0.83"
  5754. source = "registry+https://github.com/rust-lang/crates.io-index"
  5755. checksum = "0b33eb56c327dec362a9e55b3ad14f9d2f0904fb5a5b03b513ab5465399e9f43"
  5756. dependencies = [
  5757. "unicode-ident",
  5758. ]
  5759. [[package]]
  5760. name = "profiling"
  5761. version = "1.0.15"
  5762. source = "registry+https://github.com/rust-lang/crates.io-index"
  5763. checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
  5764. dependencies = [
  5765. "profiling-procmacros",
  5766. "puffin",
  5767. ]
  5768. [[package]]
  5769. name = "profiling-procmacros"
  5770. version = "1.0.15"
  5771. source = "registry+https://github.com/rust-lang/crates.io-index"
  5772. checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
  5773. dependencies = [
  5774. "quote",
  5775. "syn 2.0.65",
  5776. ]
  5777. [[package]]
  5778. name = "prost"
  5779. version = "0.12.6"
  5780. source = "registry+https://github.com/rust-lang/crates.io-index"
  5781. checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
  5782. dependencies = [
  5783. "bytes",
  5784. "prost-derive",
  5785. ]
  5786. [[package]]
  5787. name = "prost-derive"
  5788. version = "0.12.6"
  5789. source = "registry+https://github.com/rust-lang/crates.io-index"
  5790. checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
  5791. dependencies = [
  5792. "anyhow",
  5793. "itertools 0.12.1",
  5794. "proc-macro2",
  5795. "quote",
  5796. "syn 2.0.65",
  5797. ]
  5798. [[package]]
  5799. name = "puffin"
  5800. version = "0.19.0"
  5801. source = "registry+https://github.com/rust-lang/crates.io-index"
  5802. checksum = "b9f76ad4bb049fded4e572df72cbb6381ff5d1f41f85c3a04b56e4eca287a02f"
  5803. dependencies = [
  5804. "anyhow",
  5805. "bincode",
  5806. "byteorder",
  5807. "cfg-if 1.0.0",
  5808. "lz4_flex",
  5809. "once_cell",
  5810. "parking_lot",
  5811. "serde",
  5812. ]
  5813. [[package]]
  5814. name = "puffin_http"
  5815. version = "0.16.0"
  5816. source = "registry+https://github.com/rust-lang/crates.io-index"
  5817. checksum = "4936c085e48efc86f6d96609dc5086d1d236afe3ec4676f09b157a4f4be83ff6"
  5818. dependencies = [
  5819. "anyhow",
  5820. "crossbeam-channel",
  5821. "log",
  5822. "parking_lot",
  5823. "puffin",
  5824. ]
  5825. [[package]]
  5826. name = "pulldown-cmark"
  5827. version = "0.9.6"
  5828. source = "registry+https://github.com/rust-lang/crates.io-index"
  5829. checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b"
  5830. dependencies = [
  5831. "bitflags 2.5.0",
  5832. "memchr",
  5833. "unicase",
  5834. ]
  5835. [[package]]
  5836. name = "pulldown-cmark"
  5837. version = "0.10.3"
  5838. source = "registry+https://github.com/rust-lang/crates.io-index"
  5839. checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
  5840. dependencies = [
  5841. "bitflags 2.5.0",
  5842. "memchr",
  5843. "unicase",
  5844. ]
  5845. [[package]]
  5846. name = "pyo3"
  5847. version = "0.20.3"
  5848. source = "registry+https://github.com/rust-lang/crates.io-index"
  5849. checksum = "53bdbb96d49157e65d45cc287af5f32ffadd5f4761438b527b055fb0d4bb8233"
  5850. dependencies = [
  5851. "cfg-if 1.0.0",
  5852. "eyre",
  5853. "indoc",
  5854. "libc",
  5855. "memoffset 0.9.1",
  5856. "parking_lot",
  5857. "portable-atomic",
  5858. "pyo3-build-config",
  5859. "pyo3-ffi",
  5860. "pyo3-macros",
  5861. "serde",
  5862. "unindent",
  5863. ]
  5864. [[package]]
  5865. name = "pyo3-build-config"
  5866. version = "0.20.3"
  5867. source = "registry+https://github.com/rust-lang/crates.io-index"
  5868. checksum = "deaa5745de3f5231ce10517a1f5dd97d53e5a2fd77aa6b5842292085831d48d7"
  5869. dependencies = [
  5870. "once_cell",
  5871. "target-lexicon",
  5872. ]
  5873. [[package]]
  5874. name = "pyo3-ffi"
  5875. version = "0.20.3"
  5876. source = "registry+https://github.com/rust-lang/crates.io-index"
  5877. checksum = "62b42531d03e08d4ef1f6e85a2ed422eb678b8cd62b762e53891c05faf0d4afa"
  5878. dependencies = [
  5879. "libc",
  5880. "pyo3-build-config",
  5881. ]
  5882. [[package]]
  5883. name = "pyo3-macros"
  5884. version = "0.20.3"
  5885. source = "registry+https://github.com/rust-lang/crates.io-index"
  5886. checksum = "7305c720fa01b8055ec95e484a6eca7a83c841267f0dd5280f0c8b8551d2c158"
  5887. dependencies = [
  5888. "proc-macro2",
  5889. "pyo3-macros-backend",
  5890. "quote",
  5891. "syn 2.0.65",
  5892. ]
  5893. [[package]]
  5894. name = "pyo3-macros-backend"
  5895. version = "0.20.3"
  5896. source = "registry+https://github.com/rust-lang/crates.io-index"
  5897. checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185"
  5898. dependencies = [
  5899. "heck 0.4.1",
  5900. "proc-macro2",
  5901. "pyo3-build-config",
  5902. "quote",
  5903. "syn 2.0.65",
  5904. ]
  5905. [[package]]
  5906. name = "pythonize"
  5907. version = "0.20.0"
  5908. source = "registry+https://github.com/rust-lang/crates.io-index"
  5909. checksum = "ffd1c3ef39c725d63db5f9bc455461bafd80540cb7824c61afb823501921a850"
  5910. dependencies = [
  5911. "pyo3",
  5912. "serde",
  5913. ]
  5914. [[package]]
  5915. name = "quick-xml"
  5916. version = "0.31.0"
  5917. source = "registry+https://github.com/rust-lang/crates.io-index"
  5918. checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
  5919. dependencies = [
  5920. "memchr",
  5921. ]
  5922. [[package]]
  5923. name = "quinn"
  5924. version = "0.9.4"
  5925. source = "registry+https://github.com/rust-lang/crates.io-index"
  5926. checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e"
  5927. dependencies = [
  5928. "bytes",
  5929. "pin-project-lite",
  5930. "quinn-proto",
  5931. "quinn-udp",
  5932. "rustc-hash",
  5933. "rustls 0.20.9",
  5934. "thiserror",
  5935. "tokio",
  5936. "tracing",
  5937. "webpki",
  5938. ]
  5939. [[package]]
  5940. name = "quinn-proto"
  5941. version = "0.9.6"
  5942. source = "registry+https://github.com/rust-lang/crates.io-index"
  5943. checksum = "94b0b33c13a79f669c85defaf4c275dc86a0c0372807d0ca3d78e0bb87274863"
  5944. dependencies = [
  5945. "bytes",
  5946. "rand",
  5947. "ring 0.16.20",
  5948. "rustc-hash",
  5949. "rustls 0.20.9",
  5950. "rustls-native-certs",
  5951. "slab",
  5952. "thiserror",
  5953. "tinyvec",
  5954. "tracing",
  5955. "webpki",
  5956. ]
  5957. [[package]]
  5958. name = "quinn-udp"
  5959. version = "0.3.2"
  5960. source = "registry+https://github.com/rust-lang/crates.io-index"
  5961. checksum = "641538578b21f5e5c8ea733b736895576d0fe329bb883b937db6f4d163dbaaf4"
  5962. dependencies = [
  5963. "libc",
  5964. "quinn-proto",
  5965. "socket2 0.4.10",
  5966. "tracing",
  5967. "windows-sys 0.42.0",
  5968. ]
  5969. [[package]]
  5970. name = "quote"
  5971. version = "1.0.36"
  5972. source = "registry+https://github.com/rust-lang/crates.io-index"
  5973. checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
  5974. dependencies = [
  5975. "proc-macro2",
  5976. ]
  5977. [[package]]
  5978. name = "radium"
  5979. version = "0.7.0"
  5980. source = "registry+https://github.com/rust-lang/crates.io-index"
  5981. checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
  5982. [[package]]
  5983. name = "rand"
  5984. version = "0.8.5"
  5985. source = "registry+https://github.com/rust-lang/crates.io-index"
  5986. checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
  5987. dependencies = [
  5988. "libc",
  5989. "rand_chacha",
  5990. "rand_core",
  5991. ]
  5992. [[package]]
  5993. name = "rand_chacha"
  5994. version = "0.3.1"
  5995. source = "registry+https://github.com/rust-lang/crates.io-index"
  5996. checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
  5997. dependencies = [
  5998. "ppv-lite86",
  5999. "rand_core",
  6000. ]
  6001. [[package]]
  6002. name = "rand_core"
  6003. version = "0.6.4"
  6004. source = "registry+https://github.com/rust-lang/crates.io-index"
  6005. checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
  6006. dependencies = [
  6007. "getrandom",
  6008. ]
  6009. [[package]]
  6010. name = "raw-window-handle"
  6011. version = "0.5.2"
  6012. source = "registry+https://github.com/rust-lang/crates.io-index"
  6013. checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
  6014. [[package]]
  6015. name = "raw-window-handle"
  6016. version = "0.6.2"
  6017. source = "registry+https://github.com/rust-lang/crates.io-index"
  6018. checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
  6019. [[package]]
  6020. name = "raw_sync_2"
  6021. version = "0.1.5"
  6022. source = "registry+https://github.com/rust-lang/crates.io-index"
  6023. checksum = "f067b45fa17e31d15636789c2638bd562da5496d498876cf0495df78f7e4fdcb"
  6024. dependencies = [
  6025. "cfg-if 1.0.0",
  6026. "libc",
  6027. "nix 0.23.2",
  6028. "rand",
  6029. "winapi 0.3.9",
  6030. ]
  6031. [[package]]
  6032. name = "rawpointer"
  6033. version = "0.2.1"
  6034. source = "registry+https://github.com/rust-lang/crates.io-index"
  6035. checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
  6036. [[package]]
  6037. name = "rayon"
  6038. version = "1.10.0"
  6039. source = "registry+https://github.com/rust-lang/crates.io-index"
  6040. checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
  6041. dependencies = [
  6042. "either",
  6043. "rayon-core",
  6044. ]
  6045. [[package]]
  6046. name = "rayon-core"
  6047. version = "1.12.1"
  6048. source = "registry+https://github.com/rust-lang/crates.io-index"
  6049. checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
  6050. dependencies = [
  6051. "crossbeam-deque",
  6052. "crossbeam-utils",
  6053. ]
  6054. [[package]]
  6055. name = "re_analytics"
  6056. version = "0.15.1"
  6057. source = "registry+https://github.com/rust-lang/crates.io-index"
  6058. checksum = "28ed083fc621e7e7d9b9a17dbb4986a5329a05ac1ff52692e77826820eac4de9"
  6059. dependencies = [
  6060. "crossbeam",
  6061. "directories-next",
  6062. "ehttp",
  6063. "re_build_info",
  6064. "re_build_tools",
  6065. "re_log",
  6066. "serde",
  6067. "serde_json",
  6068. "sha2",
  6069. "thiserror",
  6070. "time",
  6071. "uuid",
  6072. "web-sys",
  6073. ]
  6074. [[package]]
  6075. name = "re_arrow2"
  6076. version = "0.17.4"
  6077. source = "registry+https://github.com/rust-lang/crates.io-index"
  6078. checksum = "c1285f33f03e2faf9f77b06c19f32f8c54792a4cbb19df762b9ea70b79e0773d"
  6079. dependencies = [
  6080. "ahash",
  6081. "arrow-format",
  6082. "bytemuck",
  6083. "chrono",
  6084. "comfy-table",
  6085. "dyn-clone",
  6086. "either",
  6087. "ethnum",
  6088. "foreign_vec",
  6089. "getrandom",
  6090. "hash_hasher",
  6091. "hashbrown 0.14.5",
  6092. "num-traits",
  6093. "rustc_version",
  6094. "simdutf8",
  6095. ]
  6096. [[package]]
  6097. name = "re_build_info"
  6098. version = "0.15.1"
  6099. source = "registry+https://github.com/rust-lang/crates.io-index"
  6100. checksum = "147f2e79d9d8ef833666413adbc795403e250cfd8f29f41ede198a5a4dde8612"
  6101. [[package]]
  6102. name = "re_build_tools"
  6103. version = "0.15.1"
  6104. source = "registry+https://github.com/rust-lang/crates.io-index"
  6105. checksum = "88dd6c26a72f68dd437dcbb462dc4fd5b6ab439f41f2dce2a12b95300266f725"
  6106. dependencies = [
  6107. "anyhow",
  6108. "cargo_metadata 0.18.1",
  6109. "glob",
  6110. "sha2",
  6111. "time",
  6112. "unindent",
  6113. "walkdir",
  6114. ]
  6115. [[package]]
  6116. name = "re_crash_handler"
  6117. version = "0.15.1"
  6118. source = "registry+https://github.com/rust-lang/crates.io-index"
  6119. checksum = "3feb098f6d9840f771f00b9c753f45eaa39687c5eac23549dbfe878a62c7d53d"
  6120. dependencies = [
  6121. "backtrace",
  6122. "itertools 0.12.1",
  6123. "libc",
  6124. "parking_lot",
  6125. "re_analytics",
  6126. "re_build_info",
  6127. ]
  6128. [[package]]
  6129. name = "re_data_source"
  6130. version = "0.15.1"
  6131. source = "registry+https://github.com/rust-lang/crates.io-index"
  6132. checksum = "aa09ab2bd8dfb4d3a0c9541adf1ddf1eb880812a8d2e24875533bfce644db469"
  6133. dependencies = [
  6134. "ahash",
  6135. "anyhow",
  6136. "image 0.24.9",
  6137. "itertools 0.12.1",
  6138. "once_cell",
  6139. "parking_lot",
  6140. "rayon",
  6141. "re_build_tools",
  6142. "re_log",
  6143. "re_log_encoding",
  6144. "re_log_types",
  6145. "re_smart_channel",
  6146. "re_tracing",
  6147. "re_types",
  6148. "re_ws_comms",
  6149. "thiserror",
  6150. "walkdir",
  6151. ]
  6152. [[package]]
  6153. name = "re_data_store"
  6154. version = "0.15.1"
  6155. source = "registry+https://github.com/rust-lang/crates.io-index"
  6156. checksum = "8faaee8c6f3c9aedf3b1b6c22050661861e41a8840f664d7685f6875667c9ba0"
  6157. dependencies = [
  6158. "ahash",
  6159. "document-features",
  6160. "indent",
  6161. "itertools 0.12.1",
  6162. "nohash-hasher",
  6163. "once_cell",
  6164. "parking_lot",
  6165. "re_arrow2",
  6166. "re_error",
  6167. "re_format",
  6168. "re_log",
  6169. "re_log_types",
  6170. "re_tracing",
  6171. "re_types_core",
  6172. "smallvec",
  6173. "thiserror",
  6174. "web-time",
  6175. ]
  6176. [[package]]
  6177. name = "re_data_ui"
  6178. version = "0.15.1"
  6179. source = "registry+https://github.com/rust-lang/crates.io-index"
  6180. checksum = "2fde87a2c87ca648bdcce352cf086f7536679c53a7583f2d27c299363fbaf231"
  6181. dependencies = [
  6182. "ahash",
  6183. "anyhow",
  6184. "bytemuck",
  6185. "egui",
  6186. "egui_extras",
  6187. "egui_plot",
  6188. "image 0.24.9",
  6189. "itertools 0.12.1",
  6190. "re_data_store",
  6191. "re_entity_db",
  6192. "re_error",
  6193. "re_format",
  6194. "re_log",
  6195. "re_log_types",
  6196. "re_query",
  6197. "re_renderer",
  6198. "re_smart_channel",
  6199. "re_tracing",
  6200. "re_types",
  6201. "re_types_core",
  6202. "re_ui",
  6203. "re_viewer_context",
  6204. "rfd",
  6205. ]
  6206. [[package]]
  6207. name = "re_entity_db"
  6208. version = "0.15.1"
  6209. source = "registry+https://github.com/rust-lang/crates.io-index"
  6210. checksum = "14f8d79b407fc1068f92994bcbf8681f1f6087547bf72ef6491f824a6965a0b2"
  6211. dependencies = [
  6212. "ahash",
  6213. "document-features",
  6214. "emath",
  6215. "getrandom",
  6216. "itertools 0.12.1",
  6217. "nohash-hasher",
  6218. "parking_lot",
  6219. "re_data_store",
  6220. "re_format",
  6221. "re_int_histogram",
  6222. "re_log",
  6223. "re_log_encoding",
  6224. "re_log_types",
  6225. "re_query",
  6226. "re_query_cache",
  6227. "re_smart_channel",
  6228. "re_tracing",
  6229. "re_types_core",
  6230. "rmp-serde",
  6231. "serde",
  6232. "thiserror",
  6233. "web-time",
  6234. ]
  6235. [[package]]
  6236. name = "re_error"
  6237. version = "0.15.1"
  6238. source = "registry+https://github.com/rust-lang/crates.io-index"
  6239. checksum = "8a561ff5a4cdf5bc37c03f62fd78f618326c4cb0b10d2d7a062b33490bf9d630"
  6240. [[package]]
  6241. name = "re_format"
  6242. version = "0.15.1"
  6243. source = "registry+https://github.com/rust-lang/crates.io-index"
  6244. checksum = "4405cf9203a791ff5e23bcbd54718635f9ec2323d48ea7d2c312adb6af756ca4"
  6245. dependencies = [
  6246. "comfy-table",
  6247. "num-traits",
  6248. "re_arrow2",
  6249. "re_tuid",
  6250. "re_types_core",
  6251. ]
  6252. [[package]]
  6253. name = "re_int_histogram"
  6254. version = "0.15.1"
  6255. source = "registry+https://github.com/rust-lang/crates.io-index"
  6256. checksum = "d422a395b4c0e0aed3acaca56a2b5681fc0a89d2a0d58323c2b940ae5944ac2f"
  6257. dependencies = [
  6258. "smallvec",
  6259. "static_assertions",
  6260. ]
  6261. [[package]]
  6262. name = "re_log"
  6263. version = "0.15.1"
  6264. source = "registry+https://github.com/rust-lang/crates.io-index"
  6265. checksum = "35056426bb497a2bd30ec54f1aac35f32c6b0f2cd64fd833509ebb1e4be19f11"
  6266. dependencies = [
  6267. "env_logger",
  6268. "js-sys",
  6269. "log",
  6270. "log-once",
  6271. "parking_lot",
  6272. "tracing",
  6273. "wasm-bindgen",
  6274. ]
  6275. [[package]]
  6276. name = "re_log_encoding"
  6277. version = "0.15.1"
  6278. source = "registry+https://github.com/rust-lang/crates.io-index"
  6279. checksum = "10ff455e7e5e091cf8e43ce397c03ebad81357e3f45eab9a076674e7f2002618"
  6280. dependencies = [
  6281. "ehttp",
  6282. "js-sys",
  6283. "lz4_flex",
  6284. "parking_lot",
  6285. "re_build_info",
  6286. "re_log",
  6287. "re_log_types",
  6288. "re_smart_channel",
  6289. "re_tracing",
  6290. "rmp-serde",
  6291. "thiserror",
  6292. "wasm-bindgen",
  6293. "wasm-bindgen-futures",
  6294. "web-sys",
  6295. "web-time",
  6296. ]
  6297. [[package]]
  6298. name = "re_log_types"
  6299. version = "0.15.1"
  6300. source = "registry+https://github.com/rust-lang/crates.io-index"
  6301. checksum = "239e3176efb51de961a8ea4d27af8b8076c37e40f8788b5a87e060fb806d7a29"
  6302. dependencies = [
  6303. "ahash",
  6304. "anyhow",
  6305. "backtrace",
  6306. "bytemuck",
  6307. "clean-path",
  6308. "crossbeam",
  6309. "document-features",
  6310. "fixed",
  6311. "half",
  6312. "itertools 0.12.1",
  6313. "natord",
  6314. "nohash-hasher",
  6315. "num-derive",
  6316. "num-traits",
  6317. "re_arrow2",
  6318. "re_format",
  6319. "re_log",
  6320. "re_string_interner",
  6321. "re_tracing",
  6322. "re_tuid",
  6323. "re_types_core",
  6324. "serde",
  6325. "serde_bytes",
  6326. "similar-asserts",
  6327. "smallvec",
  6328. "thiserror",
  6329. "time",
  6330. "typenum",
  6331. "uuid",
  6332. "web-time",
  6333. ]
  6334. [[package]]
  6335. name = "re_memory"
  6336. version = "0.15.1"
  6337. source = "registry+https://github.com/rust-lang/crates.io-index"
  6338. checksum = "6812a6e08580fd7c6864eb018a8535093c23ab28cc4a607fe20b65b991dc1a36"
  6339. dependencies = [
  6340. "ahash",
  6341. "backtrace",
  6342. "emath",
  6343. "itertools 0.12.1",
  6344. "memory-stats",
  6345. "nohash-hasher",
  6346. "once_cell",
  6347. "parking_lot",
  6348. "re_format",
  6349. "re_log",
  6350. "re_tracing",
  6351. "smallvec",
  6352. "sysinfo 0.30.12",
  6353. "wasm-bindgen",
  6354. "web-time",
  6355. ]
  6356. [[package]]
  6357. name = "re_query"
  6358. version = "0.15.1"
  6359. source = "registry+https://github.com/rust-lang/crates.io-index"
  6360. checksum = "64be284a20b1756e11702fbb6b9021ea9f291f6541dcf0def23dda8da803055c"
  6361. dependencies = [
  6362. "backtrace",
  6363. "document-features",
  6364. "itertools 0.12.1",
  6365. "re_arrow2",
  6366. "re_data_store",
  6367. "re_format",
  6368. "re_log",
  6369. "re_log_types",
  6370. "re_tracing",
  6371. "re_types_core",
  6372. "serde",
  6373. "smallvec",
  6374. "thiserror",
  6375. ]
  6376. [[package]]
  6377. name = "re_query_cache"
  6378. version = "0.15.1"
  6379. source = "registry+https://github.com/rust-lang/crates.io-index"
  6380. checksum = "cc2e00e32ea25bd8cc8393a184b5c0b135fac7cf86aad131d818f5973dd0ccbf"
  6381. dependencies = [
  6382. "ahash",
  6383. "indent",
  6384. "itertools 0.12.1",
  6385. "parking_lot",
  6386. "paste",
  6387. "re_data_store",
  6388. "re_format",
  6389. "re_log",
  6390. "re_log_types",
  6391. "re_query",
  6392. "re_tracing",
  6393. "re_types_core",
  6394. "seq-macro",
  6395. "web-time",
  6396. ]
  6397. [[package]]
  6398. name = "re_renderer"
  6399. version = "0.15.1"
  6400. source = "registry+https://github.com/rust-lang/crates.io-index"
  6401. checksum = "2902018a22e9cb535737582bc2c26e8e4939d0b24a5cd404c61919739e1f6d61"
  6402. dependencies = [
  6403. "ahash",
  6404. "anyhow",
  6405. "bitflags 2.5.0",
  6406. "bytemuck",
  6407. "cfg-if 1.0.0",
  6408. "cfg_aliases 0.2.1",
  6409. "clean-path",
  6410. "crossbeam",
  6411. "document-features",
  6412. "ecolor",
  6413. "enumset",
  6414. "getrandom",
  6415. "glam",
  6416. "gltf",
  6417. "half",
  6418. "itertools 0.12.1",
  6419. "macaw",
  6420. "never",
  6421. "notify 6.1.1",
  6422. "ordered-float 4.2.0",
  6423. "parking_lot",
  6424. "pathdiff",
  6425. "profiling",
  6426. "re_arrow2",
  6427. "re_build_tools",
  6428. "re_error",
  6429. "re_log",
  6430. "re_tracing",
  6431. "serde",
  6432. "slotmap",
  6433. "smallvec",
  6434. "static_assertions",
  6435. "thiserror",
  6436. "tinystl",
  6437. "tobj",
  6438. "type-map",
  6439. "walkdir",
  6440. "wasm-bindgen-futures",
  6441. "wgpu",
  6442. "wgpu-core",
  6443. ]
  6444. [[package]]
  6445. name = "re_sdk"
  6446. version = "0.15.1"
  6447. source = "registry+https://github.com/rust-lang/crates.io-index"
  6448. checksum = "45192dc7062d954626534e46709c3998a9c0773ffc48fad16d0ab2cd0278a895"
  6449. dependencies = [
  6450. "ahash",
  6451. "anyhow",
  6452. "crossbeam",
  6453. "document-features",
  6454. "itertools 0.12.1",
  6455. "once_cell",
  6456. "parking_lot",
  6457. "re_build_info",
  6458. "re_build_tools",
  6459. "re_data_source",
  6460. "re_log",
  6461. "re_log_encoding",
  6462. "re_log_types",
  6463. "re_memory",
  6464. "re_sdk_comms",
  6465. "re_smart_channel",
  6466. "re_types_core",
  6467. "re_web_viewer_server",
  6468. "re_ws_comms",
  6469. "thiserror",
  6470. "webbrowser",
  6471. ]
  6472. [[package]]
  6473. name = "re_sdk_comms"
  6474. version = "0.15.1"
  6475. source = "registry+https://github.com/rust-lang/crates.io-index"
  6476. checksum = "3fe674910694817af5ff3efc4b36f19c7ce9e01f797e9d53b450e094eef3067a"
  6477. dependencies = [
  6478. "ahash",
  6479. "crossbeam",
  6480. "document-features",
  6481. "rand",
  6482. "re_log",
  6483. "re_log_encoding",
  6484. "re_log_types",
  6485. "re_smart_channel",
  6486. "thiserror",
  6487. "tokio",
  6488. ]
  6489. [[package]]
  6490. name = "re_smart_channel"
  6491. version = "0.15.1"
  6492. source = "registry+https://github.com/rust-lang/crates.io-index"
  6493. checksum = "473934eb487c8f439cbde1e565c7a57e5a37909092c93d6a100efa1a8d52f5d6"
  6494. dependencies = [
  6495. "crossbeam",
  6496. "parking_lot",
  6497. "re_tracing",
  6498. "serde",
  6499. "web-time",
  6500. ]
  6501. [[package]]
  6502. name = "re_space_view"
  6503. version = "0.15.1"
  6504. source = "registry+https://github.com/rust-lang/crates.io-index"
  6505. checksum = "88a75158bba7b189228da2ca2c6801a74c42290a0120af78b93ec30035edafb3"
  6506. dependencies = [
  6507. "ahash",
  6508. "egui",
  6509. "itertools 0.12.1",
  6510. "nohash-hasher",
  6511. "re_data_store",
  6512. "re_entity_db",
  6513. "re_log",
  6514. "re_log_types",
  6515. "re_query",
  6516. "re_tracing",
  6517. "re_types",
  6518. "re_types_core",
  6519. "re_viewer_context",
  6520. "slotmap",
  6521. "smallvec",
  6522. ]
  6523. [[package]]
  6524. name = "re_space_view_bar_chart"
  6525. version = "0.15.1"
  6526. source = "registry+https://github.com/rust-lang/crates.io-index"
  6527. checksum = "5ff7920522519199c365b5e049fe46c6dde0c4c1b356318239c0409c00e04495"
  6528. dependencies = [
  6529. "egui",
  6530. "egui_plot",
  6531. "re_data_store",
  6532. "re_entity_db",
  6533. "re_log",
  6534. "re_log_types",
  6535. "re_renderer",
  6536. "re_space_view",
  6537. "re_tracing",
  6538. "re_types",
  6539. "re_ui",
  6540. "re_viewer_context",
  6541. ]
  6542. [[package]]
  6543. name = "re_space_view_dataframe"
  6544. version = "0.15.1"
  6545. source = "registry+https://github.com/rust-lang/crates.io-index"
  6546. checksum = "b4c09039219aae6bc2c6a1cb9e98c36f59858006ee639501b5c190f9e9d7fe7b"
  6547. dependencies = [
  6548. "egui",
  6549. "egui_extras",
  6550. "re_data_store",
  6551. "re_data_ui",
  6552. "re_entity_db",
  6553. "re_log_types",
  6554. "re_query",
  6555. "re_renderer",
  6556. "re_tracing",
  6557. "re_types",
  6558. "re_ui",
  6559. "re_viewer_context",
  6560. ]
  6561. [[package]]
  6562. name = "re_space_view_spatial"
  6563. version = "0.15.1"
  6564. source = "registry+https://github.com/rust-lang/crates.io-index"
  6565. checksum = "ee0c742b6de79ca773bed2aa9255c2f0cad0a4b43181fed025d43e52a5885b73"
  6566. dependencies = [
  6567. "ahash",
  6568. "anyhow",
  6569. "bitflags 2.5.0",
  6570. "bytemuck",
  6571. "egui",
  6572. "glam",
  6573. "itertools 0.12.1",
  6574. "macaw",
  6575. "nohash-hasher",
  6576. "once_cell",
  6577. "parking_lot",
  6578. "rayon",
  6579. "re_data_store",
  6580. "re_data_ui",
  6581. "re_entity_db",
  6582. "re_error",
  6583. "re_format",
  6584. "re_log",
  6585. "re_log_types",
  6586. "re_query",
  6587. "re_query_cache",
  6588. "re_renderer",
  6589. "re_space_view",
  6590. "re_tracing",
  6591. "re_types",
  6592. "re_ui",
  6593. "re_viewer_context",
  6594. "serde",
  6595. "smallvec",
  6596. "web-time",
  6597. ]
  6598. [[package]]
  6599. name = "re_space_view_tensor"
  6600. version = "0.15.1"
  6601. source = "registry+https://github.com/rust-lang/crates.io-index"
  6602. checksum = "48ad9ea32a7ba75fa07ce1346450ce78dbe8b855086dd248d13d44f5cdfa24fc"
  6603. dependencies = [
  6604. "ahash",
  6605. "anyhow",
  6606. "bytemuck",
  6607. "egui",
  6608. "half",
  6609. "ndarray",
  6610. "re_data_store",
  6611. "re_data_ui",
  6612. "re_entity_db",
  6613. "re_log",
  6614. "re_log_types",
  6615. "re_renderer",
  6616. "re_space_view",
  6617. "re_tracing",
  6618. "re_types",
  6619. "re_ui",
  6620. "re_viewer_context",
  6621. "serde",
  6622. "thiserror",
  6623. "wgpu",
  6624. ]
  6625. [[package]]
  6626. name = "re_space_view_text_document"
  6627. version = "0.15.1"
  6628. source = "registry+https://github.com/rust-lang/crates.io-index"
  6629. checksum = "ea29a1471fccfb28c79bf5b745655c0c3b0b14285a20dd61f29812ee54914cb0"
  6630. dependencies = [
  6631. "egui",
  6632. "egui_commonmark",
  6633. "itertools 0.12.1",
  6634. "re_data_store",
  6635. "re_log",
  6636. "re_query",
  6637. "re_renderer",
  6638. "re_space_view",
  6639. "re_tracing",
  6640. "re_types",
  6641. "re_ui",
  6642. "re_viewer_context",
  6643. ]
  6644. [[package]]
  6645. name = "re_space_view_text_log"
  6646. version = "0.15.1"
  6647. source = "registry+https://github.com/rust-lang/crates.io-index"
  6648. checksum = "60b72e7a3ec29386a91336cf60859d9668dad072ef4b14317dbf3c0bf86aec53"
  6649. dependencies = [
  6650. "egui",
  6651. "egui_extras",
  6652. "itertools 0.12.1",
  6653. "re_data_store",
  6654. "re_data_ui",
  6655. "re_entity_db",
  6656. "re_log",
  6657. "re_log_types",
  6658. "re_query_cache",
  6659. "re_renderer",
  6660. "re_tracing",
  6661. "re_types",
  6662. "re_ui",
  6663. "re_viewer_context",
  6664. ]
  6665. [[package]]
  6666. name = "re_space_view_time_series"
  6667. version = "0.15.1"
  6668. source = "registry+https://github.com/rust-lang/crates.io-index"
  6669. checksum = "c8d5194c716fed198893a3712afd4b71c05e914e9b26b9e2a54ed031b4467502"
  6670. dependencies = [
  6671. "egui",
  6672. "egui_plot",
  6673. "itertools 0.12.1",
  6674. "parking_lot",
  6675. "rayon",
  6676. "re_data_store",
  6677. "re_format",
  6678. "re_log",
  6679. "re_log_types",
  6680. "re_query",
  6681. "re_query_cache",
  6682. "re_renderer",
  6683. "re_space_view",
  6684. "re_tracing",
  6685. "re_types",
  6686. "re_ui",
  6687. "re_viewer_context",
  6688. ]
  6689. [[package]]
  6690. name = "re_string_interner"
  6691. version = "0.15.1"
  6692. source = "registry+https://github.com/rust-lang/crates.io-index"
  6693. checksum = "fbaf2000f39f12a01789ab13f5515028784e62be80006f9a3bdc92283ba9eff4"
  6694. dependencies = [
  6695. "ahash",
  6696. "nohash-hasher",
  6697. "once_cell",
  6698. "parking_lot",
  6699. "serde",
  6700. "static_assertions",
  6701. ]
  6702. [[package]]
  6703. name = "re_time_panel"
  6704. version = "0.15.1"
  6705. source = "registry+https://github.com/rust-lang/crates.io-index"
  6706. checksum = "2a9a4e9831bc379ba8e9cc07987fe63a25100eea2f918f0f4da65d485631809c"
  6707. dependencies = [
  6708. "egui",
  6709. "itertools 0.12.1",
  6710. "re_data_store",
  6711. "re_data_ui",
  6712. "re_entity_db",
  6713. "re_format",
  6714. "re_log_types",
  6715. "re_tracing",
  6716. "re_ui",
  6717. "re_viewer_context",
  6718. "re_viewport",
  6719. "serde",
  6720. "vec1",
  6721. ]
  6722. [[package]]
  6723. name = "re_tracing"
  6724. version = "0.15.1"
  6725. source = "registry+https://github.com/rust-lang/crates.io-index"
  6726. checksum = "61ca94b1087b377bde7e109c969b381c38d9a5a93a8265635a18aa3b341a5250"
  6727. dependencies = [
  6728. "puffin",
  6729. "puffin_http",
  6730. "re_log",
  6731. "rfd",
  6732. ]
  6733. [[package]]
  6734. name = "re_tuid"
  6735. version = "0.15.1"
  6736. source = "registry+https://github.com/rust-lang/crates.io-index"
  6737. checksum = "f82367ff940f00195fc6cc868d5e9cbec26ae1a3b7de6fa4b1c37457a42e93b5"
  6738. dependencies = [
  6739. "document-features",
  6740. "getrandom",
  6741. "once_cell",
  6742. "serde",
  6743. "web-time",
  6744. ]
  6745. [[package]]
  6746. name = "re_types"
  6747. version = "0.15.1"
  6748. source = "registry+https://github.com/rust-lang/crates.io-index"
  6749. checksum = "6acfd68909dd9720a2f9542ef0f660a33b3e7afd11c46c35f7e10101679d378e"
  6750. dependencies = [
  6751. "anyhow",
  6752. "array-init",
  6753. "bytemuck",
  6754. "document-features",
  6755. "ecolor",
  6756. "egui_plot",
  6757. "glam",
  6758. "half",
  6759. "image 0.24.9",
  6760. "infer",
  6761. "itertools 0.12.1",
  6762. "linked-hash-map",
  6763. "mime_guess2",
  6764. "ndarray",
  6765. "nohash-hasher",
  6766. "once_cell",
  6767. "ply-rs",
  6768. "rayon",
  6769. "re_arrow2",
  6770. "re_build_tools",
  6771. "re_log",
  6772. "re_tracing",
  6773. "re_types_builder",
  6774. "re_types_core",
  6775. "smallvec",
  6776. "thiserror",
  6777. "uuid",
  6778. "zune-core",
  6779. "zune-jpeg",
  6780. ]
  6781. [[package]]
  6782. name = "re_types_builder"
  6783. version = "0.15.1"
  6784. source = "registry+https://github.com/rust-lang/crates.io-index"
  6785. checksum = "fe6bf1bb44be7f5ebed2d3f8bb46c67669d7ecbe52731ab0edd16cc2db3f02f2"
  6786. dependencies = [
  6787. "anyhow",
  6788. "camino",
  6789. "clang-format",
  6790. "convert_case",
  6791. "flatbuffers",
  6792. "indent",
  6793. "itertools 0.12.1",
  6794. "prettyplease 0.2.20",
  6795. "proc-macro2",
  6796. "quote",
  6797. "rayon",
  6798. "re_arrow2",
  6799. "re_build_tools",
  6800. "re_log",
  6801. "re_tracing",
  6802. "rust-format",
  6803. "syn 2.0.65",
  6804. "tempfile",
  6805. "unindent",
  6806. "xshell",
  6807. ]
  6808. [[package]]
  6809. name = "re_types_core"
  6810. version = "0.15.1"
  6811. source = "registry+https://github.com/rust-lang/crates.io-index"
  6812. checksum = "49a3d0143e33bd1d91ff8754511dbd1f038e4fa7bdc3fca0ac0f8619c0f778d3"
  6813. dependencies = [
  6814. "anyhow",
  6815. "backtrace",
  6816. "bytemuck",
  6817. "document-features",
  6818. "once_cell",
  6819. "re_arrow2",
  6820. "re_error",
  6821. "re_string_interner",
  6822. "re_tracing",
  6823. "re_tuid",
  6824. "serde",
  6825. "smallvec",
  6826. "thiserror",
  6827. ]
  6828. [[package]]
  6829. name = "re_ui"
  6830. version = "0.15.1"
  6831. source = "registry+https://github.com/rust-lang/crates.io-index"
  6832. checksum = "50017df0dca14a4995a71397db0a4f2e9a4a1118aee4e79c14beabdb92413cc6"
  6833. dependencies = [
  6834. "egui",
  6835. "egui_commonmark",
  6836. "egui_extras",
  6837. "parking_lot",
  6838. "re_entity_db",
  6839. "re_format",
  6840. "re_log_types",
  6841. "serde",
  6842. "serde_json",
  6843. "strum 0.25.0",
  6844. "strum_macros 0.25.3",
  6845. "sublime_fuzzy",
  6846. ]
  6847. [[package]]
  6848. name = "re_viewer"
  6849. version = "0.15.1"
  6850. source = "registry+https://github.com/rust-lang/crates.io-index"
  6851. checksum = "6770f90562ef536eecb5cf9490c2fe125c813b7e58c816afaf3c9b026fcb80e8"
  6852. dependencies = [
  6853. "ahash",
  6854. "anyhow",
  6855. "bytemuck",
  6856. "cfg-if 1.0.0",
  6857. "eframe",
  6858. "egui",
  6859. "egui-wgpu",
  6860. "egui_extras",
  6861. "egui_plot",
  6862. "egui_tiles",
  6863. "ehttp",
  6864. "image 0.24.9",
  6865. "itertools 0.12.1",
  6866. "js-sys",
  6867. "once_cell",
  6868. "poll-promise",
  6869. "re_analytics",
  6870. "re_build_info",
  6871. "re_build_tools",
  6872. "re_data_source",
  6873. "re_data_store",
  6874. "re_data_ui",
  6875. "re_entity_db",
  6876. "re_error",
  6877. "re_format",
  6878. "re_log",
  6879. "re_log_encoding",
  6880. "re_log_types",
  6881. "re_memory",
  6882. "re_query_cache",
  6883. "re_renderer",
  6884. "re_smart_channel",
  6885. "re_space_view",
  6886. "re_space_view_bar_chart",
  6887. "re_space_view_dataframe",
  6888. "re_space_view_spatial",
  6889. "re_space_view_tensor",
  6890. "re_space_view_text_document",
  6891. "re_space_view_text_log",
  6892. "re_space_view_time_series",
  6893. "re_time_panel",
  6894. "re_tracing",
  6895. "re_types",
  6896. "re_types_core",
  6897. "re_ui",
  6898. "re_viewer_context",
  6899. "re_viewport",
  6900. "re_ws_comms",
  6901. "rfd",
  6902. "ron",
  6903. "serde",
  6904. "serde_json",
  6905. "thiserror",
  6906. "time",
  6907. "wasm-bindgen",
  6908. "wasm-bindgen-futures",
  6909. "web-sys",
  6910. "web-time",
  6911. "wgpu",
  6912. ]
  6913. [[package]]
  6914. name = "re_viewer_context"
  6915. version = "0.15.1"
  6916. source = "registry+https://github.com/rust-lang/crates.io-index"
  6917. checksum = "e2de3a41feea776f865e3315f7422298a7299d5ac59068fbc5018fc9dd2865b8"
  6918. dependencies = [
  6919. "ahash",
  6920. "anyhow",
  6921. "arboard",
  6922. "bit-vec",
  6923. "bytemuck",
  6924. "egui",
  6925. "egui-wgpu",
  6926. "egui_tiles",
  6927. "glam",
  6928. "half",
  6929. "indexmap 2.2.6",
  6930. "itertools 0.12.1",
  6931. "macaw",
  6932. "ndarray",
  6933. "nohash-hasher",
  6934. "once_cell",
  6935. "parking_lot",
  6936. "re_data_source",
  6937. "re_data_store",
  6938. "re_entity_db",
  6939. "re_log",
  6940. "re_log_types",
  6941. "re_query",
  6942. "re_query_cache",
  6943. "re_renderer",
  6944. "re_smart_channel",
  6945. "re_string_interner",
  6946. "re_tracing",
  6947. "re_types",
  6948. "re_ui",
  6949. "serde",
  6950. "slotmap",
  6951. "smallvec",
  6952. "thiserror",
  6953. "uuid",
  6954. "wgpu",
  6955. ]
  6956. [[package]]
  6957. name = "re_viewport"
  6958. version = "0.15.1"
  6959. source = "registry+https://github.com/rust-lang/crates.io-index"
  6960. checksum = "1cc8b3fd1a6eefa041a7dec6a2556f6f9a60c47107e4a3297b9ebb7fa9ae1943"
  6961. dependencies = [
  6962. "ahash",
  6963. "array-init",
  6964. "bytemuck",
  6965. "egui",
  6966. "egui_tiles",
  6967. "glam",
  6968. "image 0.24.9",
  6969. "itertools 0.12.1",
  6970. "nohash-hasher",
  6971. "once_cell",
  6972. "rayon",
  6973. "re_arrow2",
  6974. "re_data_store",
  6975. "re_data_ui",
  6976. "re_entity_db",
  6977. "re_log",
  6978. "re_log_types",
  6979. "re_query",
  6980. "re_renderer",
  6981. "re_smart_channel",
  6982. "re_space_view",
  6983. "re_space_view_time_series",
  6984. "re_tracing",
  6985. "re_types",
  6986. "re_types_core",
  6987. "re_ui",
  6988. "re_viewer_context",
  6989. "rmp-serde",
  6990. "smallvec",
  6991. ]
  6992. [[package]]
  6993. name = "re_web_viewer_server"
  6994. version = "0.15.1"
  6995. source = "registry+https://github.com/rust-lang/crates.io-index"
  6996. checksum = "a9d11fe92ba3e159b2c4fe3640973d00cf8143ffb8d010078068a16b58a0c48b"
  6997. dependencies = [
  6998. "clap 4.5.4",
  6999. "document-features",
  7000. "futures-util",
  7001. "hyper 0.14.28",
  7002. "re_analytics",
  7003. "re_log",
  7004. "thiserror",
  7005. "tokio",
  7006. "webbrowser",
  7007. ]
  7008. [[package]]
  7009. name = "re_ws_comms"
  7010. version = "0.15.1"
  7011. source = "registry+https://github.com/rust-lang/crates.io-index"
  7012. checksum = "e2fcd476b838119c1c57973c7df3b379cc6e74e9b97a72cf9bb4488170b95d20"
  7013. dependencies = [
  7014. "anyhow",
  7015. "bincode",
  7016. "document-features",
  7017. "ewebsock",
  7018. "futures-channel",
  7019. "futures-util",
  7020. "parking_lot",
  7021. "re_format",
  7022. "re_log",
  7023. "re_log_types",
  7024. "re_memory",
  7025. "re_smart_channel",
  7026. "re_tracing",
  7027. "thiserror",
  7028. "tokio",
  7029. "tokio-tungstenite",
  7030. "tungstenite 0.20.1",
  7031. ]
  7032. [[package]]
  7033. name = "redox_syscall"
  7034. version = "0.3.5"
  7035. source = "registry+https://github.com/rust-lang/crates.io-index"
  7036. checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
  7037. dependencies = [
  7038. "bitflags 1.3.2",
  7039. ]
  7040. [[package]]
  7041. name = "redox_syscall"
  7042. version = "0.4.1"
  7043. source = "registry+https://github.com/rust-lang/crates.io-index"
  7044. checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
  7045. dependencies = [
  7046. "bitflags 1.3.2",
  7047. ]
  7048. [[package]]
  7049. name = "redox_syscall"
  7050. version = "0.5.1"
  7051. source = "registry+https://github.com/rust-lang/crates.io-index"
  7052. checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
  7053. dependencies = [
  7054. "bitflags 2.5.0",
  7055. ]
  7056. [[package]]
  7057. name = "redox_users"
  7058. version = "0.4.5"
  7059. source = "registry+https://github.com/rust-lang/crates.io-index"
  7060. checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
  7061. dependencies = [
  7062. "getrandom",
  7063. "libredox 0.1.3",
  7064. "thiserror",
  7065. ]
  7066. [[package]]
  7067. name = "regex"
  7068. version = "1.10.4"
  7069. source = "registry+https://github.com/rust-lang/crates.io-index"
  7070. checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
  7071. dependencies = [
  7072. "aho-corasick",
  7073. "memchr",
  7074. "regex-automata 0.4.6",
  7075. "regex-syntax 0.8.3",
  7076. ]
  7077. [[package]]
  7078. name = "regex-automata"
  7079. version = "0.1.10"
  7080. source = "registry+https://github.com/rust-lang/crates.io-index"
  7081. checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
  7082. dependencies = [
  7083. "regex-syntax 0.6.29",
  7084. ]
  7085. [[package]]
  7086. name = "regex-automata"
  7087. version = "0.4.6"
  7088. source = "registry+https://github.com/rust-lang/crates.io-index"
  7089. checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
  7090. dependencies = [
  7091. "aho-corasick",
  7092. "memchr",
  7093. "regex-syntax 0.8.3",
  7094. ]
  7095. [[package]]
  7096. name = "regex-syntax"
  7097. version = "0.6.29"
  7098. source = "registry+https://github.com/rust-lang/crates.io-index"
  7099. checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
  7100. [[package]]
  7101. name = "regex-syntax"
  7102. version = "0.8.3"
  7103. source = "registry+https://github.com/rust-lang/crates.io-index"
  7104. checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
  7105. [[package]]
  7106. name = "renderdoc-sys"
  7107. version = "1.1.0"
  7108. source = "registry+https://github.com/rust-lang/crates.io-index"
  7109. checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
  7110. [[package]]
  7111. name = "reqwest"
  7112. version = "0.12.4"
  7113. source = "registry+https://github.com/rust-lang/crates.io-index"
  7114. checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10"
  7115. dependencies = [
  7116. "base64 0.22.1",
  7117. "bytes",
  7118. "futures-core",
  7119. "futures-util",
  7120. "http 1.1.0",
  7121. "http-body 1.0.0",
  7122. "http-body-util",
  7123. "hyper 1.3.1",
  7124. "hyper-rustls",
  7125. "hyper-util",
  7126. "ipnet",
  7127. "js-sys",
  7128. "log",
  7129. "mime",
  7130. "once_cell",
  7131. "percent-encoding",
  7132. "pin-project-lite",
  7133. "rustls 0.22.4",
  7134. "rustls-pemfile 2.1.2",
  7135. "rustls-pki-types",
  7136. "serde",
  7137. "serde_json",
  7138. "serde_urlencoded",
  7139. "sync_wrapper",
  7140. "tokio",
  7141. "tokio-rustls",
  7142. "tower-service",
  7143. "url",
  7144. "wasm-bindgen",
  7145. "wasm-bindgen-futures",
  7146. "web-sys",
  7147. "webpki-roots 0.26.1",
  7148. "winreg",
  7149. ]
  7150. [[package]]
  7151. name = "rerun"
  7152. version = "0.15.1"
  7153. source = "registry+https://github.com/rust-lang/crates.io-index"
  7154. checksum = "6978682653fc699d484b92d0ee75e25b73fdf9b0e50d62b67707d6bcd7f4cc96"
  7155. dependencies = [
  7156. "anyhow",
  7157. "document-features",
  7158. "env_logger",
  7159. "itertools 0.12.1",
  7160. "log",
  7161. "puffin",
  7162. "rayon",
  7163. "re_analytics",
  7164. "re_build_info",
  7165. "re_build_tools",
  7166. "re_crash_handler",
  7167. "re_entity_db",
  7168. "re_format",
  7169. "re_log",
  7170. "re_log_types",
  7171. "re_memory",
  7172. "re_sdk",
  7173. "re_sdk_comms",
  7174. "re_smart_channel",
  7175. "re_tracing",
  7176. "re_types",
  7177. "re_viewer",
  7178. "re_web_viewer_server",
  7179. ]
  7180. [[package]]
  7181. name = "rfd"
  7182. version = "0.12.1"
  7183. source = "registry+https://github.com/rust-lang/crates.io-index"
  7184. checksum = "3c9e7b57df6e8472152674607f6cc68aa14a748a3157a857a94f516e11aeacc2"
  7185. dependencies = [
  7186. "ashpd",
  7187. "async-io 1.13.0",
  7188. "block",
  7189. "dispatch",
  7190. "futures-util",
  7191. "js-sys",
  7192. "log",
  7193. "objc",
  7194. "objc-foundation",
  7195. "objc_id",
  7196. "pollster",
  7197. "raw-window-handle 0.5.2",
  7198. "urlencoding",
  7199. "wasm-bindgen",
  7200. "wasm-bindgen-futures",
  7201. "web-sys",
  7202. "windows-sys 0.48.0",
  7203. ]
  7204. [[package]]
  7205. name = "rgb"
  7206. version = "0.8.37"
  7207. source = "registry+https://github.com/rust-lang/crates.io-index"
  7208. checksum = "05aaa8004b64fd573fc9d002f4e632d51ad4f026c2b5ba95fcb6c2f32c2c47d8"
  7209. dependencies = [
  7210. "bytemuck",
  7211. ]
  7212. [[package]]
  7213. name = "ring"
  7214. version = "0.16.20"
  7215. source = "registry+https://github.com/rust-lang/crates.io-index"
  7216. checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
  7217. dependencies = [
  7218. "cc",
  7219. "libc",
  7220. "once_cell",
  7221. "spin 0.5.2",
  7222. "untrusted 0.7.1",
  7223. "web-sys",
  7224. "winapi 0.3.9",
  7225. ]
  7226. [[package]]
  7227. name = "ring"
  7228. version = "0.17.8"
  7229. source = "registry+https://github.com/rust-lang/crates.io-index"
  7230. checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
  7231. dependencies = [
  7232. "cc",
  7233. "cfg-if 1.0.0",
  7234. "getrandom",
  7235. "libc",
  7236. "spin 0.9.8",
  7237. "untrusted 0.9.0",
  7238. "windows-sys 0.52.0",
  7239. ]
  7240. [[package]]
  7241. name = "ringbuffer-spsc"
  7242. version = "0.1.9"
  7243. source = "registry+https://github.com/rust-lang/crates.io-index"
  7244. checksum = "2fd1938faa63a2362ee1747afb2d10567d0fb1413b9cbd6198a8541485c4f773"
  7245. dependencies = [
  7246. "array-init",
  7247. "cache-padded",
  7248. ]
  7249. [[package]]
  7250. name = "rmp"
  7251. version = "0.8.14"
  7252. source = "registry+https://github.com/rust-lang/crates.io-index"
  7253. checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
  7254. dependencies = [
  7255. "byteorder",
  7256. "num-traits",
  7257. "paste",
  7258. ]
  7259. [[package]]
  7260. name = "rmp-serde"
  7261. version = "1.3.0"
  7262. source = "registry+https://github.com/rust-lang/crates.io-index"
  7263. checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db"
  7264. dependencies = [
  7265. "byteorder",
  7266. "rmp",
  7267. "serde",
  7268. ]
  7269. [[package]]
  7270. name = "ron"
  7271. version = "0.8.1"
  7272. source = "registry+https://github.com/rust-lang/crates.io-index"
  7273. checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94"
  7274. dependencies = [
  7275. "base64 0.21.7",
  7276. "bitflags 2.5.0",
  7277. "serde",
  7278. "serde_derive",
  7279. ]
  7280. [[package]]
  7281. name = "ros2-client"
  7282. version = "0.7.2"
  7283. source = "registry+https://github.com/rust-lang/crates.io-index"
  7284. checksum = "958115e451bf1038e4e8508fdc46c6c1830bce22520dfd734639543ff9419660"
  7285. dependencies = [
  7286. "async-channel 2.3.1",
  7287. "bstr 1.9.1",
  7288. "bytes",
  7289. "cdr-encoding-size",
  7290. "chrono",
  7291. "clap 4.5.4",
  7292. "futures",
  7293. "itertools 0.11.0",
  7294. "lazy_static",
  7295. "libc",
  7296. "log",
  7297. "mio 0.6.23",
  7298. "mio-extras",
  7299. "nom",
  7300. "pin-utils",
  7301. "rustdds",
  7302. "serde",
  7303. "serde_repr",
  7304. "uuid",
  7305. "widestring",
  7306. ]
  7307. [[package]]
  7308. name = "rsa"
  7309. version = "0.7.2"
  7310. source = "registry+https://github.com/rust-lang/crates.io-index"
  7311. checksum = "094052d5470cbcef561cb848a7209968c9f12dfa6d668f4bca048ac5de51099c"
  7312. dependencies = [
  7313. "byteorder",
  7314. "digest",
  7315. "num-bigint-dig",
  7316. "num-integer",
  7317. "num-iter",
  7318. "num-traits",
  7319. "pkcs1",
  7320. "pkcs8",
  7321. "rand_core",
  7322. "signature",
  7323. "smallvec",
  7324. "subtle",
  7325. "zeroize",
  7326. ]
  7327. [[package]]
  7328. name = "rust-dataflow-example-node"
  7329. version = "0.3.4"
  7330. dependencies = [
  7331. "dora-node-api",
  7332. "eyre",
  7333. "futures",
  7334. "rand",
  7335. "tokio",
  7336. ]
  7337. [[package]]
  7338. name = "rust-dataflow-example-sink"
  7339. version = "0.3.4"
  7340. dependencies = [
  7341. "dora-node-api",
  7342. "eyre",
  7343. ]
  7344. [[package]]
  7345. name = "rust-dataflow-example-status-node"
  7346. version = "0.3.4"
  7347. dependencies = [
  7348. "dora-node-api",
  7349. "eyre",
  7350. ]
  7351. [[package]]
  7352. name = "rust-format"
  7353. version = "0.3.4"
  7354. source = "registry+https://github.com/rust-lang/crates.io-index"
  7355. checksum = "60e7c00b6c3bf5e38a880eec01d7e829d12ca682079f8238a464def3c4b31627"
  7356. dependencies = [
  7357. "prettyplease 0.1.25",
  7358. "proc-macro2",
  7359. "syn 1.0.109",
  7360. ]
  7361. [[package]]
  7362. name = "rust-ros2-dataflow-example-node"
  7363. version = "0.3.4"
  7364. dependencies = [
  7365. "dora-node-api",
  7366. "dora-ros2-bridge",
  7367. "eyre",
  7368. "futures",
  7369. "futures-timer",
  7370. "rand",
  7371. "serde_json",
  7372. "tokio",
  7373. ]
  7374. [[package]]
  7375. name = "rust_decimal"
  7376. version = "1.35.0"
  7377. source = "registry+https://github.com/rust-lang/crates.io-index"
  7378. checksum = "1790d1c4c0ca81211399e0e0af16333276f375209e71a37b67698a373db5b47a"
  7379. dependencies = [
  7380. "arrayvec",
  7381. "num-traits",
  7382. ]
  7383. [[package]]
  7384. name = "rustc-demangle"
  7385. version = "0.1.24"
  7386. source = "registry+https://github.com/rust-lang/crates.io-index"
  7387. checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
  7388. [[package]]
  7389. name = "rustc-hash"
  7390. version = "1.1.0"
  7391. source = "registry+https://github.com/rust-lang/crates.io-index"
  7392. checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
  7393. [[package]]
  7394. name = "rustc_version"
  7395. version = "0.4.0"
  7396. source = "registry+https://github.com/rust-lang/crates.io-index"
  7397. checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
  7398. dependencies = [
  7399. "semver",
  7400. ]
  7401. [[package]]
  7402. name = "rustdds"
  7403. version = "0.10.1"
  7404. source = "registry+https://github.com/rust-lang/crates.io-index"
  7405. checksum = "da8578c4897ed597565e5934994fa9d875cee3244768a3d4ec67f813b499fc7e"
  7406. dependencies = [
  7407. "bit-vec",
  7408. "byteorder",
  7409. "bytes",
  7410. "cdr-encoding-size",
  7411. "chrono",
  7412. "enumflags2",
  7413. "futures",
  7414. "if-addrs",
  7415. "io-extras",
  7416. "local-ip-address",
  7417. "log",
  7418. "md5",
  7419. "mio 0.6.23",
  7420. "mio 0.8.11",
  7421. "mio-extras",
  7422. "num-derive",
  7423. "num-traits",
  7424. "paste",
  7425. "rand",
  7426. "serde",
  7427. "serde_repr",
  7428. "socket2 0.5.7",
  7429. "socketpair",
  7430. "speedy",
  7431. "static_assertions",
  7432. "thiserror",
  7433. ]
  7434. [[package]]
  7435. name = "rustix"
  7436. version = "0.37.27"
  7437. source = "registry+https://github.com/rust-lang/crates.io-index"
  7438. checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
  7439. dependencies = [
  7440. "bitflags 1.3.2",
  7441. "errno",
  7442. "io-lifetimes 1.0.11",
  7443. "libc",
  7444. "linux-raw-sys 0.3.8",
  7445. "windows-sys 0.48.0",
  7446. ]
  7447. [[package]]
  7448. name = "rustix"
  7449. version = "0.38.34"
  7450. source = "registry+https://github.com/rust-lang/crates.io-index"
  7451. checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
  7452. dependencies = [
  7453. "bitflags 2.5.0",
  7454. "errno",
  7455. "libc",
  7456. "linux-raw-sys 0.4.14",
  7457. "windows-sys 0.52.0",
  7458. ]
  7459. [[package]]
  7460. name = "rustls"
  7461. version = "0.20.9"
  7462. source = "registry+https://github.com/rust-lang/crates.io-index"
  7463. checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
  7464. dependencies = [
  7465. "log",
  7466. "ring 0.16.20",
  7467. "sct",
  7468. "webpki",
  7469. ]
  7470. [[package]]
  7471. name = "rustls"
  7472. version = "0.22.4"
  7473. source = "registry+https://github.com/rust-lang/crates.io-index"
  7474. checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
  7475. dependencies = [
  7476. "log",
  7477. "ring 0.17.8",
  7478. "rustls-pki-types",
  7479. "rustls-webpki",
  7480. "subtle",
  7481. "zeroize",
  7482. ]
  7483. [[package]]
  7484. name = "rustls-native-certs"
  7485. version = "0.6.3"
  7486. source = "registry+https://github.com/rust-lang/crates.io-index"
  7487. checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
  7488. dependencies = [
  7489. "openssl-probe",
  7490. "rustls-pemfile 1.0.4",
  7491. "schannel",
  7492. "security-framework",
  7493. ]
  7494. [[package]]
  7495. name = "rustls-pemfile"
  7496. version = "1.0.4"
  7497. source = "registry+https://github.com/rust-lang/crates.io-index"
  7498. checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
  7499. dependencies = [
  7500. "base64 0.21.7",
  7501. ]
  7502. [[package]]
  7503. name = "rustls-pemfile"
  7504. version = "2.1.2"
  7505. source = "registry+https://github.com/rust-lang/crates.io-index"
  7506. checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
  7507. dependencies = [
  7508. "base64 0.22.1",
  7509. "rustls-pki-types",
  7510. ]
  7511. [[package]]
  7512. name = "rustls-pki-types"
  7513. version = "1.7.0"
  7514. source = "registry+https://github.com/rust-lang/crates.io-index"
  7515. checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
  7516. [[package]]
  7517. name = "rustls-webpki"
  7518. version = "0.102.4"
  7519. source = "registry+https://github.com/rust-lang/crates.io-index"
  7520. checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e"
  7521. dependencies = [
  7522. "ring 0.17.8",
  7523. "rustls-pki-types",
  7524. "untrusted 0.9.0",
  7525. ]
  7526. [[package]]
  7527. name = "rustversion"
  7528. version = "1.0.17"
  7529. source = "registry+https://github.com/rust-lang/crates.io-index"
  7530. checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
  7531. [[package]]
  7532. name = "ryu"
  7533. version = "1.0.18"
  7534. source = "registry+https://github.com/rust-lang/crates.io-index"
  7535. checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
  7536. [[package]]
  7537. name = "safer-ffi"
  7538. version = "0.1.8"
  7539. source = "registry+https://github.com/rust-lang/crates.io-index"
  7540. checksum = "44abae8773dc41fb96af52696b834b1f4c806006b456b22ee3602f7b061e3ad0"
  7541. dependencies = [
  7542. "inventory",
  7543. "libc",
  7544. "macro_rules_attribute",
  7545. "paste",
  7546. "safer_ffi-proc_macros",
  7547. "scopeguard",
  7548. "uninit",
  7549. "unwind_safe",
  7550. "with_builtin_macros",
  7551. ]
  7552. [[package]]
  7553. name = "safer_ffi-proc_macros"
  7554. version = "0.1.8"
  7555. source = "registry+https://github.com/rust-lang/crates.io-index"
  7556. checksum = "6c9d4117a8a72f9b615169d4d720d79e74931f74003c73cc2f3927c700156ddf"
  7557. dependencies = [
  7558. "macro_rules_attribute",
  7559. "prettyplease 0.1.25",
  7560. "proc-macro2",
  7561. "quote",
  7562. "syn 1.0.109",
  7563. ]
  7564. [[package]]
  7565. name = "same-file"
  7566. version = "1.0.6"
  7567. source = "registry+https://github.com/rust-lang/crates.io-index"
  7568. checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
  7569. dependencies = [
  7570. "winapi-util",
  7571. ]
  7572. [[package]]
  7573. name = "schannel"
  7574. version = "0.1.23"
  7575. source = "registry+https://github.com/rust-lang/crates.io-index"
  7576. checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
  7577. dependencies = [
  7578. "windows-sys 0.52.0",
  7579. ]
  7580. [[package]]
  7581. name = "schemars"
  7582. version = "0.8.20"
  7583. source = "registry+https://github.com/rust-lang/crates.io-index"
  7584. checksum = "b0218ceea14babe24a4a5836f86ade86c1effbc198164e619194cb5069187e29"
  7585. dependencies = [
  7586. "dyn-clone",
  7587. "schemars_derive",
  7588. "serde",
  7589. "serde_json",
  7590. ]
  7591. [[package]]
  7592. name = "schemars_derive"
  7593. version = "0.8.20"
  7594. source = "registry+https://github.com/rust-lang/crates.io-index"
  7595. checksum = "3ed5a1ccce8ff962e31a165d41f6e2a2dd1245099dc4d594f5574a86cd90f4d3"
  7596. dependencies = [
  7597. "proc-macro2",
  7598. "quote",
  7599. "serde_derive_internals",
  7600. "syn 2.0.65",
  7601. ]
  7602. [[package]]
  7603. name = "scoped-tls"
  7604. version = "1.0.1"
  7605. source = "registry+https://github.com/rust-lang/crates.io-index"
  7606. checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
  7607. [[package]]
  7608. name = "scopeguard"
  7609. version = "1.2.0"
  7610. source = "registry+https://github.com/rust-lang/crates.io-index"
  7611. checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
  7612. [[package]]
  7613. name = "scratch"
  7614. version = "1.0.7"
  7615. source = "registry+https://github.com/rust-lang/crates.io-index"
  7616. checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
  7617. [[package]]
  7618. name = "sct"
  7619. version = "0.7.1"
  7620. source = "registry+https://github.com/rust-lang/crates.io-index"
  7621. checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
  7622. dependencies = [
  7623. "ring 0.17.8",
  7624. "untrusted 0.9.0",
  7625. ]
  7626. [[package]]
  7627. name = "security-framework"
  7628. version = "2.11.0"
  7629. source = "registry+https://github.com/rust-lang/crates.io-index"
  7630. checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0"
  7631. dependencies = [
  7632. "bitflags 2.5.0",
  7633. "core-foundation",
  7634. "core-foundation-sys",
  7635. "libc",
  7636. "security-framework-sys",
  7637. ]
  7638. [[package]]
  7639. name = "security-framework-sys"
  7640. version = "2.11.0"
  7641. source = "registry+https://github.com/rust-lang/crates.io-index"
  7642. checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7"
  7643. dependencies = [
  7644. "core-foundation-sys",
  7645. "libc",
  7646. ]
  7647. [[package]]
  7648. name = "semver"
  7649. version = "1.0.23"
  7650. source = "registry+https://github.com/rust-lang/crates.io-index"
  7651. checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
  7652. dependencies = [
  7653. "serde",
  7654. ]
  7655. [[package]]
  7656. name = "seq-macro"
  7657. version = "0.3.5"
  7658. source = "registry+https://github.com/rust-lang/crates.io-index"
  7659. checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
  7660. [[package]]
  7661. name = "serde"
  7662. version = "1.0.202"
  7663. source = "registry+https://github.com/rust-lang/crates.io-index"
  7664. checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395"
  7665. dependencies = [
  7666. "serde_derive",
  7667. ]
  7668. [[package]]
  7669. name = "serde-big-array"
  7670. version = "0.5.1"
  7671. source = "registry+https://github.com/rust-lang/crates.io-index"
  7672. checksum = "11fc7cc2c76d73e0f27ee52abbd64eec84d46f370c88371120433196934e4b7f"
  7673. dependencies = [
  7674. "serde",
  7675. ]
  7676. [[package]]
  7677. name = "serde-with-expand-env"
  7678. version = "1.1.0"
  7679. source = "registry+https://github.com/rust-lang/crates.io-index"
  7680. checksum = "888d884a3be3a209308d0b66f1918ff18f60e93db837259e53ea7d8dd14e7e98"
  7681. dependencies = [
  7682. "serde",
  7683. "shellexpand 2.1.2",
  7684. ]
  7685. [[package]]
  7686. name = "serde_assert"
  7687. version = "0.7.1"
  7688. source = "registry+https://github.com/rust-lang/crates.io-index"
  7689. checksum = "92b7be0ad5a7b2eefaa5418eb141838270f1ad2d2c6e88acec3795d2425ffa97"
  7690. dependencies = [
  7691. "serde",
  7692. ]
  7693. [[package]]
  7694. name = "serde_bytes"
  7695. version = "0.11.14"
  7696. source = "registry+https://github.com/rust-lang/crates.io-index"
  7697. checksum = "8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734"
  7698. dependencies = [
  7699. "serde",
  7700. ]
  7701. [[package]]
  7702. name = "serde_derive"
  7703. version = "1.0.202"
  7704. source = "registry+https://github.com/rust-lang/crates.io-index"
  7705. checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838"
  7706. dependencies = [
  7707. "proc-macro2",
  7708. "quote",
  7709. "syn 2.0.65",
  7710. ]
  7711. [[package]]
  7712. name = "serde_derive_internals"
  7713. version = "0.29.1"
  7714. source = "registry+https://github.com/rust-lang/crates.io-index"
  7715. checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
  7716. dependencies = [
  7717. "proc-macro2",
  7718. "quote",
  7719. "syn 2.0.65",
  7720. ]
  7721. [[package]]
  7722. name = "serde_json"
  7723. version = "1.0.117"
  7724. source = "registry+https://github.com/rust-lang/crates.io-index"
  7725. checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
  7726. dependencies = [
  7727. "itoa",
  7728. "ryu",
  7729. "serde",
  7730. ]
  7731. [[package]]
  7732. name = "serde_repr"
  7733. version = "0.1.19"
  7734. source = "registry+https://github.com/rust-lang/crates.io-index"
  7735. checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
  7736. dependencies = [
  7737. "proc-macro2",
  7738. "quote",
  7739. "syn 2.0.65",
  7740. ]
  7741. [[package]]
  7742. name = "serde_urlencoded"
  7743. version = "0.7.1"
  7744. source = "registry+https://github.com/rust-lang/crates.io-index"
  7745. checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
  7746. dependencies = [
  7747. "form_urlencoded",
  7748. "itoa",
  7749. "ryu",
  7750. "serde",
  7751. ]
  7752. [[package]]
  7753. name = "serde_yaml"
  7754. version = "0.8.26"
  7755. source = "registry+https://github.com/rust-lang/crates.io-index"
  7756. checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
  7757. dependencies = [
  7758. "indexmap 1.9.3",
  7759. "ryu",
  7760. "serde",
  7761. "yaml-rust",
  7762. ]
  7763. [[package]]
  7764. name = "serde_yaml"
  7765. version = "0.9.34+deprecated"
  7766. source = "registry+https://github.com/rust-lang/crates.io-index"
  7767. checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
  7768. dependencies = [
  7769. "indexmap 2.2.6",
  7770. "itoa",
  7771. "ryu",
  7772. "serde",
  7773. "unsafe-libyaml",
  7774. ]
  7775. [[package]]
  7776. name = "sha1"
  7777. version = "0.10.6"
  7778. source = "registry+https://github.com/rust-lang/crates.io-index"
  7779. checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
  7780. dependencies = [
  7781. "cfg-if 1.0.0",
  7782. "cpufeatures",
  7783. "digest",
  7784. ]
  7785. [[package]]
  7786. name = "sha2"
  7787. version = "0.10.8"
  7788. source = "registry+https://github.com/rust-lang/crates.io-index"
  7789. checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
  7790. dependencies = [
  7791. "cfg-if 1.0.0",
  7792. "cpufeatures",
  7793. "digest",
  7794. ]
  7795. [[package]]
  7796. name = "sha3"
  7797. version = "0.10.8"
  7798. source = "registry+https://github.com/rust-lang/crates.io-index"
  7799. checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
  7800. dependencies = [
  7801. "digest",
  7802. "keccak",
  7803. ]
  7804. [[package]]
  7805. name = "sharded-slab"
  7806. version = "0.1.7"
  7807. source = "registry+https://github.com/rust-lang/crates.io-index"
  7808. checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
  7809. dependencies = [
  7810. "lazy_static",
  7811. ]
  7812. [[package]]
  7813. name = "shared-memory-server"
  7814. version = "0.3.4"
  7815. dependencies = [
  7816. "bincode",
  7817. "eyre",
  7818. "raw_sync_2",
  7819. "serde",
  7820. "shared_memory_extended",
  7821. "tracing",
  7822. ]
  7823. [[package]]
  7824. name = "shared_memory_extended"
  7825. version = "0.13.0"
  7826. source = "registry+https://github.com/rust-lang/crates.io-index"
  7827. checksum = "004d7ece9a3be64f85471d50967710b0a146144225bed5f0abd0514a3bed086f"
  7828. dependencies = [
  7829. "cfg-if 1.0.0",
  7830. "libc",
  7831. "nix 0.26.4",
  7832. "rand",
  7833. "win-sys",
  7834. ]
  7835. [[package]]
  7836. name = "shell-escape"
  7837. version = "0.1.5"
  7838. source = "registry+https://github.com/rust-lang/crates.io-index"
  7839. checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
  7840. [[package]]
  7841. name = "shell-words"
  7842. version = "1.1.0"
  7843. source = "registry+https://github.com/rust-lang/crates.io-index"
  7844. checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
  7845. [[package]]
  7846. name = "shellexpand"
  7847. version = "2.1.2"
  7848. source = "registry+https://github.com/rust-lang/crates.io-index"
  7849. checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
  7850. dependencies = [
  7851. "dirs 4.0.0",
  7852. ]
  7853. [[package]]
  7854. name = "shellexpand"
  7855. version = "3.1.0"
  7856. source = "registry+https://github.com/rust-lang/crates.io-index"
  7857. checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
  7858. dependencies = [
  7859. "dirs 5.0.1",
  7860. ]
  7861. [[package]]
  7862. name = "signal-hook"
  7863. version = "0.3.17"
  7864. source = "registry+https://github.com/rust-lang/crates.io-index"
  7865. checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
  7866. dependencies = [
  7867. "libc",
  7868. "signal-hook-registry",
  7869. ]
  7870. [[package]]
  7871. name = "signal-hook-mio"
  7872. version = "0.2.3"
  7873. source = "registry+https://github.com/rust-lang/crates.io-index"
  7874. checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
  7875. dependencies = [
  7876. "libc",
  7877. "mio 0.8.11",
  7878. "signal-hook",
  7879. ]
  7880. [[package]]
  7881. name = "signal-hook-registry"
  7882. version = "1.4.2"
  7883. source = "registry+https://github.com/rust-lang/crates.io-index"
  7884. checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
  7885. dependencies = [
  7886. "libc",
  7887. ]
  7888. [[package]]
  7889. name = "signature"
  7890. version = "1.6.4"
  7891. source = "registry+https://github.com/rust-lang/crates.io-index"
  7892. checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
  7893. dependencies = [
  7894. "digest",
  7895. "rand_core",
  7896. ]
  7897. [[package]]
  7898. name = "simd-adler32"
  7899. version = "0.3.7"
  7900. source = "registry+https://github.com/rust-lang/crates.io-index"
  7901. checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
  7902. [[package]]
  7903. name = "simdutf8"
  7904. version = "0.1.4"
  7905. source = "registry+https://github.com/rust-lang/crates.io-index"
  7906. checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
  7907. [[package]]
  7908. name = "similar"
  7909. version = "2.5.0"
  7910. source = "registry+https://github.com/rust-lang/crates.io-index"
  7911. checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640"
  7912. dependencies = [
  7913. "bstr 0.2.17",
  7914. "unicode-segmentation",
  7915. ]
  7916. [[package]]
  7917. name = "similar-asserts"
  7918. version = "1.5.0"
  7919. source = "registry+https://github.com/rust-lang/crates.io-index"
  7920. checksum = "e041bb827d1bfca18f213411d51b665309f1afb37a04a5d1464530e13779fc0f"
  7921. dependencies = [
  7922. "console",
  7923. "similar",
  7924. ]
  7925. [[package]]
  7926. name = "skeptic"
  7927. version = "0.13.7"
  7928. source = "registry+https://github.com/rust-lang/crates.io-index"
  7929. checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8"
  7930. dependencies = [
  7931. "bytecount",
  7932. "cargo_metadata 0.14.2",
  7933. "error-chain",
  7934. "glob",
  7935. "pulldown-cmark 0.9.6",
  7936. "tempfile",
  7937. "walkdir",
  7938. ]
  7939. [[package]]
  7940. name = "slab"
  7941. version = "0.4.9"
  7942. source = "registry+https://github.com/rust-lang/crates.io-index"
  7943. checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
  7944. dependencies = [
  7945. "autocfg",
  7946. ]
  7947. [[package]]
  7948. name = "slotmap"
  7949. version = "1.0.7"
  7950. source = "registry+https://github.com/rust-lang/crates.io-index"
  7951. checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
  7952. dependencies = [
  7953. "serde",
  7954. "version_check",
  7955. ]
  7956. [[package]]
  7957. name = "smallvec"
  7958. version = "1.13.2"
  7959. source = "registry+https://github.com/rust-lang/crates.io-index"
  7960. checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
  7961. dependencies = [
  7962. "serde",
  7963. ]
  7964. [[package]]
  7965. name = "smithay-client-toolkit"
  7966. version = "0.18.1"
  7967. source = "registry+https://github.com/rust-lang/crates.io-index"
  7968. checksum = "922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a"
  7969. dependencies = [
  7970. "bitflags 2.5.0",
  7971. "calloop",
  7972. "calloop-wayland-source",
  7973. "cursor-icon",
  7974. "libc",
  7975. "log",
  7976. "memmap2",
  7977. "rustix 0.38.34",
  7978. "thiserror",
  7979. "wayland-backend",
  7980. "wayland-client",
  7981. "wayland-csd-frame",
  7982. "wayland-cursor",
  7983. "wayland-protocols",
  7984. "wayland-protocols-wlr",
  7985. "wayland-scanner",
  7986. "xkeysym",
  7987. ]
  7988. [[package]]
  7989. name = "smithay-clipboard"
  7990. version = "0.7.1"
  7991. source = "registry+https://github.com/rust-lang/crates.io-index"
  7992. checksum = "c091e7354ea8059d6ad99eace06dd13ddeedbb0ac72d40a9a6e7ff790525882d"
  7993. dependencies = [
  7994. "libc",
  7995. "smithay-client-toolkit",
  7996. "wayland-backend",
  7997. ]
  7998. [[package]]
  7999. name = "smol_str"
  8000. version = "0.2.2"
  8001. source = "registry+https://github.com/rust-lang/crates.io-index"
  8002. checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
  8003. dependencies = [
  8004. "serde",
  8005. ]
  8006. [[package]]
  8007. name = "snap"
  8008. version = "1.1.1"
  8009. source = "registry+https://github.com/rust-lang/crates.io-index"
  8010. checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
  8011. [[package]]
  8012. name = "socket2"
  8013. version = "0.4.10"
  8014. source = "registry+https://github.com/rust-lang/crates.io-index"
  8015. checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
  8016. dependencies = [
  8017. "libc",
  8018. "winapi 0.3.9",
  8019. ]
  8020. [[package]]
  8021. name = "socket2"
  8022. version = "0.5.7"
  8023. source = "registry+https://github.com/rust-lang/crates.io-index"
  8024. checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
  8025. dependencies = [
  8026. "libc",
  8027. "windows-sys 0.52.0",
  8028. ]
  8029. [[package]]
  8030. name = "socketpair"
  8031. version = "0.19.5"
  8032. source = "registry+https://github.com/rust-lang/crates.io-index"
  8033. checksum = "255e2c62749a9d8a59a7957add782c441e1a52a18d03d7bfde6211cf7bac94f6"
  8034. dependencies = [
  8035. "io-extras",
  8036. "io-lifetimes 2.0.3",
  8037. "rustix 0.38.34",
  8038. "uuid",
  8039. "windows-sys 0.52.0",
  8040. ]
  8041. [[package]]
  8042. name = "speedy"
  8043. version = "0.8.7"
  8044. source = "registry+https://github.com/rust-lang/crates.io-index"
  8045. checksum = "da1992073f0e55aab599f4483c460598219b4f9ff0affa124b33580ab511e25a"
  8046. dependencies = [
  8047. "memoffset 0.9.1",
  8048. "speedy-derive",
  8049. ]
  8050. [[package]]
  8051. name = "speedy-derive"
  8052. version = "0.8.7"
  8053. source = "registry+https://github.com/rust-lang/crates.io-index"
  8054. checksum = "658f2ca5276b92c3dfd65fa88316b4e032ace68f88d7570b43967784c0bac5ac"
  8055. dependencies = [
  8056. "proc-macro2",
  8057. "quote",
  8058. "syn 2.0.65",
  8059. ]
  8060. [[package]]
  8061. name = "spin"
  8062. version = "0.5.2"
  8063. source = "registry+https://github.com/rust-lang/crates.io-index"
  8064. checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
  8065. [[package]]
  8066. name = "spin"
  8067. version = "0.9.8"
  8068. source = "registry+https://github.com/rust-lang/crates.io-index"
  8069. checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
  8070. dependencies = [
  8071. "lock_api",
  8072. ]
  8073. [[package]]
  8074. name = "spirv"
  8075. version = "0.3.0+sdk-1.3.268.0"
  8076. source = "registry+https://github.com/rust-lang/crates.io-index"
  8077. checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
  8078. dependencies = [
  8079. "bitflags 2.5.0",
  8080. ]
  8081. [[package]]
  8082. name = "spki"
  8083. version = "0.6.0"
  8084. source = "registry+https://github.com/rust-lang/crates.io-index"
  8085. checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
  8086. dependencies = [
  8087. "base64ct",
  8088. "der",
  8089. ]
  8090. [[package]]
  8091. name = "static_assertions"
  8092. version = "1.1.0"
  8093. source = "registry+https://github.com/rust-lang/crates.io-index"
  8094. checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
  8095. [[package]]
  8096. name = "std_prelude"
  8097. version = "0.2.12"
  8098. source = "registry+https://github.com/rust-lang/crates.io-index"
  8099. checksum = "8207e78455ffdf55661170876f88daf85356e4edd54e0a3dbc79586ca1e50cbe"
  8100. [[package]]
  8101. name = "stop-token"
  8102. version = "0.7.0"
  8103. source = "registry+https://github.com/rust-lang/crates.io-index"
  8104. checksum = "af91f480ee899ab2d9f8435bfdfc14d08a5754bd9d3fef1f1a1c23336aad6c8b"
  8105. dependencies = [
  8106. "async-channel 1.9.0",
  8107. "cfg-if 1.0.0",
  8108. "futures-core",
  8109. "pin-project-lite",
  8110. ]
  8111. [[package]]
  8112. name = "strsim"
  8113. version = "0.10.0"
  8114. source = "registry+https://github.com/rust-lang/crates.io-index"
  8115. checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
  8116. [[package]]
  8117. name = "strsim"
  8118. version = "0.11.1"
  8119. source = "registry+https://github.com/rust-lang/crates.io-index"
  8120. checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
  8121. [[package]]
  8122. name = "strum"
  8123. version = "0.25.0"
  8124. source = "registry+https://github.com/rust-lang/crates.io-index"
  8125. checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
  8126. dependencies = [
  8127. "strum_macros 0.25.3",
  8128. ]
  8129. [[package]]
  8130. name = "strum"
  8131. version = "0.26.2"
  8132. source = "registry+https://github.com/rust-lang/crates.io-index"
  8133. checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29"
  8134. [[package]]
  8135. name = "strum_macros"
  8136. version = "0.25.3"
  8137. source = "registry+https://github.com/rust-lang/crates.io-index"
  8138. checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
  8139. dependencies = [
  8140. "heck 0.4.1",
  8141. "proc-macro2",
  8142. "quote",
  8143. "rustversion",
  8144. "syn 2.0.65",
  8145. ]
  8146. [[package]]
  8147. name = "strum_macros"
  8148. version = "0.26.2"
  8149. source = "registry+https://github.com/rust-lang/crates.io-index"
  8150. checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946"
  8151. dependencies = [
  8152. "heck 0.4.1",
  8153. "proc-macro2",
  8154. "quote",
  8155. "rustversion",
  8156. "syn 2.0.65",
  8157. ]
  8158. [[package]]
  8159. name = "sublime_fuzzy"
  8160. version = "0.7.0"
  8161. source = "registry+https://github.com/rust-lang/crates.io-index"
  8162. checksum = "fa7986063f7c0ab374407e586d7048a3d5aac94f103f751088bf398e07cd5400"
  8163. [[package]]
  8164. name = "subtle"
  8165. version = "2.5.0"
  8166. source = "registry+https://github.com/rust-lang/crates.io-index"
  8167. checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
  8168. [[package]]
  8169. name = "syn"
  8170. version = "1.0.109"
  8171. source = "registry+https://github.com/rust-lang/crates.io-index"
  8172. checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
  8173. dependencies = [
  8174. "proc-macro2",
  8175. "quote",
  8176. "unicode-ident",
  8177. ]
  8178. [[package]]
  8179. name = "syn"
  8180. version = "2.0.65"
  8181. source = "registry+https://github.com/rust-lang/crates.io-index"
  8182. checksum = "d2863d96a84c6439701d7a38f9de935ec562c8832cc55d1dde0f513b52fad106"
  8183. dependencies = [
  8184. "proc-macro2",
  8185. "quote",
  8186. "unicode-ident",
  8187. ]
  8188. [[package]]
  8189. name = "sync_wrapper"
  8190. version = "0.1.2"
  8191. source = "registry+https://github.com/rust-lang/crates.io-index"
  8192. checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
  8193. [[package]]
  8194. name = "syntect"
  8195. version = "5.2.0"
  8196. source = "registry+https://github.com/rust-lang/crates.io-index"
  8197. checksum = "874dcfa363995604333cf947ae9f751ca3af4522c60886774c4963943b4746b1"
  8198. dependencies = [
  8199. "bincode",
  8200. "bitflags 1.3.2",
  8201. "flate2",
  8202. "fnv",
  8203. "once_cell",
  8204. "onig",
  8205. "plist",
  8206. "regex-syntax 0.8.3",
  8207. "serde",
  8208. "serde_derive",
  8209. "serde_json",
  8210. "thiserror",
  8211. "walkdir",
  8212. "yaml-rust",
  8213. ]
  8214. [[package]]
  8215. name = "sys-info"
  8216. version = "0.9.1"
  8217. source = "registry+https://github.com/rust-lang/crates.io-index"
  8218. checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
  8219. dependencies = [
  8220. "cc",
  8221. "libc",
  8222. ]
  8223. [[package]]
  8224. name = "sysinfo"
  8225. version = "0.29.11"
  8226. source = "registry+https://github.com/rust-lang/crates.io-index"
  8227. checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666"
  8228. dependencies = [
  8229. "cfg-if 1.0.0",
  8230. "core-foundation-sys",
  8231. "libc",
  8232. "ntapi",
  8233. "once_cell",
  8234. "rayon",
  8235. "winapi 0.3.9",
  8236. ]
  8237. [[package]]
  8238. name = "sysinfo"
  8239. version = "0.30.12"
  8240. source = "registry+https://github.com/rust-lang/crates.io-index"
  8241. checksum = "732ffa00f53e6b2af46208fba5718d9662a421049204e156328b66791ffa15ae"
  8242. dependencies = [
  8243. "cfg-if 1.0.0",
  8244. "core-foundation-sys",
  8245. "libc",
  8246. "ntapi",
  8247. "once_cell",
  8248. "rayon",
  8249. "windows 0.52.0",
  8250. ]
  8251. [[package]]
  8252. name = "tap"
  8253. version = "1.0.1"
  8254. source = "registry+https://github.com/rust-lang/crates.io-index"
  8255. checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
  8256. [[package]]
  8257. name = "target-lexicon"
  8258. version = "0.12.14"
  8259. source = "registry+https://github.com/rust-lang/crates.io-index"
  8260. checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
  8261. [[package]]
  8262. name = "tempfile"
  8263. version = "3.10.1"
  8264. source = "registry+https://github.com/rust-lang/crates.io-index"
  8265. checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
  8266. dependencies = [
  8267. "cfg-if 1.0.0",
  8268. "fastrand 2.1.0",
  8269. "rustix 0.38.34",
  8270. "windows-sys 0.52.0",
  8271. ]
  8272. [[package]]
  8273. name = "termcolor"
  8274. version = "1.4.1"
  8275. source = "registry+https://github.com/rust-lang/crates.io-index"
  8276. checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
  8277. dependencies = [
  8278. "winapi-util",
  8279. ]
  8280. [[package]]
  8281. name = "terminal_size"
  8282. version = "0.3.0"
  8283. source = "registry+https://github.com/rust-lang/crates.io-index"
  8284. checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
  8285. dependencies = [
  8286. "rustix 0.38.34",
  8287. "windows-sys 0.48.0",
  8288. ]
  8289. [[package]]
  8290. name = "textwrap"
  8291. version = "0.16.1"
  8292. source = "registry+https://github.com/rust-lang/crates.io-index"
  8293. checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
  8294. [[package]]
  8295. name = "thiserror"
  8296. version = "1.0.61"
  8297. source = "registry+https://github.com/rust-lang/crates.io-index"
  8298. checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
  8299. dependencies = [
  8300. "thiserror-impl",
  8301. ]
  8302. [[package]]
  8303. name = "thiserror-impl"
  8304. version = "1.0.61"
  8305. source = "registry+https://github.com/rust-lang/crates.io-index"
  8306. checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
  8307. dependencies = [
  8308. "proc-macro2",
  8309. "quote",
  8310. "syn 2.0.65",
  8311. ]
  8312. [[package]]
  8313. name = "thread_local"
  8314. version = "1.1.8"
  8315. source = "registry+https://github.com/rust-lang/crates.io-index"
  8316. checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
  8317. dependencies = [
  8318. "cfg-if 1.0.0",
  8319. "once_cell",
  8320. ]
  8321. [[package]]
  8322. name = "threadpool"
  8323. version = "1.8.1"
  8324. source = "registry+https://github.com/rust-lang/crates.io-index"
  8325. checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
  8326. dependencies = [
  8327. "num_cpus",
  8328. ]
  8329. [[package]]
  8330. name = "thrift"
  8331. version = "0.16.0"
  8332. source = "registry+https://github.com/rust-lang/crates.io-index"
  8333. checksum = "09678c4cdbb4eed72e18b7c2af1329c69825ed16fcbac62d083fc3e2b0590ff0"
  8334. dependencies = [
  8335. "byteorder",
  8336. "integer-encoding",
  8337. "log",
  8338. "ordered-float 1.1.1",
  8339. "threadpool",
  8340. ]
  8341. [[package]]
  8342. name = "thrift"
  8343. version = "0.17.0"
  8344. source = "registry+https://github.com/rust-lang/crates.io-index"
  8345. checksum = "7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09"
  8346. dependencies = [
  8347. "byteorder",
  8348. "integer-encoding",
  8349. "ordered-float 2.10.1",
  8350. ]
  8351. [[package]]
  8352. name = "tiff"
  8353. version = "0.9.1"
  8354. source = "registry+https://github.com/rust-lang/crates.io-index"
  8355. checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
  8356. dependencies = [
  8357. "flate2",
  8358. "jpeg-decoder",
  8359. "weezl",
  8360. ]
  8361. [[package]]
  8362. name = "time"
  8363. version = "0.3.36"
  8364. source = "registry+https://github.com/rust-lang/crates.io-index"
  8365. checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
  8366. dependencies = [
  8367. "deranged",
  8368. "itoa",
  8369. "js-sys",
  8370. "libc",
  8371. "num-conv",
  8372. "num_threads",
  8373. "powerfmt",
  8374. "serde",
  8375. "time-core",
  8376. "time-macros",
  8377. ]
  8378. [[package]]
  8379. name = "time-core"
  8380. version = "0.1.2"
  8381. source = "registry+https://github.com/rust-lang/crates.io-index"
  8382. checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
  8383. [[package]]
  8384. name = "time-macros"
  8385. version = "0.2.18"
  8386. source = "registry+https://github.com/rust-lang/crates.io-index"
  8387. checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
  8388. dependencies = [
  8389. "num-conv",
  8390. "time-core",
  8391. ]
  8392. [[package]]
  8393. name = "tiny-keccak"
  8394. version = "2.0.2"
  8395. source = "registry+https://github.com/rust-lang/crates.io-index"
  8396. checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
  8397. dependencies = [
  8398. "crunchy",
  8399. ]
  8400. [[package]]
  8401. name = "tinystl"
  8402. version = "0.0.3"
  8403. source = "registry+https://github.com/rust-lang/crates.io-index"
  8404. checksum = "fdbcdda2f86a57b89b5d9ac17cd4c9f3917ec8edcde403badf3d992d2947af2a"
  8405. dependencies = [
  8406. "bytemuck",
  8407. ]
  8408. [[package]]
  8409. name = "tinyvec"
  8410. version = "1.6.0"
  8411. source = "registry+https://github.com/rust-lang/crates.io-index"
  8412. checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
  8413. dependencies = [
  8414. "tinyvec_macros",
  8415. ]
  8416. [[package]]
  8417. name = "tinyvec_macros"
  8418. version = "0.1.1"
  8419. source = "registry+https://github.com/rust-lang/crates.io-index"
  8420. checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
  8421. [[package]]
  8422. name = "tobj"
  8423. version = "4.0.2"
  8424. source = "registry+https://github.com/rust-lang/crates.io-index"
  8425. checksum = "c3bd4ba05f29e4c65b6c0c11a58b6465ffa820bac890d76ad407b4e81d8372e8"
  8426. dependencies = [
  8427. "ahash",
  8428. ]
  8429. [[package]]
  8430. name = "tokio"
  8431. version = "1.37.0"
  8432. source = "registry+https://github.com/rust-lang/crates.io-index"
  8433. checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
  8434. dependencies = [
  8435. "backtrace",
  8436. "bytes",
  8437. "libc",
  8438. "mio 0.8.11",
  8439. "num_cpus",
  8440. "parking_lot",
  8441. "pin-project-lite",
  8442. "signal-hook-registry",
  8443. "socket2 0.5.7",
  8444. "tokio-macros",
  8445. "windows-sys 0.48.0",
  8446. ]
  8447. [[package]]
  8448. name = "tokio-io-timeout"
  8449. version = "1.2.0"
  8450. source = "registry+https://github.com/rust-lang/crates.io-index"
  8451. checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
  8452. dependencies = [
  8453. "pin-project-lite",
  8454. "tokio",
  8455. ]
  8456. [[package]]
  8457. name = "tokio-macros"
  8458. version = "2.2.0"
  8459. source = "registry+https://github.com/rust-lang/crates.io-index"
  8460. checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
  8461. dependencies = [
  8462. "proc-macro2",
  8463. "quote",
  8464. "syn 2.0.65",
  8465. ]
  8466. [[package]]
  8467. name = "tokio-rustls"
  8468. version = "0.25.0"
  8469. source = "registry+https://github.com/rust-lang/crates.io-index"
  8470. checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
  8471. dependencies = [
  8472. "rustls 0.22.4",
  8473. "rustls-pki-types",
  8474. "tokio",
  8475. ]
  8476. [[package]]
  8477. name = "tokio-stream"
  8478. version = "0.1.15"
  8479. source = "registry+https://github.com/rust-lang/crates.io-index"
  8480. checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
  8481. dependencies = [
  8482. "futures-core",
  8483. "pin-project-lite",
  8484. "tokio",
  8485. ]
  8486. [[package]]
  8487. name = "tokio-tungstenite"
  8488. version = "0.20.1"
  8489. source = "registry+https://github.com/rust-lang/crates.io-index"
  8490. checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
  8491. dependencies = [
  8492. "futures-util",
  8493. "log",
  8494. "tokio",
  8495. "tungstenite 0.20.1",
  8496. ]
  8497. [[package]]
  8498. name = "tokio-util"
  8499. version = "0.7.11"
  8500. source = "registry+https://github.com/rust-lang/crates.io-index"
  8501. checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
  8502. dependencies = [
  8503. "bytes",
  8504. "futures-core",
  8505. "futures-sink",
  8506. "pin-project-lite",
  8507. "tokio",
  8508. ]
  8509. [[package]]
  8510. name = "toml_datetime"
  8511. version = "0.6.6"
  8512. source = "registry+https://github.com/rust-lang/crates.io-index"
  8513. checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
  8514. [[package]]
  8515. name = "toml_edit"
  8516. version = "0.19.15"
  8517. source = "registry+https://github.com/rust-lang/crates.io-index"
  8518. checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
  8519. dependencies = [
  8520. "indexmap 2.2.6",
  8521. "toml_datetime",
  8522. "winnow",
  8523. ]
  8524. [[package]]
  8525. name = "toml_edit"
  8526. version = "0.21.1"
  8527. source = "registry+https://github.com/rust-lang/crates.io-index"
  8528. checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
  8529. dependencies = [
  8530. "indexmap 2.2.6",
  8531. "toml_datetime",
  8532. "winnow",
  8533. ]
  8534. [[package]]
  8535. name = "tonic"
  8536. version = "0.11.0"
  8537. source = "registry+https://github.com/rust-lang/crates.io-index"
  8538. checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13"
  8539. dependencies = [
  8540. "async-stream",
  8541. "async-trait",
  8542. "axum",
  8543. "base64 0.21.7",
  8544. "bytes",
  8545. "h2",
  8546. "http 0.2.12",
  8547. "http-body 0.4.6",
  8548. "hyper 0.14.28",
  8549. "hyper-timeout",
  8550. "percent-encoding",
  8551. "pin-project",
  8552. "prost",
  8553. "tokio",
  8554. "tokio-stream",
  8555. "tower",
  8556. "tower-layer",
  8557. "tower-service",
  8558. "tracing",
  8559. ]
  8560. [[package]]
  8561. name = "tower"
  8562. version = "0.4.13"
  8563. source = "registry+https://github.com/rust-lang/crates.io-index"
  8564. checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
  8565. dependencies = [
  8566. "futures-core",
  8567. "futures-util",
  8568. "indexmap 1.9.3",
  8569. "pin-project",
  8570. "pin-project-lite",
  8571. "rand",
  8572. "slab",
  8573. "tokio",
  8574. "tokio-util",
  8575. "tower-layer",
  8576. "tower-service",
  8577. "tracing",
  8578. ]
  8579. [[package]]
  8580. name = "tower-layer"
  8581. version = "0.3.2"
  8582. source = "registry+https://github.com/rust-lang/crates.io-index"
  8583. checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
  8584. [[package]]
  8585. name = "tower-service"
  8586. version = "0.3.2"
  8587. source = "registry+https://github.com/rust-lang/crates.io-index"
  8588. checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
  8589. [[package]]
  8590. name = "tracing"
  8591. version = "0.1.40"
  8592. source = "registry+https://github.com/rust-lang/crates.io-index"
  8593. checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
  8594. dependencies = [
  8595. "log",
  8596. "pin-project-lite",
  8597. "tracing-attributes",
  8598. "tracing-core",
  8599. ]
  8600. [[package]]
  8601. name = "tracing-attributes"
  8602. version = "0.1.27"
  8603. source = "registry+https://github.com/rust-lang/crates.io-index"
  8604. checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
  8605. dependencies = [
  8606. "proc-macro2",
  8607. "quote",
  8608. "syn 2.0.65",
  8609. ]
  8610. [[package]]
  8611. name = "tracing-core"
  8612. version = "0.1.32"
  8613. source = "registry+https://github.com/rust-lang/crates.io-index"
  8614. checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
  8615. dependencies = [
  8616. "once_cell",
  8617. "valuable",
  8618. ]
  8619. [[package]]
  8620. name = "tracing-log"
  8621. version = "0.1.4"
  8622. source = "registry+https://github.com/rust-lang/crates.io-index"
  8623. checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2"
  8624. dependencies = [
  8625. "log",
  8626. "once_cell",
  8627. "tracing-core",
  8628. ]
  8629. [[package]]
  8630. name = "tracing-log"
  8631. version = "0.2.0"
  8632. source = "registry+https://github.com/rust-lang/crates.io-index"
  8633. checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
  8634. dependencies = [
  8635. "log",
  8636. "once_cell",
  8637. "tracing-core",
  8638. ]
  8639. [[package]]
  8640. name = "tracing-opentelemetry"
  8641. version = "0.18.0"
  8642. source = "registry+https://github.com/rust-lang/crates.io-index"
  8643. checksum = "21ebb87a95ea13271332df069020513ab70bdb5637ca42d6e492dc3bbbad48de"
  8644. dependencies = [
  8645. "once_cell",
  8646. "opentelemetry 0.18.0",
  8647. "tracing",
  8648. "tracing-core",
  8649. "tracing-log 0.1.4",
  8650. "tracing-subscriber",
  8651. ]
  8652. [[package]]
  8653. name = "tracing-subscriber"
  8654. version = "0.3.18"
  8655. source = "registry+https://github.com/rust-lang/crates.io-index"
  8656. checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
  8657. dependencies = [
  8658. "matchers",
  8659. "nu-ansi-term 0.46.0",
  8660. "once_cell",
  8661. "regex",
  8662. "sharded-slab",
  8663. "smallvec",
  8664. "thread_local",
  8665. "tracing",
  8666. "tracing-core",
  8667. "tracing-log 0.2.0",
  8668. ]
  8669. [[package]]
  8670. name = "try-lock"
  8671. version = "0.2.5"
  8672. source = "registry+https://github.com/rust-lang/crates.io-index"
  8673. checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
  8674. [[package]]
  8675. name = "ttf-parser"
  8676. version = "0.21.1"
  8677. source = "registry+https://github.com/rust-lang/crates.io-index"
  8678. checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
  8679. [[package]]
  8680. name = "tungstenite"
  8681. version = "0.20.1"
  8682. source = "registry+https://github.com/rust-lang/crates.io-index"
  8683. checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
  8684. dependencies = [
  8685. "byteorder",
  8686. "bytes",
  8687. "data-encoding",
  8688. "http 0.2.12",
  8689. "httparse",
  8690. "log",
  8691. "rand",
  8692. "sha1",
  8693. "thiserror",
  8694. "url",
  8695. "utf-8",
  8696. ]
  8697. [[package]]
  8698. name = "tungstenite"
  8699. version = "0.21.0"
  8700. source = "registry+https://github.com/rust-lang/crates.io-index"
  8701. checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
  8702. dependencies = [
  8703. "byteorder",
  8704. "bytes",
  8705. "data-encoding",
  8706. "http 1.1.0",
  8707. "httparse",
  8708. "log",
  8709. "rand",
  8710. "sha1",
  8711. "thiserror",
  8712. "url",
  8713. "utf-8",
  8714. ]
  8715. [[package]]
  8716. name = "twox-hash"
  8717. version = "1.6.3"
  8718. source = "registry+https://github.com/rust-lang/crates.io-index"
  8719. checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
  8720. dependencies = [
  8721. "cfg-if 1.0.0",
  8722. "static_assertions",
  8723. ]
  8724. [[package]]
  8725. name = "type-map"
  8726. version = "0.5.0"
  8727. source = "registry+https://github.com/rust-lang/crates.io-index"
  8728. checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f"
  8729. dependencies = [
  8730. "rustc-hash",
  8731. ]
  8732. [[package]]
  8733. name = "typenum"
  8734. version = "1.17.0"
  8735. source = "registry+https://github.com/rust-lang/crates.io-index"
  8736. checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
  8737. [[package]]
  8738. name = "ucd-trie"
  8739. version = "0.1.6"
  8740. source = "registry+https://github.com/rust-lang/crates.io-index"
  8741. checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
  8742. [[package]]
  8743. name = "uds_windows"
  8744. version = "1.1.0"
  8745. source = "registry+https://github.com/rust-lang/crates.io-index"
  8746. checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
  8747. dependencies = [
  8748. "memoffset 0.9.1",
  8749. "tempfile",
  8750. "winapi 0.3.9",
  8751. ]
  8752. [[package]]
  8753. name = "uhlc"
  8754. version = "0.5.2"
  8755. source = "registry+https://github.com/rust-lang/crates.io-index"
  8756. checksum = "8d291a7454d390b753ef68df8145da18367e32883ec2fa863959f0aefb915cdb"
  8757. dependencies = [
  8758. "hex",
  8759. "humantime",
  8760. "lazy_static",
  8761. "log",
  8762. "serde",
  8763. "spin 0.9.8",
  8764. "uuid",
  8765. ]
  8766. [[package]]
  8767. name = "unicase"
  8768. version = "2.7.0"
  8769. source = "registry+https://github.com/rust-lang/crates.io-index"
  8770. checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
  8771. dependencies = [
  8772. "version_check",
  8773. ]
  8774. [[package]]
  8775. name = "unicode-bidi"
  8776. version = "0.3.15"
  8777. source = "registry+https://github.com/rust-lang/crates.io-index"
  8778. checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
  8779. [[package]]
  8780. name = "unicode-ident"
  8781. version = "1.0.12"
  8782. source = "registry+https://github.com/rust-lang/crates.io-index"
  8783. checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
  8784. [[package]]
  8785. name = "unicode-normalization"
  8786. version = "0.1.23"
  8787. source = "registry+https://github.com/rust-lang/crates.io-index"
  8788. checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
  8789. dependencies = [
  8790. "tinyvec",
  8791. ]
  8792. [[package]]
  8793. name = "unicode-segmentation"
  8794. version = "1.11.0"
  8795. source = "registry+https://github.com/rust-lang/crates.io-index"
  8796. checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
  8797. [[package]]
  8798. name = "unicode-width"
  8799. version = "0.1.12"
  8800. source = "registry+https://github.com/rust-lang/crates.io-index"
  8801. checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
  8802. [[package]]
  8803. name = "unicode-xid"
  8804. version = "0.2.4"
  8805. source = "registry+https://github.com/rust-lang/crates.io-index"
  8806. checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
  8807. [[package]]
  8808. name = "unindent"
  8809. version = "0.2.3"
  8810. source = "registry+https://github.com/rust-lang/crates.io-index"
  8811. checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
  8812. [[package]]
  8813. name = "uninit"
  8814. version = "0.5.1"
  8815. source = "registry+https://github.com/rust-lang/crates.io-index"
  8816. checksum = "3e130f2ed46ca5d8ec13c7ff95836827f92f5f5f37fd2b2bf16f33c408d98bb6"
  8817. dependencies = [
  8818. "extension-traits",
  8819. ]
  8820. [[package]]
  8821. name = "unsafe-libyaml"
  8822. version = "0.2.11"
  8823. source = "registry+https://github.com/rust-lang/crates.io-index"
  8824. checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
  8825. [[package]]
  8826. name = "untrusted"
  8827. version = "0.7.1"
  8828. source = "registry+https://github.com/rust-lang/crates.io-index"
  8829. checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
  8830. [[package]]
  8831. name = "untrusted"
  8832. version = "0.9.0"
  8833. source = "registry+https://github.com/rust-lang/crates.io-index"
  8834. checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
  8835. [[package]]
  8836. name = "unwind_safe"
  8837. version = "0.1.0"
  8838. source = "registry+https://github.com/rust-lang/crates.io-index"
  8839. checksum = "0976c77def3f1f75c4ef892a292c31c0bbe9e3d0702c63044d7c76db298171a3"
  8840. [[package]]
  8841. name = "unzip-n"
  8842. version = "0.1.2"
  8843. source = "registry+https://github.com/rust-lang/crates.io-index"
  8844. checksum = "c2e7e85a0596447f0f2ac090e16bc4c516c6fe91771fb0c0ccf7fa3dae896b9c"
  8845. dependencies = [
  8846. "proc-macro2",
  8847. "quote",
  8848. "syn 1.0.109",
  8849. ]
  8850. [[package]]
  8851. name = "ureq"
  8852. version = "2.9.7"
  8853. source = "registry+https://github.com/rust-lang/crates.io-index"
  8854. checksum = "d11a831e3c0b56e438a28308e7c810799e3c118417f342d30ecec080105395cd"
  8855. dependencies = [
  8856. "base64 0.22.1",
  8857. "flate2",
  8858. "log",
  8859. "once_cell",
  8860. "rustls 0.22.4",
  8861. "rustls-pki-types",
  8862. "rustls-webpki",
  8863. "url",
  8864. "webpki-roots 0.26.1",
  8865. ]
  8866. [[package]]
  8867. name = "url"
  8868. version = "2.5.0"
  8869. source = "registry+https://github.com/rust-lang/crates.io-index"
  8870. checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
  8871. dependencies = [
  8872. "form_urlencoded",
  8873. "idna",
  8874. "percent-encoding",
  8875. "serde",
  8876. ]
  8877. [[package]]
  8878. name = "urlencoding"
  8879. version = "2.1.3"
  8880. source = "registry+https://github.com/rust-lang/crates.io-index"
  8881. checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
  8882. [[package]]
  8883. name = "utf-8"
  8884. version = "0.7.6"
  8885. source = "registry+https://github.com/rust-lang/crates.io-index"
  8886. checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
  8887. [[package]]
  8888. name = "utf8parse"
  8889. version = "0.2.1"
  8890. source = "registry+https://github.com/rust-lang/crates.io-index"
  8891. checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
  8892. [[package]]
  8893. name = "uuid"
  8894. version = "1.8.0"
  8895. source = "registry+https://github.com/rust-lang/crates.io-index"
  8896. checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
  8897. dependencies = [
  8898. "atomic",
  8899. "getrandom",
  8900. "rand",
  8901. "serde",
  8902. "uuid-macro-internal",
  8903. "wasm-bindgen",
  8904. ]
  8905. [[package]]
  8906. name = "uuid-macro-internal"
  8907. version = "1.8.0"
  8908. source = "registry+https://github.com/rust-lang/crates.io-index"
  8909. checksum = "9881bea7cbe687e36c9ab3b778c36cd0487402e270304e8b1296d5085303c1a2"
  8910. dependencies = [
  8911. "proc-macro2",
  8912. "quote",
  8913. "syn 2.0.65",
  8914. ]
  8915. [[package]]
  8916. name = "validated_struct"
  8917. version = "2.1.0"
  8918. source = "registry+https://github.com/rust-lang/crates.io-index"
  8919. checksum = "feef04c049b4beae3037a2a31b8da40d8cebec0b97456f24c7de0ede4ed9efed"
  8920. dependencies = [
  8921. "json5",
  8922. "serde",
  8923. "serde_json",
  8924. "validated_struct_macros",
  8925. ]
  8926. [[package]]
  8927. name = "validated_struct_macros"
  8928. version = "2.1.0"
  8929. source = "registry+https://github.com/rust-lang/crates.io-index"
  8930. checksum = "9d4444a980afa9ef0d29c2a3f4d952ec0495a7a996a9c78b52698b71bc21edb4"
  8931. dependencies = [
  8932. "proc-macro2",
  8933. "quote",
  8934. "syn 1.0.109",
  8935. "unzip-n",
  8936. ]
  8937. [[package]]
  8938. name = "valuable"
  8939. version = "0.1.0"
  8940. source = "registry+https://github.com/rust-lang/crates.io-index"
  8941. checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
  8942. [[package]]
  8943. name = "value-bag"
  8944. version = "1.9.0"
  8945. source = "registry+https://github.com/rust-lang/crates.io-index"
  8946. checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
  8947. [[package]]
  8948. name = "vcpkg"
  8949. version = "0.2.15"
  8950. source = "registry+https://github.com/rust-lang/crates.io-index"
  8951. checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
  8952. [[package]]
  8953. name = "vec1"
  8954. version = "1.12.0"
  8955. source = "registry+https://github.com/rust-lang/crates.io-index"
  8956. checksum = "ffb60dcfffc189bfd4e2a81333c268619fee9db53da71bce2bcbd8e129c56936"
  8957. [[package]]
  8958. name = "vec_map"
  8959. version = "0.8.2"
  8960. source = "registry+https://github.com/rust-lang/crates.io-index"
  8961. checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
  8962. [[package]]
  8963. name = "version_check"
  8964. version = "0.9.4"
  8965. source = "registry+https://github.com/rust-lang/crates.io-index"
  8966. checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
  8967. [[package]]
  8968. name = "waker-fn"
  8969. version = "1.2.0"
  8970. source = "registry+https://github.com/rust-lang/crates.io-index"
  8971. checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
  8972. [[package]]
  8973. name = "walkdir"
  8974. version = "2.5.0"
  8975. source = "registry+https://github.com/rust-lang/crates.io-index"
  8976. checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
  8977. dependencies = [
  8978. "same-file",
  8979. "winapi-util",
  8980. ]
  8981. [[package]]
  8982. name = "want"
  8983. version = "0.3.1"
  8984. source = "registry+https://github.com/rust-lang/crates.io-index"
  8985. checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
  8986. dependencies = [
  8987. "try-lock",
  8988. ]
  8989. [[package]]
  8990. name = "wasi"
  8991. version = "0.11.0+wasi-snapshot-preview1"
  8992. source = "registry+https://github.com/rust-lang/crates.io-index"
  8993. checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
  8994. [[package]]
  8995. name = "wasm-bindgen"
  8996. version = "0.2.92"
  8997. source = "registry+https://github.com/rust-lang/crates.io-index"
  8998. checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
  8999. dependencies = [
  9000. "cfg-if 1.0.0",
  9001. "wasm-bindgen-macro",
  9002. ]
  9003. [[package]]
  9004. name = "wasm-bindgen-backend"
  9005. version = "0.2.92"
  9006. source = "registry+https://github.com/rust-lang/crates.io-index"
  9007. checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
  9008. dependencies = [
  9009. "bumpalo",
  9010. "log",
  9011. "once_cell",
  9012. "proc-macro2",
  9013. "quote",
  9014. "syn 2.0.65",
  9015. "wasm-bindgen-shared",
  9016. ]
  9017. [[package]]
  9018. name = "wasm-bindgen-futures"
  9019. version = "0.4.42"
  9020. source = "registry+https://github.com/rust-lang/crates.io-index"
  9021. checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
  9022. dependencies = [
  9023. "cfg-if 1.0.0",
  9024. "js-sys",
  9025. "wasm-bindgen",
  9026. "web-sys",
  9027. ]
  9028. [[package]]
  9029. name = "wasm-bindgen-macro"
  9030. version = "0.2.92"
  9031. source = "registry+https://github.com/rust-lang/crates.io-index"
  9032. checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
  9033. dependencies = [
  9034. "quote",
  9035. "wasm-bindgen-macro-support",
  9036. ]
  9037. [[package]]
  9038. name = "wasm-bindgen-macro-support"
  9039. version = "0.2.92"
  9040. source = "registry+https://github.com/rust-lang/crates.io-index"
  9041. checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
  9042. dependencies = [
  9043. "proc-macro2",
  9044. "quote",
  9045. "syn 2.0.65",
  9046. "wasm-bindgen-backend",
  9047. "wasm-bindgen-shared",
  9048. ]
  9049. [[package]]
  9050. name = "wasm-bindgen-shared"
  9051. version = "0.2.92"
  9052. source = "registry+https://github.com/rust-lang/crates.io-index"
  9053. checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
  9054. [[package]]
  9055. name = "wasm-streams"
  9056. version = "0.4.0"
  9057. source = "registry+https://github.com/rust-lang/crates.io-index"
  9058. checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
  9059. dependencies = [
  9060. "futures-util",
  9061. "js-sys",
  9062. "wasm-bindgen",
  9063. "wasm-bindgen-futures",
  9064. "web-sys",
  9065. ]
  9066. [[package]]
  9067. name = "wayland-backend"
  9068. version = "0.3.3"
  9069. source = "registry+https://github.com/rust-lang/crates.io-index"
  9070. checksum = "9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40"
  9071. dependencies = [
  9072. "cc",
  9073. "downcast-rs",
  9074. "rustix 0.38.34",
  9075. "scoped-tls",
  9076. "smallvec",
  9077. "wayland-sys",
  9078. ]
  9079. [[package]]
  9080. name = "wayland-client"
  9081. version = "0.31.2"
  9082. source = "registry+https://github.com/rust-lang/crates.io-index"
  9083. checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f"
  9084. dependencies = [
  9085. "bitflags 2.5.0",
  9086. "rustix 0.38.34",
  9087. "wayland-backend",
  9088. "wayland-scanner",
  9089. ]
  9090. [[package]]
  9091. name = "wayland-csd-frame"
  9092. version = "0.3.0"
  9093. source = "registry+https://github.com/rust-lang/crates.io-index"
  9094. checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
  9095. dependencies = [
  9096. "bitflags 2.5.0",
  9097. "cursor-icon",
  9098. "wayland-backend",
  9099. ]
  9100. [[package]]
  9101. name = "wayland-cursor"
  9102. version = "0.31.1"
  9103. source = "registry+https://github.com/rust-lang/crates.io-index"
  9104. checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba"
  9105. dependencies = [
  9106. "rustix 0.38.34",
  9107. "wayland-client",
  9108. "xcursor",
  9109. ]
  9110. [[package]]
  9111. name = "wayland-protocols"
  9112. version = "0.31.2"
  9113. source = "registry+https://github.com/rust-lang/crates.io-index"
  9114. checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
  9115. dependencies = [
  9116. "bitflags 2.5.0",
  9117. "wayland-backend",
  9118. "wayland-client",
  9119. "wayland-scanner",
  9120. ]
  9121. [[package]]
  9122. name = "wayland-protocols-plasma"
  9123. version = "0.2.0"
  9124. source = "registry+https://github.com/rust-lang/crates.io-index"
  9125. checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
  9126. dependencies = [
  9127. "bitflags 2.5.0",
  9128. "wayland-backend",
  9129. "wayland-client",
  9130. "wayland-protocols",
  9131. "wayland-scanner",
  9132. ]
  9133. [[package]]
  9134. name = "wayland-protocols-wlr"
  9135. version = "0.2.0"
  9136. source = "registry+https://github.com/rust-lang/crates.io-index"
  9137. checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6"
  9138. dependencies = [
  9139. "bitflags 2.5.0",
  9140. "wayland-backend",
  9141. "wayland-client",
  9142. "wayland-protocols",
  9143. "wayland-scanner",
  9144. ]
  9145. [[package]]
  9146. name = "wayland-scanner"
  9147. version = "0.31.1"
  9148. source = "registry+https://github.com/rust-lang/crates.io-index"
  9149. checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283"
  9150. dependencies = [
  9151. "proc-macro2",
  9152. "quick-xml",
  9153. "quote",
  9154. ]
  9155. [[package]]
  9156. name = "wayland-sys"
  9157. version = "0.31.1"
  9158. source = "registry+https://github.com/rust-lang/crates.io-index"
  9159. checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
  9160. dependencies = [
  9161. "dlib",
  9162. "log",
  9163. "once_cell",
  9164. "pkg-config",
  9165. ]
  9166. [[package]]
  9167. name = "web-sys"
  9168. version = "0.3.69"
  9169. source = "registry+https://github.com/rust-lang/crates.io-index"
  9170. checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
  9171. dependencies = [
  9172. "js-sys",
  9173. "wasm-bindgen",
  9174. ]
  9175. [[package]]
  9176. name = "web-time"
  9177. version = "0.2.4"
  9178. source = "registry+https://github.com/rust-lang/crates.io-index"
  9179. checksum = "aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0"
  9180. dependencies = [
  9181. "js-sys",
  9182. "wasm-bindgen",
  9183. ]
  9184. [[package]]
  9185. name = "webbrowser"
  9186. version = "0.8.15"
  9187. source = "registry+https://github.com/rust-lang/crates.io-index"
  9188. checksum = "db67ae75a9405634f5882791678772c94ff5f16a66535aae186e26aa0841fc8b"
  9189. dependencies = [
  9190. "core-foundation",
  9191. "home",
  9192. "jni",
  9193. "log",
  9194. "ndk-context",
  9195. "objc",
  9196. "raw-window-handle 0.5.2",
  9197. "url",
  9198. "web-sys",
  9199. ]
  9200. [[package]]
  9201. name = "webpki"
  9202. version = "0.22.4"
  9203. source = "registry+https://github.com/rust-lang/crates.io-index"
  9204. checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
  9205. dependencies = [
  9206. "ring 0.17.8",
  9207. "untrusted 0.9.0",
  9208. ]
  9209. [[package]]
  9210. name = "webpki-roots"
  9211. version = "0.22.6"
  9212. source = "registry+https://github.com/rust-lang/crates.io-index"
  9213. checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
  9214. dependencies = [
  9215. "webpki",
  9216. ]
  9217. [[package]]
  9218. name = "webpki-roots"
  9219. version = "0.26.1"
  9220. source = "registry+https://github.com/rust-lang/crates.io-index"
  9221. checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009"
  9222. dependencies = [
  9223. "rustls-pki-types",
  9224. ]
  9225. [[package]]
  9226. name = "weezl"
  9227. version = "0.1.8"
  9228. source = "registry+https://github.com/rust-lang/crates.io-index"
  9229. checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
  9230. [[package]]
  9231. name = "wgpu"
  9232. version = "0.19.4"
  9233. source = "registry+https://github.com/rust-lang/crates.io-index"
  9234. checksum = "cbd7311dbd2abcfebaabf1841a2824ed7c8be443a0f29166e5d3c6a53a762c01"
  9235. dependencies = [
  9236. "arrayvec",
  9237. "cfg-if 1.0.0",
  9238. "cfg_aliases 0.1.1",
  9239. "js-sys",
  9240. "log",
  9241. "naga",
  9242. "parking_lot",
  9243. "profiling",
  9244. "raw-window-handle 0.6.2",
  9245. "smallvec",
  9246. "static_assertions",
  9247. "wasm-bindgen",
  9248. "wasm-bindgen-futures",
  9249. "web-sys",
  9250. "wgpu-core",
  9251. "wgpu-hal",
  9252. "wgpu-types",
  9253. ]
  9254. [[package]]
  9255. name = "wgpu-core"
  9256. version = "0.19.4"
  9257. source = "registry+https://github.com/rust-lang/crates.io-index"
  9258. checksum = "28b94525fc99ba9e5c9a9e24764f2bc29bad0911a7446c12f446a8277369bf3a"
  9259. dependencies = [
  9260. "arrayvec",
  9261. "bit-vec",
  9262. "bitflags 2.5.0",
  9263. "cfg_aliases 0.1.1",
  9264. "codespan-reporting",
  9265. "indexmap 2.2.6",
  9266. "log",
  9267. "naga",
  9268. "once_cell",
  9269. "parking_lot",
  9270. "profiling",
  9271. "raw-window-handle 0.6.2",
  9272. "rustc-hash",
  9273. "smallvec",
  9274. "thiserror",
  9275. "web-sys",
  9276. "wgpu-hal",
  9277. "wgpu-types",
  9278. ]
  9279. [[package]]
  9280. name = "wgpu-hal"
  9281. version = "0.19.4"
  9282. source = "registry+https://github.com/rust-lang/crates.io-index"
  9283. checksum = "fc1a4924366df7ab41a5d8546d6534f1f33231aa5b3f72b9930e300f254e39c3"
  9284. dependencies = [
  9285. "android_system_properties",
  9286. "arrayvec",
  9287. "ash",
  9288. "bitflags 2.5.0",
  9289. "block",
  9290. "cfg_aliases 0.1.1",
  9291. "core-graphics-types",
  9292. "glow",
  9293. "glutin_wgl_sys",
  9294. "gpu-alloc",
  9295. "gpu-allocator",
  9296. "gpu-descriptor",
  9297. "hassle-rs",
  9298. "js-sys",
  9299. "khronos-egl",
  9300. "libc",
  9301. "libloading 0.8.3",
  9302. "log",
  9303. "metal",
  9304. "naga",
  9305. "ndk-sys",
  9306. "objc",
  9307. "once_cell",
  9308. "parking_lot",
  9309. "profiling",
  9310. "raw-window-handle 0.6.2",
  9311. "renderdoc-sys",
  9312. "rustc-hash",
  9313. "smallvec",
  9314. "thiserror",
  9315. "wasm-bindgen",
  9316. "web-sys",
  9317. "wgpu-types",
  9318. "winapi 0.3.9",
  9319. ]
  9320. [[package]]
  9321. name = "wgpu-types"
  9322. version = "0.19.2"
  9323. source = "registry+https://github.com/rust-lang/crates.io-index"
  9324. checksum = "b671ff9fb03f78b46ff176494ee1ebe7d603393f42664be55b64dc8d53969805"
  9325. dependencies = [
  9326. "bitflags 2.5.0",
  9327. "js-sys",
  9328. "web-sys",
  9329. ]
  9330. [[package]]
  9331. name = "which"
  9332. version = "5.0.0"
  9333. source = "registry+https://github.com/rust-lang/crates.io-index"
  9334. checksum = "9bf3ea8596f3a0dd5980b46430f2058dfe2c36a27ccfbb1845d6fbfcd9ba6e14"
  9335. dependencies = [
  9336. "either",
  9337. "home",
  9338. "once_cell",
  9339. "rustix 0.38.34",
  9340. "windows-sys 0.48.0",
  9341. ]
  9342. [[package]]
  9343. name = "widestring"
  9344. version = "1.1.0"
  9345. source = "registry+https://github.com/rust-lang/crates.io-index"
  9346. checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
  9347. [[package]]
  9348. name = "wild"
  9349. version = "2.2.1"
  9350. source = "registry+https://github.com/rust-lang/crates.io-index"
  9351. checksum = "a3131afc8c575281e1e80f36ed6a092aa502c08b18ed7524e86fbbb12bb410e1"
  9352. dependencies = [
  9353. "glob",
  9354. ]
  9355. [[package]]
  9356. name = "win-sys"
  9357. version = "0.3.1"
  9358. source = "registry+https://github.com/rust-lang/crates.io-index"
  9359. checksum = "5b7b128a98c1cfa201b09eb49ba285887deb3cbe7466a98850eb1adabb452be5"
  9360. dependencies = [
  9361. "windows 0.34.0",
  9362. ]
  9363. [[package]]
  9364. name = "winapi"
  9365. version = "0.2.8"
  9366. source = "registry+https://github.com/rust-lang/crates.io-index"
  9367. checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
  9368. [[package]]
  9369. name = "winapi"
  9370. version = "0.3.9"
  9371. source = "registry+https://github.com/rust-lang/crates.io-index"
  9372. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  9373. dependencies = [
  9374. "winapi-i686-pc-windows-gnu",
  9375. "winapi-x86_64-pc-windows-gnu",
  9376. ]
  9377. [[package]]
  9378. name = "winapi-build"
  9379. version = "0.1.1"
  9380. source = "registry+https://github.com/rust-lang/crates.io-index"
  9381. checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
  9382. [[package]]
  9383. name = "winapi-i686-pc-windows-gnu"
  9384. version = "0.4.0"
  9385. source = "registry+https://github.com/rust-lang/crates.io-index"
  9386. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  9387. [[package]]
  9388. name = "winapi-util"
  9389. version = "0.1.8"
  9390. source = "registry+https://github.com/rust-lang/crates.io-index"
  9391. checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
  9392. dependencies = [
  9393. "windows-sys 0.52.0",
  9394. ]
  9395. [[package]]
  9396. name = "winapi-x86_64-pc-windows-gnu"
  9397. version = "0.4.0"
  9398. source = "registry+https://github.com/rust-lang/crates.io-index"
  9399. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  9400. [[package]]
  9401. name = "windows"
  9402. version = "0.34.0"
  9403. source = "registry+https://github.com/rust-lang/crates.io-index"
  9404. checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"
  9405. dependencies = [
  9406. "windows_aarch64_msvc 0.34.0",
  9407. "windows_i686_gnu 0.34.0",
  9408. "windows_i686_msvc 0.34.0",
  9409. "windows_x86_64_gnu 0.34.0",
  9410. "windows_x86_64_msvc 0.34.0",
  9411. ]
  9412. [[package]]
  9413. name = "windows"
  9414. version = "0.48.0"
  9415. source = "registry+https://github.com/rust-lang/crates.io-index"
  9416. checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
  9417. dependencies = [
  9418. "windows-implement",
  9419. "windows-interface",
  9420. "windows-targets 0.48.5",
  9421. ]
  9422. [[package]]
  9423. name = "windows"
  9424. version = "0.52.0"
  9425. source = "registry+https://github.com/rust-lang/crates.io-index"
  9426. checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
  9427. dependencies = [
  9428. "windows-core",
  9429. "windows-targets 0.52.5",
  9430. ]
  9431. [[package]]
  9432. name = "windows-core"
  9433. version = "0.52.0"
  9434. source = "registry+https://github.com/rust-lang/crates.io-index"
  9435. checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
  9436. dependencies = [
  9437. "windows-targets 0.52.5",
  9438. ]
  9439. [[package]]
  9440. name = "windows-implement"
  9441. version = "0.48.0"
  9442. source = "registry+https://github.com/rust-lang/crates.io-index"
  9443. checksum = "5e2ee588991b9e7e6c8338edf3333fbe4da35dc72092643958ebb43f0ab2c49c"
  9444. dependencies = [
  9445. "proc-macro2",
  9446. "quote",
  9447. "syn 1.0.109",
  9448. ]
  9449. [[package]]
  9450. name = "windows-interface"
  9451. version = "0.48.0"
  9452. source = "registry+https://github.com/rust-lang/crates.io-index"
  9453. checksum = "e6fb8df20c9bcaa8ad6ab513f7b40104840c8867d5751126e4df3b08388d0cc7"
  9454. dependencies = [
  9455. "proc-macro2",
  9456. "quote",
  9457. "syn 1.0.109",
  9458. ]
  9459. [[package]]
  9460. name = "windows-sys"
  9461. version = "0.42.0"
  9462. source = "registry+https://github.com/rust-lang/crates.io-index"
  9463. checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
  9464. dependencies = [
  9465. "windows_aarch64_gnullvm 0.42.2",
  9466. "windows_aarch64_msvc 0.42.2",
  9467. "windows_i686_gnu 0.42.2",
  9468. "windows_i686_msvc 0.42.2",
  9469. "windows_x86_64_gnu 0.42.2",
  9470. "windows_x86_64_gnullvm 0.42.2",
  9471. "windows_x86_64_msvc 0.42.2",
  9472. ]
  9473. [[package]]
  9474. name = "windows-sys"
  9475. version = "0.45.0"
  9476. source = "registry+https://github.com/rust-lang/crates.io-index"
  9477. checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
  9478. dependencies = [
  9479. "windows-targets 0.42.2",
  9480. ]
  9481. [[package]]
  9482. name = "windows-sys"
  9483. version = "0.48.0"
  9484. source = "registry+https://github.com/rust-lang/crates.io-index"
  9485. checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
  9486. dependencies = [
  9487. "windows-targets 0.48.5",
  9488. ]
  9489. [[package]]
  9490. name = "windows-sys"
  9491. version = "0.52.0"
  9492. source = "registry+https://github.com/rust-lang/crates.io-index"
  9493. checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
  9494. dependencies = [
  9495. "windows-targets 0.52.5",
  9496. ]
  9497. [[package]]
  9498. name = "windows-targets"
  9499. version = "0.42.2"
  9500. source = "registry+https://github.com/rust-lang/crates.io-index"
  9501. checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
  9502. dependencies = [
  9503. "windows_aarch64_gnullvm 0.42.2",
  9504. "windows_aarch64_msvc 0.42.2",
  9505. "windows_i686_gnu 0.42.2",
  9506. "windows_i686_msvc 0.42.2",
  9507. "windows_x86_64_gnu 0.42.2",
  9508. "windows_x86_64_gnullvm 0.42.2",
  9509. "windows_x86_64_msvc 0.42.2",
  9510. ]
  9511. [[package]]
  9512. name = "windows-targets"
  9513. version = "0.48.5"
  9514. source = "registry+https://github.com/rust-lang/crates.io-index"
  9515. checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
  9516. dependencies = [
  9517. "windows_aarch64_gnullvm 0.48.5",
  9518. "windows_aarch64_msvc 0.48.5",
  9519. "windows_i686_gnu 0.48.5",
  9520. "windows_i686_msvc 0.48.5",
  9521. "windows_x86_64_gnu 0.48.5",
  9522. "windows_x86_64_gnullvm 0.48.5",
  9523. "windows_x86_64_msvc 0.48.5",
  9524. ]
  9525. [[package]]
  9526. name = "windows-targets"
  9527. version = "0.52.5"
  9528. source = "registry+https://github.com/rust-lang/crates.io-index"
  9529. checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
  9530. dependencies = [
  9531. "windows_aarch64_gnullvm 0.52.5",
  9532. "windows_aarch64_msvc 0.52.5",
  9533. "windows_i686_gnu 0.52.5",
  9534. "windows_i686_gnullvm",
  9535. "windows_i686_msvc 0.52.5",
  9536. "windows_x86_64_gnu 0.52.5",
  9537. "windows_x86_64_gnullvm 0.52.5",
  9538. "windows_x86_64_msvc 0.52.5",
  9539. ]
  9540. [[package]]
  9541. name = "windows_aarch64_gnullvm"
  9542. version = "0.42.2"
  9543. source = "registry+https://github.com/rust-lang/crates.io-index"
  9544. checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
  9545. [[package]]
  9546. name = "windows_aarch64_gnullvm"
  9547. version = "0.48.5"
  9548. source = "registry+https://github.com/rust-lang/crates.io-index"
  9549. checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
  9550. [[package]]
  9551. name = "windows_aarch64_gnullvm"
  9552. version = "0.52.5"
  9553. source = "registry+https://github.com/rust-lang/crates.io-index"
  9554. checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
  9555. [[package]]
  9556. name = "windows_aarch64_msvc"
  9557. version = "0.34.0"
  9558. source = "registry+https://github.com/rust-lang/crates.io-index"
  9559. checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"
  9560. [[package]]
  9561. name = "windows_aarch64_msvc"
  9562. version = "0.42.2"
  9563. source = "registry+https://github.com/rust-lang/crates.io-index"
  9564. checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
  9565. [[package]]
  9566. name = "windows_aarch64_msvc"
  9567. version = "0.48.5"
  9568. source = "registry+https://github.com/rust-lang/crates.io-index"
  9569. checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
  9570. [[package]]
  9571. name = "windows_aarch64_msvc"
  9572. version = "0.52.5"
  9573. source = "registry+https://github.com/rust-lang/crates.io-index"
  9574. checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
  9575. [[package]]
  9576. name = "windows_i686_gnu"
  9577. version = "0.34.0"
  9578. source = "registry+https://github.com/rust-lang/crates.io-index"
  9579. checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"
  9580. [[package]]
  9581. name = "windows_i686_gnu"
  9582. version = "0.42.2"
  9583. source = "registry+https://github.com/rust-lang/crates.io-index"
  9584. checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
  9585. [[package]]
  9586. name = "windows_i686_gnu"
  9587. version = "0.48.5"
  9588. source = "registry+https://github.com/rust-lang/crates.io-index"
  9589. checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
  9590. [[package]]
  9591. name = "windows_i686_gnu"
  9592. version = "0.52.5"
  9593. source = "registry+https://github.com/rust-lang/crates.io-index"
  9594. checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
  9595. [[package]]
  9596. name = "windows_i686_gnullvm"
  9597. version = "0.52.5"
  9598. source = "registry+https://github.com/rust-lang/crates.io-index"
  9599. checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
  9600. [[package]]
  9601. name = "windows_i686_msvc"
  9602. version = "0.34.0"
  9603. source = "registry+https://github.com/rust-lang/crates.io-index"
  9604. checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"
  9605. [[package]]
  9606. name = "windows_i686_msvc"
  9607. version = "0.42.2"
  9608. source = "registry+https://github.com/rust-lang/crates.io-index"
  9609. checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
  9610. [[package]]
  9611. name = "windows_i686_msvc"
  9612. version = "0.48.5"
  9613. source = "registry+https://github.com/rust-lang/crates.io-index"
  9614. checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
  9615. [[package]]
  9616. name = "windows_i686_msvc"
  9617. version = "0.52.5"
  9618. source = "registry+https://github.com/rust-lang/crates.io-index"
  9619. checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
  9620. [[package]]
  9621. name = "windows_x86_64_gnu"
  9622. version = "0.34.0"
  9623. source = "registry+https://github.com/rust-lang/crates.io-index"
  9624. checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"
  9625. [[package]]
  9626. name = "windows_x86_64_gnu"
  9627. version = "0.42.2"
  9628. source = "registry+https://github.com/rust-lang/crates.io-index"
  9629. checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
  9630. [[package]]
  9631. name = "windows_x86_64_gnu"
  9632. version = "0.48.5"
  9633. source = "registry+https://github.com/rust-lang/crates.io-index"
  9634. checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
  9635. [[package]]
  9636. name = "windows_x86_64_gnu"
  9637. version = "0.52.5"
  9638. source = "registry+https://github.com/rust-lang/crates.io-index"
  9639. checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
  9640. [[package]]
  9641. name = "windows_x86_64_gnullvm"
  9642. version = "0.42.2"
  9643. source = "registry+https://github.com/rust-lang/crates.io-index"
  9644. checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
  9645. [[package]]
  9646. name = "windows_x86_64_gnullvm"
  9647. version = "0.48.5"
  9648. source = "registry+https://github.com/rust-lang/crates.io-index"
  9649. checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
  9650. [[package]]
  9651. name = "windows_x86_64_gnullvm"
  9652. version = "0.52.5"
  9653. source = "registry+https://github.com/rust-lang/crates.io-index"
  9654. checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
  9655. [[package]]
  9656. name = "windows_x86_64_msvc"
  9657. version = "0.34.0"
  9658. source = "registry+https://github.com/rust-lang/crates.io-index"
  9659. checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"
  9660. [[package]]
  9661. name = "windows_x86_64_msvc"
  9662. version = "0.42.2"
  9663. source = "registry+https://github.com/rust-lang/crates.io-index"
  9664. checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
  9665. [[package]]
  9666. name = "windows_x86_64_msvc"
  9667. version = "0.48.5"
  9668. source = "registry+https://github.com/rust-lang/crates.io-index"
  9669. checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
  9670. [[package]]
  9671. name = "windows_x86_64_msvc"
  9672. version = "0.52.5"
  9673. source = "registry+https://github.com/rust-lang/crates.io-index"
  9674. checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
  9675. [[package]]
  9676. name = "winit"
  9677. version = "0.29.15"
  9678. source = "registry+https://github.com/rust-lang/crates.io-index"
  9679. checksum = "0d59ad965a635657faf09c8f062badd885748428933dad8e8bdd64064d92e5ca"
  9680. dependencies = [
  9681. "ahash",
  9682. "android-activity",
  9683. "atomic-waker",
  9684. "bitflags 2.5.0",
  9685. "bytemuck",
  9686. "calloop",
  9687. "cfg_aliases 0.1.1",
  9688. "core-foundation",
  9689. "core-graphics",
  9690. "cursor-icon",
  9691. "icrate",
  9692. "js-sys",
  9693. "libc",
  9694. "log",
  9695. "memmap2",
  9696. "ndk",
  9697. "ndk-sys",
  9698. "objc2 0.4.1",
  9699. "once_cell",
  9700. "orbclient",
  9701. "percent-encoding",
  9702. "raw-window-handle 0.6.2",
  9703. "redox_syscall 0.3.5",
  9704. "rustix 0.38.34",
  9705. "smithay-client-toolkit",
  9706. "smol_str",
  9707. "unicode-segmentation",
  9708. "wasm-bindgen",
  9709. "wasm-bindgen-futures",
  9710. "wayland-backend",
  9711. "wayland-client",
  9712. "wayland-protocols",
  9713. "wayland-protocols-plasma",
  9714. "web-sys",
  9715. "web-time",
  9716. "windows-sys 0.48.0",
  9717. "x11-dl",
  9718. "x11rb",
  9719. "xkbcommon-dl",
  9720. ]
  9721. [[package]]
  9722. name = "winnow"
  9723. version = "0.5.40"
  9724. source = "registry+https://github.com/rust-lang/crates.io-index"
  9725. checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
  9726. dependencies = [
  9727. "memchr",
  9728. ]
  9729. [[package]]
  9730. name = "winreg"
  9731. version = "0.52.0"
  9732. source = "registry+https://github.com/rust-lang/crates.io-index"
  9733. checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
  9734. dependencies = [
  9735. "cfg-if 1.0.0",
  9736. "windows-sys 0.48.0",
  9737. ]
  9738. [[package]]
  9739. name = "with_builtin_macros"
  9740. version = "0.0.3"
  9741. source = "registry+https://github.com/rust-lang/crates.io-index"
  9742. checksum = "a59d55032495429b87f9d69954c6c8602e4d3f3e0a747a12dea6b0b23de685da"
  9743. dependencies = [
  9744. "with_builtin_macros-proc_macros",
  9745. ]
  9746. [[package]]
  9747. name = "with_builtin_macros-proc_macros"
  9748. version = "0.0.3"
  9749. source = "registry+https://github.com/rust-lang/crates.io-index"
  9750. checksum = "15bd7679c15e22924f53aee34d4e448c45b674feb6129689af88593e129f8f42"
  9751. dependencies = [
  9752. "proc-macro2",
  9753. "quote",
  9754. "syn 1.0.109",
  9755. ]
  9756. [[package]]
  9757. name = "wrapcenum-derive"
  9758. version = "0.4.1"
  9759. source = "registry+https://github.com/rust-lang/crates.io-index"
  9760. checksum = "a76ff259533532054cfbaefb115c613203c73707017459206380f03b3b3f266e"
  9761. dependencies = [
  9762. "darling",
  9763. "proc-macro2",
  9764. "quote",
  9765. "syn 2.0.65",
  9766. ]
  9767. [[package]]
  9768. name = "ws2_32-sys"
  9769. version = "0.2.1"
  9770. source = "registry+https://github.com/rust-lang/crates.io-index"
  9771. checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
  9772. dependencies = [
  9773. "winapi 0.2.8",
  9774. "winapi-build",
  9775. ]
  9776. [[package]]
  9777. name = "wyz"
  9778. version = "0.5.1"
  9779. source = "registry+https://github.com/rust-lang/crates.io-index"
  9780. checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
  9781. dependencies = [
  9782. "tap",
  9783. ]
  9784. [[package]]
  9785. name = "x11-dl"
  9786. version = "2.21.0"
  9787. source = "registry+https://github.com/rust-lang/crates.io-index"
  9788. checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
  9789. dependencies = [
  9790. "libc",
  9791. "once_cell",
  9792. "pkg-config",
  9793. ]
  9794. [[package]]
  9795. name = "x11rb"
  9796. version = "0.13.1"
  9797. source = "registry+https://github.com/rust-lang/crates.io-index"
  9798. checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
  9799. dependencies = [
  9800. "as-raw-xcb-connection",
  9801. "gethostname",
  9802. "libc",
  9803. "libloading 0.8.3",
  9804. "once_cell",
  9805. "rustix 0.38.34",
  9806. "x11rb-protocol",
  9807. ]
  9808. [[package]]
  9809. name = "x11rb-protocol"
  9810. version = "0.13.1"
  9811. source = "registry+https://github.com/rust-lang/crates.io-index"
  9812. checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
  9813. [[package]]
  9814. name = "xcursor"
  9815. version = "0.3.5"
  9816. source = "registry+https://github.com/rust-lang/crates.io-index"
  9817. checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911"
  9818. [[package]]
  9819. name = "xdg-home"
  9820. version = "1.1.0"
  9821. source = "registry+https://github.com/rust-lang/crates.io-index"
  9822. checksum = "21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e"
  9823. dependencies = [
  9824. "libc",
  9825. "winapi 0.3.9",
  9826. ]
  9827. [[package]]
  9828. name = "xkbcommon-dl"
  9829. version = "0.4.2"
  9830. source = "registry+https://github.com/rust-lang/crates.io-index"
  9831. checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
  9832. dependencies = [
  9833. "bitflags 2.5.0",
  9834. "dlib",
  9835. "log",
  9836. "once_cell",
  9837. "xkeysym",
  9838. ]
  9839. [[package]]
  9840. name = "xkeysym"
  9841. version = "0.2.0"
  9842. source = "registry+https://github.com/rust-lang/crates.io-index"
  9843. checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"
  9844. [[package]]
  9845. name = "xml-rs"
  9846. version = "0.8.20"
  9847. source = "registry+https://github.com/rust-lang/crates.io-index"
  9848. checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193"
  9849. [[package]]
  9850. name = "xshell"
  9851. version = "0.2.6"
  9852. source = "registry+https://github.com/rust-lang/crates.io-index"
  9853. checksum = "6db0ab86eae739efd1b054a8d3d16041914030ac4e01cd1dca0cf252fd8b6437"
  9854. dependencies = [
  9855. "xshell-macros",
  9856. ]
  9857. [[package]]
  9858. name = "xshell-macros"
  9859. version = "0.2.6"
  9860. source = "registry+https://github.com/rust-lang/crates.io-index"
  9861. checksum = "9d422e8e38ec76e2f06ee439ccc765e9c6a9638b9e7c9f2e8255e4d41e8bd852"
  9862. [[package]]
  9863. name = "yaml-rust"
  9864. version = "0.4.5"
  9865. source = "registry+https://github.com/rust-lang/crates.io-index"
  9866. checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
  9867. dependencies = [
  9868. "linked-hash-map",
  9869. ]
  9870. [[package]]
  9871. name = "zbus"
  9872. version = "3.15.2"
  9873. source = "registry+https://github.com/rust-lang/crates.io-index"
  9874. checksum = "675d170b632a6ad49804c8cf2105d7c31eddd3312555cffd4b740e08e97c25e6"
  9875. dependencies = [
  9876. "async-broadcast",
  9877. "async-executor",
  9878. "async-fs 1.6.0",
  9879. "async-io 1.13.0",
  9880. "async-lock 2.8.0",
  9881. "async-process",
  9882. "async-recursion",
  9883. "async-task",
  9884. "async-trait",
  9885. "blocking",
  9886. "byteorder",
  9887. "derivative",
  9888. "enumflags2",
  9889. "event-listener 2.5.3",
  9890. "futures-core",
  9891. "futures-sink",
  9892. "futures-util",
  9893. "hex",
  9894. "nix 0.26.4",
  9895. "once_cell",
  9896. "ordered-stream",
  9897. "rand",
  9898. "serde",
  9899. "serde_repr",
  9900. "sha1",
  9901. "static_assertions",
  9902. "tracing",
  9903. "uds_windows",
  9904. "winapi 0.3.9",
  9905. "xdg-home",
  9906. "zbus_macros",
  9907. "zbus_names",
  9908. "zvariant",
  9909. ]
  9910. [[package]]
  9911. name = "zbus_macros"
  9912. version = "3.15.2"
  9913. source = "registry+https://github.com/rust-lang/crates.io-index"
  9914. checksum = "7131497b0f887e8061b430c530240063d33bf9455fa34438f388a245da69e0a5"
  9915. dependencies = [
  9916. "proc-macro-crate 1.3.1",
  9917. "proc-macro2",
  9918. "quote",
  9919. "regex",
  9920. "syn 1.0.109",
  9921. "zvariant_utils",
  9922. ]
  9923. [[package]]
  9924. name = "zbus_names"
  9925. version = "2.6.1"
  9926. source = "registry+https://github.com/rust-lang/crates.io-index"
  9927. checksum = "437d738d3750bed6ca9b8d423ccc7a8eb284f6b1d6d4e225a0e4e6258d864c8d"
  9928. dependencies = [
  9929. "serde",
  9930. "static_assertions",
  9931. "zvariant",
  9932. ]
  9933. [[package]]
  9934. name = "zenoh"
  9935. version = "0.7.0-rc"
  9936. source = "registry+https://github.com/rust-lang/crates.io-index"
  9937. checksum = "44140d6ebcf2e52ee48acad0e9d960c2b1e868eec021da2538e58373d615fc18"
  9938. dependencies = [
  9939. "async-global-executor",
  9940. "async-std",
  9941. "async-trait",
  9942. "base64 0.13.1",
  9943. "env_logger",
  9944. "event-listener 2.5.3",
  9945. "flume 0.10.14",
  9946. "form_urlencoded",
  9947. "futures",
  9948. "git-version",
  9949. "hex",
  9950. "lazy_static",
  9951. "log",
  9952. "ordered-float 3.9.2",
  9953. "petgraph",
  9954. "rand",
  9955. "regex",
  9956. "rustc_version",
  9957. "serde",
  9958. "serde_json",
  9959. "socket2 0.4.10",
  9960. "stop-token",
  9961. "uhlc",
  9962. "uuid",
  9963. "vec_map",
  9964. "zenoh-buffers",
  9965. "zenoh-cfg-properties",
  9966. "zenoh-collections",
  9967. "zenoh-config",
  9968. "zenoh-core",
  9969. "zenoh-crypto",
  9970. "zenoh-link",
  9971. "zenoh-plugin-trait",
  9972. "zenoh-protocol",
  9973. "zenoh-protocol-core",
  9974. "zenoh-sync",
  9975. "zenoh-transport",
  9976. "zenoh-util",
  9977. ]
  9978. [[package]]
  9979. name = "zenoh-buffers"
  9980. version = "0.7.0-rc"
  9981. source = "registry+https://github.com/rust-lang/crates.io-index"
  9982. checksum = "244d54f1228d3c53fc69483faafcfcc1b4d670b60cffce17696fc49fbc7a6608"
  9983. dependencies = [
  9984. "async-std",
  9985. "hex",
  9986. "zenoh-collections",
  9987. "zenoh-core",
  9988. ]
  9989. [[package]]
  9990. name = "zenoh-cfg-properties"
  9991. version = "0.7.0-rc"
  9992. source = "registry+https://github.com/rust-lang/crates.io-index"
  9993. checksum = "a963395194bf1b64f67d89333e8089f01568ec7ac28c305847f505452a98006e"
  9994. dependencies = [
  9995. "zenoh-core",
  9996. "zenoh-macros",
  9997. ]
  9998. [[package]]
  9999. name = "zenoh-collections"
  10000. version = "0.7.0-rc"
  10001. source = "registry+https://github.com/rust-lang/crates.io-index"
  10002. checksum = "1e256d7aff2c9af765d77efbfae7fcb708d2d7f4e179aa201bff2f81ad7a3845"
  10003. dependencies = [
  10004. "async-std",
  10005. "async-trait",
  10006. "flume 0.10.14",
  10007. "log",
  10008. "zenoh-core",
  10009. "zenoh-sync",
  10010. ]
  10011. [[package]]
  10012. name = "zenoh-config"
  10013. version = "0.7.0-rc"
  10014. source = "registry+https://github.com/rust-lang/crates.io-index"
  10015. checksum = "bad1ff61abf28c57e8879ec4286fa29becf7e9bf12555df9a7faddff3bc9ea1b"
  10016. dependencies = [
  10017. "flume 0.10.14",
  10018. "json5",
  10019. "num_cpus",
  10020. "serde",
  10021. "serde_json",
  10022. "serde_yaml 0.9.34+deprecated",
  10023. "validated_struct",
  10024. "zenoh-cfg-properties",
  10025. "zenoh-core",
  10026. "zenoh-protocol-core",
  10027. "zenoh-util",
  10028. ]
  10029. [[package]]
  10030. name = "zenoh-core"
  10031. version = "0.7.0-rc"
  10032. source = "registry+https://github.com/rust-lang/crates.io-index"
  10033. checksum = "1b0f55158f3f83555db74d4cf5ebc34f90df5d2992cc0de67eba69b99628605e"
  10034. dependencies = [
  10035. "anyhow",
  10036. "async-std",
  10037. "lazy_static",
  10038. "zenoh-macros",
  10039. ]
  10040. [[package]]
  10041. name = "zenoh-crypto"
  10042. version = "0.7.0-rc"
  10043. source = "registry+https://github.com/rust-lang/crates.io-index"
  10044. checksum = "653ba15479a0e3f1a94d7f079babc52f742f3a2bd995c59bc250cfc9a789dbbc"
  10045. dependencies = [
  10046. "aes",
  10047. "hmac",
  10048. "rand",
  10049. "rand_chacha",
  10050. "sha3",
  10051. "zenoh-core",
  10052. ]
  10053. [[package]]
  10054. name = "zenoh-link"
  10055. version = "0.7.0-rc"
  10056. source = "registry+https://github.com/rust-lang/crates.io-index"
  10057. checksum = "0e58770c73cf0b5ec8fbe104d609eec83f9bc3463ea23a583c8b465de77f7d27"
  10058. dependencies = [
  10059. "async-std",
  10060. "async-trait",
  10061. "zenoh-cfg-properties",
  10062. "zenoh-config",
  10063. "zenoh-core",
  10064. "zenoh-link-commons",
  10065. "zenoh-link-quic",
  10066. "zenoh-link-tcp",
  10067. "zenoh-link-tls",
  10068. "zenoh-link-udp",
  10069. "zenoh-link-unixsock_stream",
  10070. "zenoh-protocol-core",
  10071. ]
  10072. [[package]]
  10073. name = "zenoh-link-commons"
  10074. version = "0.7.0-rc"
  10075. source = "registry+https://github.com/rust-lang/crates.io-index"
  10076. checksum = "21aab9eeb2aba53e37aae57467ffca1268d209811c5e2f39761aab4c1343bce3"
  10077. dependencies = [
  10078. "async-std",
  10079. "async-trait",
  10080. "flume 0.10.14",
  10081. "serde",
  10082. "zenoh-buffers",
  10083. "zenoh-cfg-properties",
  10084. "zenoh-core",
  10085. "zenoh-protocol",
  10086. "zenoh-protocol-core",
  10087. ]
  10088. [[package]]
  10089. name = "zenoh-link-quic"
  10090. version = "0.7.0-rc"
  10091. source = "registry+https://github.com/rust-lang/crates.io-index"
  10092. checksum = "a9f1354094eb4d5e4b864b5aa385efce46f94a43f6ba57dd9ea9a017e6e74176"
  10093. dependencies = [
  10094. "async-std",
  10095. "async-trait",
  10096. "futures",
  10097. "log",
  10098. "quinn",
  10099. "rustls 0.20.9",
  10100. "rustls-native-certs",
  10101. "rustls-pemfile 1.0.4",
  10102. "webpki",
  10103. "zenoh-cfg-properties",
  10104. "zenoh-config",
  10105. "zenoh-core",
  10106. "zenoh-link-commons",
  10107. "zenoh-protocol-core",
  10108. "zenoh-sync",
  10109. "zenoh-util",
  10110. ]
  10111. [[package]]
  10112. name = "zenoh-link-tcp"
  10113. version = "0.7.0-rc"
  10114. source = "registry+https://github.com/rust-lang/crates.io-index"
  10115. checksum = "55ffc29707a50680dba124dd4d8bc3bc19feb158db8312433bfc3078f7b8f1ef"
  10116. dependencies = [
  10117. "async-std",
  10118. "async-trait",
  10119. "log",
  10120. "zenoh-core",
  10121. "zenoh-link-commons",
  10122. "zenoh-protocol-core",
  10123. "zenoh-sync",
  10124. "zenoh-util",
  10125. ]
  10126. [[package]]
  10127. name = "zenoh-link-tls"
  10128. version = "0.7.0-rc"
  10129. source = "registry+https://github.com/rust-lang/crates.io-index"
  10130. checksum = "2a5630b3a218c7179191dab78ebc45da1837793951bddb8fda4f5900b47da552"
  10131. dependencies = [
  10132. "async-rustls",
  10133. "async-std",
  10134. "async-trait",
  10135. "futures",
  10136. "log",
  10137. "rustls-pemfile 1.0.4",
  10138. "webpki",
  10139. "webpki-roots 0.22.6",
  10140. "zenoh-cfg-properties",
  10141. "zenoh-config",
  10142. "zenoh-core",
  10143. "zenoh-link-commons",
  10144. "zenoh-protocol-core",
  10145. "zenoh-sync",
  10146. "zenoh-util",
  10147. ]
  10148. [[package]]
  10149. name = "zenoh-link-udp"
  10150. version = "0.7.0-rc"
  10151. source = "registry+https://github.com/rust-lang/crates.io-index"
  10152. checksum = "176494947bd3a6aa10baa469afa4572635822683830808cd71d5554ce15dfebb"
  10153. dependencies = [
  10154. "async-std",
  10155. "async-trait",
  10156. "log",
  10157. "socket2 0.4.10",
  10158. "zenoh-collections",
  10159. "zenoh-core",
  10160. "zenoh-link-commons",
  10161. "zenoh-protocol-core",
  10162. "zenoh-sync",
  10163. "zenoh-util",
  10164. ]
  10165. [[package]]
  10166. name = "zenoh-link-unixsock_stream"
  10167. version = "0.7.0-rc"
  10168. source = "registry+https://github.com/rust-lang/crates.io-index"
  10169. checksum = "1d9974305820f92478490ba8b8f119eb5b7d7b4998a7125d1510f6e69f3f81d1"
  10170. dependencies = [
  10171. "async-std",
  10172. "async-trait",
  10173. "futures",
  10174. "log",
  10175. "nix 0.26.4",
  10176. "uuid",
  10177. "zenoh-core",
  10178. "zenoh-link-commons",
  10179. "zenoh-protocol-core",
  10180. "zenoh-sync",
  10181. ]
  10182. [[package]]
  10183. name = "zenoh-macros"
  10184. version = "0.7.0-rc"
  10185. source = "registry+https://github.com/rust-lang/crates.io-index"
  10186. checksum = "3a9ac20b120990778cca204ee46c43a37ed4ffbc331e95702615490f9c169de8"
  10187. dependencies = [
  10188. "proc-macro2",
  10189. "quote",
  10190. "rustc_version",
  10191. "syn 1.0.109",
  10192. "unzip-n",
  10193. ]
  10194. [[package]]
  10195. name = "zenoh-plugin-trait"
  10196. version = "0.7.0-rc"
  10197. source = "registry+https://github.com/rust-lang/crates.io-index"
  10198. checksum = "b3b8bfb8e2625e1150dab46b7a4433f866aa06af763237d564b1aa8f6aaf0b29"
  10199. dependencies = [
  10200. "libloading 0.7.4",
  10201. "log",
  10202. "serde_json",
  10203. "zenoh-core",
  10204. "zenoh-macros",
  10205. "zenoh-util",
  10206. ]
  10207. [[package]]
  10208. name = "zenoh-protocol"
  10209. version = "0.7.0-rc"
  10210. source = "registry+https://github.com/rust-lang/crates.io-index"
  10211. checksum = "174a00456e29d941a4230148fd184953e95883bde47a4cfc1a508e0aaec89a89"
  10212. dependencies = [
  10213. "log",
  10214. "uhlc",
  10215. "zenoh-buffers",
  10216. "zenoh-core",
  10217. "zenoh-protocol-core",
  10218. ]
  10219. [[package]]
  10220. name = "zenoh-protocol-core"
  10221. version = "0.7.0-rc"
  10222. source = "registry+https://github.com/rust-lang/crates.io-index"
  10223. checksum = "cdf3eaea2095d2c13fefdae25aca813b3644fc15e1441e16a4398b5113033753"
  10224. dependencies = [
  10225. "hex",
  10226. "itertools 0.10.5",
  10227. "lazy_static",
  10228. "rand",
  10229. "serde",
  10230. "uhlc",
  10231. "uuid",
  10232. "zenoh-core",
  10233. ]
  10234. [[package]]
  10235. name = "zenoh-sync"
  10236. version = "0.7.0-rc"
  10237. source = "registry+https://github.com/rust-lang/crates.io-index"
  10238. checksum = "821070b62a55d4c8a22e1e06c939c1f2d94767e660df9fcbea377781f72f59bf"
  10239. dependencies = [
  10240. "async-std",
  10241. "event-listener 2.5.3",
  10242. "flume 0.10.14",
  10243. "futures",
  10244. "tokio",
  10245. "zenoh-core",
  10246. ]
  10247. [[package]]
  10248. name = "zenoh-transport"
  10249. version = "0.7.0-rc"
  10250. source = "registry+https://github.com/rust-lang/crates.io-index"
  10251. checksum = "ce4387cfc02cb86383de8e65ab1eb204e3908c5f1db9e6b4defd8ad530c9ddea"
  10252. dependencies = [
  10253. "async-executor",
  10254. "async-global-executor",
  10255. "async-std",
  10256. "async-trait",
  10257. "flume 0.10.14",
  10258. "log",
  10259. "paste",
  10260. "rand",
  10261. "ringbuffer-spsc",
  10262. "rsa",
  10263. "serde",
  10264. "zenoh-buffers",
  10265. "zenoh-cfg-properties",
  10266. "zenoh-collections",
  10267. "zenoh-config",
  10268. "zenoh-core",
  10269. "zenoh-crypto",
  10270. "zenoh-link",
  10271. "zenoh-protocol",
  10272. "zenoh-protocol-core",
  10273. "zenoh-sync",
  10274. ]
  10275. [[package]]
  10276. name = "zenoh-util"
  10277. version = "0.7.0-rc"
  10278. source = "registry+https://github.com/rust-lang/crates.io-index"
  10279. checksum = "54646455dad3940535e97cce03f1b604265177349133903d989bc72e00011404"
  10280. dependencies = [
  10281. "async-std",
  10282. "clap 3.2.25",
  10283. "futures",
  10284. "hex",
  10285. "home",
  10286. "humantime",
  10287. "lazy_static",
  10288. "libc",
  10289. "libloading 0.7.4",
  10290. "log",
  10291. "pnet",
  10292. "pnet_datalink",
  10293. "shellexpand 3.1.0",
  10294. "winapi 0.3.9",
  10295. "zenoh-cfg-properties",
  10296. "zenoh-collections",
  10297. "zenoh-core",
  10298. "zenoh-crypto",
  10299. "zenoh-sync",
  10300. ]
  10301. [[package]]
  10302. name = "zerocopy"
  10303. version = "0.7.34"
  10304. source = "registry+https://github.com/rust-lang/crates.io-index"
  10305. checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
  10306. dependencies = [
  10307. "zerocopy-derive",
  10308. ]
  10309. [[package]]
  10310. name = "zerocopy-derive"
  10311. version = "0.7.34"
  10312. source = "registry+https://github.com/rust-lang/crates.io-index"
  10313. checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
  10314. dependencies = [
  10315. "proc-macro2",
  10316. "quote",
  10317. "syn 2.0.65",
  10318. ]
  10319. [[package]]
  10320. name = "zeroize"
  10321. version = "1.7.0"
  10322. source = "registry+https://github.com/rust-lang/crates.io-index"
  10323. checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
  10324. [[package]]
  10325. name = "zstd"
  10326. version = "0.13.1"
  10327. source = "registry+https://github.com/rust-lang/crates.io-index"
  10328. checksum = "2d789b1514203a1120ad2429eae43a7bd32b90976a7bb8a05f7ec02fa88cc23a"
  10329. dependencies = [
  10330. "zstd-safe",
  10331. ]
  10332. [[package]]
  10333. name = "zstd-safe"
  10334. version = "7.1.0"
  10335. source = "registry+https://github.com/rust-lang/crates.io-index"
  10336. checksum = "1cd99b45c6bc03a018c8b8a86025678c87e55526064e38f9df301989dce7ec0a"
  10337. dependencies = [
  10338. "zstd-sys",
  10339. ]
  10340. [[package]]
  10341. name = "zstd-sys"
  10342. version = "2.0.10+zstd.1.5.6"
  10343. source = "registry+https://github.com/rust-lang/crates.io-index"
  10344. checksum = "c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa"
  10345. dependencies = [
  10346. "cc",
  10347. "pkg-config",
  10348. ]
  10349. [[package]]
  10350. name = "zune-core"
  10351. version = "0.4.12"
  10352. source = "registry+https://github.com/rust-lang/crates.io-index"
  10353. checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
  10354. [[package]]
  10355. name = "zune-jpeg"
  10356. version = "0.4.11"
  10357. source = "registry+https://github.com/rust-lang/crates.io-index"
  10358. checksum = "ec866b44a2a1fd6133d363f073ca1b179f438f99e7e5bfb1e33f7181facfe448"
  10359. dependencies = [
  10360. "zune-core",
  10361. ]
  10362. [[package]]
  10363. name = "zvariant"
  10364. version = "3.15.2"
  10365. source = "registry+https://github.com/rust-lang/crates.io-index"
  10366. checksum = "4eef2be88ba09b358d3b58aca6e41cd853631d44787f319a1383ca83424fb2db"
  10367. dependencies = [
  10368. "byteorder",
  10369. "enumflags2",
  10370. "libc",
  10371. "serde",
  10372. "static_assertions",
  10373. "url",
  10374. "zvariant_derive",
  10375. ]
  10376. [[package]]
  10377. name = "zvariant_derive"
  10378. version = "3.15.2"
  10379. source = "registry+https://github.com/rust-lang/crates.io-index"
  10380. checksum = "37c24dc0bed72f5f90d1f8bb5b07228cbf63b3c6e9f82d82559d4bae666e7ed9"
  10381. dependencies = [
  10382. "proc-macro-crate 1.3.1",
  10383. "proc-macro2",
  10384. "quote",
  10385. "syn 1.0.109",
  10386. "zvariant_utils",
  10387. ]
  10388. [[package]]
  10389. name = "zvariant_utils"
  10390. version = "1.0.1"
  10391. source = "registry+https://github.com/rust-lang/crates.io-index"
  10392. checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200"
  10393. dependencies = [
  10394. "proc-macro2",
  10395. "quote",
  10396. "syn 1.0.109",
  10397. ]