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 273 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910691169126913691469156916691769186919692069216922692369246925692669276928692969306931693269336934693569366937693869396940694169426943694469456946694769486949695069516952695369546955695669576958695969606961696269636964696569666967696869696970697169726973697469756976697769786979698069816982698369846985698669876988698969906991699269936994699569966997699869997000700170027003700470057006700770087009701070117012701370147015701670177018701970207021702270237024702570267027702870297030703170327033703470357036703770387039704070417042704370447045704670477048704970507051705270537054705570567057705870597060706170627063706470657066706770687069707070717072707370747075707670777078707970807081708270837084708570867087708870897090709170927093709470957096709770987099710071017102710371047105710671077108710971107111711271137114711571167117711871197120712171227123712471257126712771287129713071317132713371347135713671377138713971407141714271437144714571467147714871497150715171527153715471557156715771587159716071617162716371647165716671677168716971707171717271737174717571767177717871797180718171827183718471857186718771887189719071917192719371947195719671977198719972007201720272037204720572067207720872097210721172127213721472157216721772187219722072217222722372247225722672277228722972307231723272337234723572367237723872397240724172427243724472457246724772487249725072517252725372547255725672577258725972607261726272637264726572667267726872697270727172727273727472757276727772787279728072817282728372847285728672877288728972907291729272937294729572967297729872997300730173027303730473057306730773087309731073117312731373147315731673177318731973207321732273237324732573267327732873297330733173327333733473357336733773387339734073417342734373447345734673477348734973507351735273537354735573567357735873597360736173627363736473657366736773687369737073717372737373747375737673777378737973807381738273837384738573867387738873897390739173927393739473957396739773987399740074017402740374047405740674077408740974107411741274137414741574167417741874197420742174227423742474257426742774287429743074317432743374347435743674377438743974407441744274437444744574467447744874497450745174527453745474557456745774587459746074617462746374647465746674677468746974707471747274737474747574767477747874797480748174827483748474857486748774887489749074917492749374947495749674977498749975007501750275037504750575067507750875097510751175127513751475157516751775187519752075217522752375247525752675277528752975307531753275337534753575367537753875397540754175427543754475457546754775487549755075517552755375547555755675577558755975607561756275637564756575667567756875697570757175727573757475757576757775787579758075817582758375847585758675877588758975907591759275937594759575967597759875997600760176027603760476057606760776087609761076117612761376147615761676177618761976207621762276237624762576267627762876297630763176327633763476357636763776387639764076417642764376447645764676477648764976507651765276537654765576567657765876597660766176627663766476657666766776687669767076717672767376747675767676777678767976807681768276837684768576867687768876897690769176927693769476957696769776987699770077017702770377047705770677077708770977107711771277137714771577167717771877197720772177227723772477257726772777287729773077317732773377347735773677377738773977407741774277437744774577467747774877497750775177527753775477557756775777587759776077617762776377647765776677677768776977707771777277737774777577767777777877797780778177827783778477857786778777887789779077917792779377947795779677977798779978007801780278037804780578067807780878097810781178127813781478157816781778187819782078217822782378247825782678277828782978307831783278337834783578367837783878397840784178427843784478457846784778487849785078517852785378547855785678577858785978607861786278637864786578667867786878697870787178727873787478757876787778787879788078817882788378847885788678877888788978907891789278937894789578967897789878997900790179027903790479057906790779087909791079117912791379147915791679177918791979207921792279237924792579267927792879297930793179327933793479357936793779387939794079417942794379447945794679477948794979507951795279537954795579567957795879597960796179627963796479657966796779687969797079717972797379747975797679777978797979807981798279837984798579867987798879897990799179927993799479957996799779987999800080018002800380048005800680078008800980108011801280138014801580168017801880198020802180228023802480258026802780288029803080318032803380348035803680378038803980408041804280438044804580468047804880498050805180528053805480558056805780588059806080618062806380648065806680678068806980708071807280738074807580768077807880798080808180828083808480858086808780888089809080918092809380948095809680978098809981008101810281038104810581068107810881098110811181128113811481158116811781188119812081218122812381248125812681278128812981308131813281338134813581368137813881398140814181428143814481458146814781488149815081518152815381548155815681578158815981608161816281638164816581668167816881698170817181728173817481758176817781788179818081818182818381848185818681878188818981908191819281938194819581968197819881998200820182028203820482058206820782088209821082118212821382148215821682178218821982208221822282238224822582268227822882298230823182328233823482358236823782388239824082418242824382448245824682478248824982508251825282538254825582568257825882598260826182628263826482658266826782688269827082718272827382748275827682778278827982808281828282838284828582868287828882898290829182928293829482958296829782988299830083018302830383048305830683078308830983108311831283138314831583168317831883198320832183228323832483258326832783288329833083318332833383348335833683378338833983408341834283438344834583468347834883498350835183528353835483558356835783588359836083618362836383648365836683678368836983708371837283738374837583768377837883798380838183828383838483858386838783888389839083918392839383948395839683978398839984008401840284038404840584068407840884098410841184128413841484158416841784188419842084218422842384248425842684278428842984308431843284338434843584368437843884398440844184428443844484458446844784488449845084518452845384548455845684578458845984608461846284638464846584668467846884698470847184728473847484758476847784788479848084818482848384848485848684878488848984908491849284938494849584968497849884998500850185028503850485058506850785088509851085118512851385148515851685178518851985208521852285238524852585268527852885298530853185328533853485358536853785388539854085418542854385448545854685478548854985508551855285538554855585568557855885598560856185628563856485658566856785688569857085718572857385748575857685778578857985808581858285838584858585868587858885898590859185928593859485958596859785988599860086018602860386048605860686078608860986108611861286138614861586168617861886198620862186228623862486258626862786288629863086318632863386348635863686378638863986408641864286438644864586468647864886498650865186528653865486558656865786588659866086618662866386648665866686678668866986708671867286738674867586768677867886798680868186828683868486858686868786888689869086918692869386948695869686978698869987008701870287038704870587068707870887098710871187128713871487158716871787188719872087218722872387248725872687278728872987308731873287338734873587368737873887398740874187428743874487458746874787488749875087518752875387548755875687578758875987608761876287638764876587668767876887698770877187728773877487758776877787788779878087818782878387848785878687878788878987908791879287938794879587968797879887998800880188028803880488058806880788088809881088118812881388148815881688178818881988208821882288238824882588268827882888298830883188328833883488358836883788388839884088418842884388448845884688478848884988508851885288538854885588568857885888598860886188628863886488658866886788688869887088718872887388748875887688778878887988808881888288838884888588868887888888898890889188928893889488958896889788988899890089018902890389048905890689078908890989108911891289138914891589168917891889198920892189228923892489258926892789288929893089318932893389348935893689378938893989408941894289438944894589468947894889498950895189528953895489558956895789588959896089618962896389648965896689678968896989708971897289738974897589768977897889798980898189828983898489858986898789888989899089918992899389948995899689978998899990009001900290039004900590069007900890099010901190129013901490159016901790189019902090219022902390249025902690279028902990309031903290339034903590369037903890399040904190429043904490459046904790489049905090519052905390549055905690579058905990609061906290639064906590669067906890699070907190729073907490759076907790789079908090819082908390849085908690879088908990909091909290939094909590969097909890999100910191029103910491059106910791089109911091119112911391149115911691179118911991209121912291239124912591269127912891299130913191329133913491359136913791389139914091419142914391449145914691479148914991509151915291539154915591569157915891599160916191629163916491659166916791689169917091719172917391749175917691779178917991809181918291839184918591869187918891899190919191929193919491959196919791989199920092019202920392049205920692079208920992109211921292139214921592169217921892199220922192229223922492259226922792289229923092319232923392349235923692379238923992409241924292439244924592469247924892499250925192529253925492559256925792589259926092619262926392649265926692679268926992709271927292739274927592769277927892799280928192829283928492859286928792889289929092919292929392949295929692979298929993009301930293039304930593069307930893099310931193129313931493159316931793189319932093219322932393249325932693279328932993309331933293339334933593369337933893399340934193429343934493459346934793489349935093519352935393549355935693579358935993609361936293639364936593669367936893699370937193729373937493759376937793789379938093819382938393849385938693879388938993909391939293939394939593969397939893999400940194029403940494059406940794089409941094119412941394149415941694179418941994209421942294239424942594269427942894299430943194329433943494359436943794389439944094419442944394449445944694479448944994509451945294539454945594569457945894599460946194629463946494659466946794689469947094719472947394749475947694779478947994809481948294839484948594869487948894899490949194929493949494959496949794989499950095019502950395049505950695079508950995109511951295139514951595169517951895199520952195229523952495259526952795289529953095319532953395349535953695379538953995409541954295439544954595469547954895499550955195529553955495559556955795589559956095619562956395649565956695679568956995709571957295739574957595769577957895799580958195829583958495859586958795889589959095919592959395949595959695979598959996009601960296039604960596069607960896099610961196129613961496159616961796189619962096219622962396249625962696279628962996309631963296339634963596369637963896399640964196429643964496459646964796489649965096519652965396549655965696579658965996609661966296639664966596669667966896699670967196729673967496759676967796789679968096819682968396849685968696879688968996909691969296939694969596969697969896999700970197029703970497059706970797089709971097119712971397149715971697179718971997209721972297239724972597269727972897299730973197329733973497359736973797389739974097419742974397449745974697479748974997509751975297539754975597569757975897599760976197629763976497659766976797689769977097719772977397749775977697779778977997809781978297839784978597869787978897899790979197929793979497959796979797989799980098019802980398049805980698079808980998109811981298139814981598169817981898199820982198229823982498259826982798289829983098319832983398349835983698379838983998409841984298439844984598469847984898499850985198529853985498559856985798589859986098619862986398649865986698679868986998709871987298739874987598769877987898799880988198829883988498859886988798889889989098919892989398949895989698979898989999009901990299039904990599069907990899099910991199129913991499159916991799189919992099219922992399249925992699279928992999309931993299339934993599369937993899399940994199429943994499459946994799489949995099519952995399549955995699579958995999609961996299639964996599669967996899699970997199729973997499759976997799789979998099819982998399849985998699879988998999909991999299939994999599969997999899991000010001100021000310004100051000610007100081000910010100111001210013100141001510016100171001810019100201002110022100231002410025100261002710028100291003010031100321003310034100351003610037100381003910040100411004210043100441004510046100471004810049100501005110052100531005410055100561005710058100591006010061100621006310064100651006610067100681006910070100711007210073100741007510076100771007810079100801008110082100831008410085100861008710088100891009010091100921009310094100951009610097100981009910100101011010210103101041010510106101071010810109101101011110112101131011410115101161011710118101191012010121101221012310124101251012610127101281012910130101311013210133101341013510136101371013810139101401014110142101431014410145101461014710148101491015010151101521015310154101551015610157101581015910160101611016210163101641016510166101671016810169101701017110172101731017410175101761017710178101791018010181101821018310184101851018610187101881018910190101911019210193101941019510196101971019810199102001020110202102031020410205102061020710208102091021010211102121021310214102151021610217102181021910220102211022210223102241022510226102271022810229102301023110232102331023410235102361023710238102391024010241102421024310244102451024610247102481024910250102511025210253102541025510256102571025810259102601026110262102631026410265102661026710268102691027010271102721027310274102751027610277102781027910280102811028210283102841028510286102871028810289102901029110292102931029410295102961029710298102991030010301103021030310304103051030610307103081030910310103111031210313103141031510316103171031810319103201032110322103231032410325103261032710328103291033010331103321033310334103351033610337103381033910340103411034210343103441034510346103471034810349103501035110352103531035410355103561035710358103591036010361103621036310364103651036610367103681036910370103711037210373103741037510376103771037810379103801038110382103831038410385103861038710388103891039010391103921039310394103951039610397103981039910400104011040210403104041040510406104071040810409104101041110412104131041410415104161041710418104191042010421104221042310424104251042610427104281042910430104311043210433104341043510436104371043810439104401044110442104431044410445104461044710448104491045010451104521045310454104551045610457104581045910460104611046210463104641046510466104671046810469104701047110472104731047410475104761047710478104791048010481104821048310484104851048610487104881048910490104911049210493104941049510496104971049810499105001050110502105031050410505105061050710508105091051010511105121051310514105151051610517105181051910520105211052210523105241052510526105271052810529105301053110532105331053410535105361053710538105391054010541105421054310544105451054610547105481054910550105511055210553105541055510556105571055810559105601056110562105631056410565105661056710568105691057010571105721057310574105751057610577105781057910580105811058210583105841058510586105871058810589105901059110592105931059410595105961059710598105991060010601106021060310604106051060610607106081060910610106111061210613106141061510616106171061810619106201062110622106231062410625106261062710628106291063010631106321063310634106351063610637106381063910640106411064210643106441064510646106471064810649106501065110652106531065410655106561065710658106591066010661106621066310664106651066610667106681066910670106711067210673106741067510676106771067810679106801068110682106831068410685106861068710688106891069010691106921069310694106951069610697106981069910700107011070210703107041070510706107071070810709107101071110712107131071410715107161071710718107191072010721107221072310724107251072610727107281072910730107311073210733107341073510736107371073810739107401074110742107431074410745107461074710748107491075010751107521075310754107551075610757107581075910760107611076210763107641076510766107671076810769107701077110772107731077410775107761077710778107791078010781107821078310784107851078610787107881078910790107911079210793107941079510796107971079810799108001080110802108031080410805108061080710808108091081010811108121081310814108151081610817108181081910820108211082210823108241082510826108271082810829108301083110832108331083410835108361083710838108391084010841108421084310844108451084610847108481084910850108511085210853108541085510856108571085810859108601086110862108631086410865108661086710868108691087010871108721087310874108751087610877108781087910880108811088210883108841088510886108871088810889108901089110892108931089410895108961089710898108991090010901109021090310904109051090610907109081090910910109111091210913109141091510916109171091810919109201092110922109231092410925109261092710928109291093010931109321093310934109351093610937109381093910940109411094210943109441094510946109471094810949109501095110952109531095410955109561095710958109591096010961109621096310964109651096610967109681096910970109711097210973109741097510976109771097810979109801098110982109831098410985109861098710988109891099010991109921099310994109951099610997109981099911000110011100211003110041100511006110071100811009110101101111012110131101411015110161101711018110191102011021110221102311024110251102611027110281102911030110311103211033110341103511036110371103811039110401104111042110431104411045110461104711048110491105011051110521105311054110551105611057110581105911060110611106211063110641106511066110671106811069110701107111072110731107411075110761107711078110791108011081110821108311084110851108611087110881108911090110911109211093110941109511096110971109811099111001110111102111031110411105111061110711108111091111011111111121111311114111151111611117111181111911120111211112211123111241112511126111271112811129111301113111132111331113411135111361113711138111391114011141111421114311144111451114611147111481114911150111511115211153111541115511156111571115811159111601116111162111631116411165111661116711168111691117011171111721117311174111751117611177111781117911180111811118211183111841118511186111871118811189111901119111192111931119411195111961119711198111991120011201112021120311204112051120611207112081120911210112111121211213112141121511216112171121811219112201122111222112231122411225112261122711228112291123011231112321123311234112351123611237112381123911240112411124211243112441124511246112471124811249112501125111252112531125411255112561125711258112591126011261112621126311264112651126611267112681126911270112711127211273112741127511276112771127811279112801128111282112831128411285112861128711288112891129011291112921129311294112951129611297112981129911300113011130211303113041130511306113071130811309113101131111312113131131411315113161131711318113191132011321113221132311324113251132611327113281132911330113311133211333113341133511336113371133811339113401134111342113431134411345113461134711348113491135011351113521135311354113551135611357113581135911360113611136211363113641136511366113671136811369113701137111372113731137411375113761137711378113791138011381113821138311384113851138611387113881138911390113911139211393113941139511396113971139811399114001140111402114031140411405114061140711408114091141011411114121141311414114151141611417114181141911420114211142211423114241142511426114271142811429114301143111432114331143411435114361143711438114391144011441114421144311444114451144611447114481144911450114511145211453114541145511456114571145811459114601146111462114631146411465114661146711468114691147011471114721147311474114751147611477114781147911480114811148211483114841148511486114871148811489114901149111492114931149411495114961149711498114991150011501115021150311504115051150611507115081150911510115111151211513115141151511516115171151811519115201152111522115231152411525115261152711528115291153011531115321153311534115351153611537115381153911540115411154211543115441154511546115471154811549115501155111552115531155411555115561155711558115591156011561115621156311564115651156611567115681156911570115711157211573115741157511576115771157811579115801158111582115831158411585115861158711588115891159011591115921159311594115951159611597115981159911600116011160211603116041160511606116071160811609116101161111612116131161411615116161161711618116191162011621116221162311624116251162611627116281162911630116311163211633116341163511636116371163811639116401164111642116431164411645116461164711648116491165011651116521165311654116551165611657116581165911660
  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.22.0"
  90. source = "registry+https://github.com/rust-lang/crates.io-index"
  91. checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
  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.6.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.1.0"
  234. source = "registry+https://github.com/rust-lang/crates.io-index"
  235. checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
  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 = "52.2.0"
  288. source = "registry+https://github.com/rust-lang/crates.io-index"
  289. checksum = "05048a8932648b63f21c37d88b552ccc8a65afb6dfe9fc9f30ce79174c2e7a85"
  290. dependencies = [
  291. "arrow-arith",
  292. "arrow-array",
  293. "arrow-buffer",
  294. "arrow-cast",
  295. "arrow-csv",
  296. "arrow-data",
  297. "arrow-ipc",
  298. "arrow-json",
  299. "arrow-ord",
  300. "arrow-row",
  301. "arrow-schema",
  302. "arrow-select",
  303. "arrow-string",
  304. "pyo3",
  305. ]
  306. [[package]]
  307. name = "arrow-arith"
  308. version = "52.2.0"
  309. source = "registry+https://github.com/rust-lang/crates.io-index"
  310. checksum = "1d8a57966e43bfe9a3277984a14c24ec617ad874e4c0e1d2a1b083a39cfbf22c"
  311. dependencies = [
  312. "arrow-array",
  313. "arrow-buffer",
  314. "arrow-data",
  315. "arrow-schema",
  316. "chrono",
  317. "half",
  318. "num",
  319. ]
  320. [[package]]
  321. name = "arrow-array"
  322. version = "52.2.0"
  323. source = "registry+https://github.com/rust-lang/crates.io-index"
  324. checksum = "16f4a9468c882dc66862cef4e1fd8423d47e67972377d85d80e022786427768c"
  325. dependencies = [
  326. "ahash",
  327. "arrow-buffer",
  328. "arrow-data",
  329. "arrow-schema",
  330. "chrono",
  331. "half",
  332. "hashbrown 0.14.5",
  333. "num",
  334. ]
  335. [[package]]
  336. name = "arrow-buffer"
  337. version = "52.2.0"
  338. source = "registry+https://github.com/rust-lang/crates.io-index"
  339. checksum = "c975484888fc95ec4a632cdc98be39c085b1bb518531b0c80c5d462063e5daa1"
  340. dependencies = [
  341. "bytes",
  342. "half",
  343. "num",
  344. ]
  345. [[package]]
  346. name = "arrow-cast"
  347. version = "52.2.0"
  348. source = "registry+https://github.com/rust-lang/crates.io-index"
  349. checksum = "da26719e76b81d8bc3faad1d4dbdc1bcc10d14704e63dc17fc9f3e7e1e567c8e"
  350. dependencies = [
  351. "arrow-array",
  352. "arrow-buffer",
  353. "arrow-data",
  354. "arrow-schema",
  355. "arrow-select",
  356. "atoi",
  357. "base64 0.22.1",
  358. "chrono",
  359. "half",
  360. "lexical-core",
  361. "num",
  362. "ryu",
  363. ]
  364. [[package]]
  365. name = "arrow-csv"
  366. version = "52.2.0"
  367. source = "registry+https://github.com/rust-lang/crates.io-index"
  368. checksum = "c13c36dc5ddf8c128df19bab27898eea64bf9da2b555ec1cd17a8ff57fba9ec2"
  369. dependencies = [
  370. "arrow-array",
  371. "arrow-buffer",
  372. "arrow-cast",
  373. "arrow-data",
  374. "arrow-schema",
  375. "chrono",
  376. "csv",
  377. "csv-core",
  378. "lazy_static",
  379. "lexical-core",
  380. "regex",
  381. ]
  382. [[package]]
  383. name = "arrow-data"
  384. version = "52.2.0"
  385. source = "registry+https://github.com/rust-lang/crates.io-index"
  386. checksum = "dd9d6f18c65ef7a2573ab498c374d8ae364b4a4edf67105357491c031f716ca5"
  387. dependencies = [
  388. "arrow-buffer",
  389. "arrow-schema",
  390. "half",
  391. "num",
  392. ]
  393. [[package]]
  394. name = "arrow-format"
  395. version = "0.8.1"
  396. source = "registry+https://github.com/rust-lang/crates.io-index"
  397. checksum = "07884ea216994cdc32a2d5f8274a8bee979cfe90274b83f86f440866ee3132c7"
  398. dependencies = [
  399. "planus",
  400. "serde",
  401. ]
  402. [[package]]
  403. name = "arrow-ipc"
  404. version = "52.2.0"
  405. source = "registry+https://github.com/rust-lang/crates.io-index"
  406. checksum = "e786e1cdd952205d9a8afc69397b317cfbb6e0095e445c69cda7e8da5c1eeb0f"
  407. dependencies = [
  408. "arrow-array",
  409. "arrow-buffer",
  410. "arrow-cast",
  411. "arrow-data",
  412. "arrow-schema",
  413. "flatbuffers 24.3.25",
  414. ]
  415. [[package]]
  416. name = "arrow-json"
  417. version = "52.2.0"
  418. source = "registry+https://github.com/rust-lang/crates.io-index"
  419. checksum = "fb22284c5a2a01d73cebfd88a33511a3234ab45d66086b2ca2d1228c3498e445"
  420. dependencies = [
  421. "arrow-array",
  422. "arrow-buffer",
  423. "arrow-cast",
  424. "arrow-data",
  425. "arrow-schema",
  426. "chrono",
  427. "half",
  428. "indexmap 2.2.6",
  429. "lexical-core",
  430. "num",
  431. "serde",
  432. "serde_json",
  433. ]
  434. [[package]]
  435. name = "arrow-ord"
  436. version = "52.2.0"
  437. source = "registry+https://github.com/rust-lang/crates.io-index"
  438. checksum = "42745f86b1ab99ef96d1c0bcf49180848a64fe2c7a7a0d945bc64fa2b21ba9bc"
  439. dependencies = [
  440. "arrow-array",
  441. "arrow-buffer",
  442. "arrow-data",
  443. "arrow-schema",
  444. "arrow-select",
  445. "half",
  446. "num",
  447. ]
  448. [[package]]
  449. name = "arrow-row"
  450. version = "52.2.0"
  451. source = "registry+https://github.com/rust-lang/crates.io-index"
  452. checksum = "4cd09a518c602a55bd406bcc291a967b284cfa7a63edfbf8b897ea4748aad23c"
  453. dependencies = [
  454. "ahash",
  455. "arrow-array",
  456. "arrow-buffer",
  457. "arrow-data",
  458. "arrow-schema",
  459. "half",
  460. ]
  461. [[package]]
  462. name = "arrow-schema"
  463. version = "52.2.0"
  464. source = "registry+https://github.com/rust-lang/crates.io-index"
  465. checksum = "9e972cd1ff4a4ccd22f86d3e53e835c2ed92e0eea6a3e8eadb72b4f1ac802cf8"
  466. dependencies = [
  467. "bitflags 2.6.0",
  468. "serde",
  469. ]
  470. [[package]]
  471. name = "arrow-select"
  472. version = "52.2.0"
  473. source = "registry+https://github.com/rust-lang/crates.io-index"
  474. checksum = "600bae05d43483d216fb3494f8c32fdbefd8aa4e1de237e790dbb3d9f44690a3"
  475. dependencies = [
  476. "ahash",
  477. "arrow-array",
  478. "arrow-buffer",
  479. "arrow-data",
  480. "arrow-schema",
  481. "num",
  482. ]
  483. [[package]]
  484. name = "arrow-string"
  485. version = "52.2.0"
  486. source = "registry+https://github.com/rust-lang/crates.io-index"
  487. checksum = "f0dc1985b67cb45f6606a248ac2b4a288849f196bab8c657ea5589f47cdd55e6"
  488. dependencies = [
  489. "arrow-array",
  490. "arrow-buffer",
  491. "arrow-data",
  492. "arrow-schema",
  493. "arrow-select",
  494. "memchr",
  495. "num",
  496. "regex",
  497. "regex-syntax 0.8.4",
  498. ]
  499. [[package]]
  500. name = "as-raw-xcb-connection"
  501. version = "1.0.1"
  502. source = "registry+https://github.com/rust-lang/crates.io-index"
  503. checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  504. [[package]]
  505. name = "ash"
  506. version = "0.37.3+1.3.251"
  507. source = "registry+https://github.com/rust-lang/crates.io-index"
  508. checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a"
  509. dependencies = [
  510. "libloading 0.7.4",
  511. ]
  512. [[package]]
  513. name = "ashpd"
  514. version = "0.6.8"
  515. source = "registry+https://github.com/rust-lang/crates.io-index"
  516. checksum = "4ac22eda5891cc086690cb6fa10121c0390de0e3b04eb269f2d766b00d3f2d81"
  517. dependencies = [
  518. "async-fs 2.1.2",
  519. "async-net",
  520. "enumflags2",
  521. "futures-channel",
  522. "futures-util",
  523. "once_cell",
  524. "rand",
  525. "serde",
  526. "serde_repr",
  527. "url",
  528. "zbus",
  529. ]
  530. [[package]]
  531. name = "async-attributes"
  532. version = "1.1.2"
  533. source = "registry+https://github.com/rust-lang/crates.io-index"
  534. checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  535. dependencies = [
  536. "quote",
  537. "syn 1.0.109",
  538. ]
  539. [[package]]
  540. name = "async-broadcast"
  541. version = "0.5.1"
  542. source = "registry+https://github.com/rust-lang/crates.io-index"
  543. checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b"
  544. dependencies = [
  545. "event-listener 2.5.3",
  546. "futures-core",
  547. ]
  548. [[package]]
  549. name = "async-channel"
  550. version = "1.9.0"
  551. source = "registry+https://github.com/rust-lang/crates.io-index"
  552. checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  553. dependencies = [
  554. "concurrent-queue",
  555. "event-listener 2.5.3",
  556. "futures-core",
  557. ]
  558. [[package]]
  559. name = "async-channel"
  560. version = "2.3.1"
  561. source = "registry+https://github.com/rust-lang/crates.io-index"
  562. checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
  563. dependencies = [
  564. "concurrent-queue",
  565. "event-listener-strategy",
  566. "futures-core",
  567. "pin-project-lite",
  568. ]
  569. [[package]]
  570. name = "async-executor"
  571. version = "1.12.0"
  572. source = "registry+https://github.com/rust-lang/crates.io-index"
  573. checksum = "c8828ec6e544c02b0d6691d21ed9f9218d0384a82542855073c2a3f58304aaf0"
  574. dependencies = [
  575. "async-task",
  576. "concurrent-queue",
  577. "fastrand 2.1.0",
  578. "futures-lite 2.3.0",
  579. "slab",
  580. ]
  581. [[package]]
  582. name = "async-fs"
  583. version = "1.6.0"
  584. source = "registry+https://github.com/rust-lang/crates.io-index"
  585. checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
  586. dependencies = [
  587. "async-lock 2.8.0",
  588. "autocfg",
  589. "blocking",
  590. "futures-lite 1.13.0",
  591. ]
  592. [[package]]
  593. name = "async-fs"
  594. version = "2.1.2"
  595. source = "registry+https://github.com/rust-lang/crates.io-index"
  596. checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
  597. dependencies = [
  598. "async-lock 3.4.0",
  599. "blocking",
  600. "futures-lite 2.3.0",
  601. ]
  602. [[package]]
  603. name = "async-global-executor"
  604. version = "2.4.1"
  605. source = "registry+https://github.com/rust-lang/crates.io-index"
  606. checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  607. dependencies = [
  608. "async-channel 2.3.1",
  609. "async-executor",
  610. "async-io 2.3.3",
  611. "async-lock 3.4.0",
  612. "blocking",
  613. "futures-lite 2.3.0",
  614. "once_cell",
  615. "tokio",
  616. ]
  617. [[package]]
  618. name = "async-io"
  619. version = "1.13.0"
  620. source = "registry+https://github.com/rust-lang/crates.io-index"
  621. checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
  622. dependencies = [
  623. "async-lock 2.8.0",
  624. "autocfg",
  625. "cfg-if 1.0.0",
  626. "concurrent-queue",
  627. "futures-lite 1.13.0",
  628. "log",
  629. "parking",
  630. "polling 2.8.0",
  631. "rustix 0.37.27",
  632. "slab",
  633. "socket2 0.4.10",
  634. "waker-fn",
  635. ]
  636. [[package]]
  637. name = "async-io"
  638. version = "2.3.3"
  639. source = "registry+https://github.com/rust-lang/crates.io-index"
  640. checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964"
  641. dependencies = [
  642. "async-lock 3.4.0",
  643. "cfg-if 1.0.0",
  644. "concurrent-queue",
  645. "futures-io",
  646. "futures-lite 2.3.0",
  647. "parking",
  648. "polling 3.7.2",
  649. "rustix 0.38.34",
  650. "slab",
  651. "tracing",
  652. "windows-sys 0.52.0",
  653. ]
  654. [[package]]
  655. name = "async-lock"
  656. version = "2.8.0"
  657. source = "registry+https://github.com/rust-lang/crates.io-index"
  658. checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  659. dependencies = [
  660. "event-listener 2.5.3",
  661. ]
  662. [[package]]
  663. name = "async-lock"
  664. version = "3.4.0"
  665. source = "registry+https://github.com/rust-lang/crates.io-index"
  666. checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
  667. dependencies = [
  668. "event-listener 5.3.1",
  669. "event-listener-strategy",
  670. "pin-project-lite",
  671. ]
  672. [[package]]
  673. name = "async-net"
  674. version = "2.0.0"
  675. source = "registry+https://github.com/rust-lang/crates.io-index"
  676. checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  677. dependencies = [
  678. "async-io 2.3.3",
  679. "blocking",
  680. "futures-lite 2.3.0",
  681. ]
  682. [[package]]
  683. name = "async-once-cell"
  684. version = "0.5.3"
  685. source = "registry+https://github.com/rust-lang/crates.io-index"
  686. checksum = "9338790e78aa95a416786ec8389546c4b6a1dfc3dc36071ed9518a9413a542eb"
  687. [[package]]
  688. name = "async-process"
  689. version = "1.8.1"
  690. source = "registry+https://github.com/rust-lang/crates.io-index"
  691. checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
  692. dependencies = [
  693. "async-io 1.13.0",
  694. "async-lock 2.8.0",
  695. "async-signal",
  696. "blocking",
  697. "cfg-if 1.0.0",
  698. "event-listener 3.1.0",
  699. "futures-lite 1.13.0",
  700. "rustix 0.38.34",
  701. "windows-sys 0.48.0",
  702. ]
  703. [[package]]
  704. name = "async-recursion"
  705. version = "1.1.1"
  706. source = "registry+https://github.com/rust-lang/crates.io-index"
  707. checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  708. dependencies = [
  709. "proc-macro2",
  710. "quote",
  711. "syn 2.0.68",
  712. ]
  713. [[package]]
  714. name = "async-rustls"
  715. version = "0.3.0"
  716. source = "registry+https://github.com/rust-lang/crates.io-index"
  717. checksum = "93b21a03b7c21702a0110f9f8d228763a533570deb376119042dabf33c37a01a"
  718. dependencies = [
  719. "futures-io",
  720. "rustls 0.20.9",
  721. "webpki",
  722. ]
  723. [[package]]
  724. name = "async-signal"
  725. version = "0.2.8"
  726. source = "registry+https://github.com/rust-lang/crates.io-index"
  727. checksum = "794f185324c2f00e771cd9f1ae8b5ac68be2ca7abb129a87afd6e86d228bc54d"
  728. dependencies = [
  729. "async-io 2.3.3",
  730. "async-lock 3.4.0",
  731. "atomic-waker",
  732. "cfg-if 1.0.0",
  733. "futures-core",
  734. "futures-io",
  735. "rustix 0.38.34",
  736. "signal-hook-registry",
  737. "slab",
  738. "windows-sys 0.52.0",
  739. ]
  740. [[package]]
  741. name = "async-std"
  742. version = "1.12.0"
  743. source = "registry+https://github.com/rust-lang/crates.io-index"
  744. checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
  745. dependencies = [
  746. "async-attributes",
  747. "async-channel 1.9.0",
  748. "async-global-executor",
  749. "async-io 1.13.0",
  750. "async-lock 2.8.0",
  751. "async-process",
  752. "crossbeam-utils",
  753. "futures-channel",
  754. "futures-core",
  755. "futures-io",
  756. "futures-lite 1.13.0",
  757. "gloo-timers",
  758. "kv-log-macro",
  759. "log",
  760. "memchr",
  761. "once_cell",
  762. "pin-project-lite",
  763. "pin-utils",
  764. "slab",
  765. "wasm-bindgen-futures",
  766. ]
  767. [[package]]
  768. name = "async-stream"
  769. version = "0.3.5"
  770. source = "registry+https://github.com/rust-lang/crates.io-index"
  771. checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
  772. dependencies = [
  773. "async-stream-impl",
  774. "futures-core",
  775. "pin-project-lite",
  776. ]
  777. [[package]]
  778. name = "async-stream-impl"
  779. version = "0.3.5"
  780. source = "registry+https://github.com/rust-lang/crates.io-index"
  781. checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
  782. dependencies = [
  783. "proc-macro2",
  784. "quote",
  785. "syn 2.0.68",
  786. ]
  787. [[package]]
  788. name = "async-task"
  789. version = "4.7.1"
  790. source = "registry+https://github.com/rust-lang/crates.io-index"
  791. checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
  792. [[package]]
  793. name = "async-trait"
  794. version = "0.1.81"
  795. source = "registry+https://github.com/rust-lang/crates.io-index"
  796. checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107"
  797. dependencies = [
  798. "proc-macro2",
  799. "quote",
  800. "syn 2.0.68",
  801. ]
  802. [[package]]
  803. name = "atoi"
  804. version = "2.0.0"
  805. source = "registry+https://github.com/rust-lang/crates.io-index"
  806. checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
  807. dependencies = [
  808. "num-traits",
  809. ]
  810. [[package]]
  811. name = "atomic-waker"
  812. version = "1.1.2"
  813. source = "registry+https://github.com/rust-lang/crates.io-index"
  814. checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
  815. [[package]]
  816. name = "atspi"
  817. version = "0.19.0"
  818. source = "registry+https://github.com/rust-lang/crates.io-index"
  819. checksum = "6059f350ab6f593ea00727b334265c4dfc7fd442ee32d264794bd9bdc68e87ca"
  820. dependencies = [
  821. "atspi-common",
  822. "atspi-connection",
  823. "atspi-proxies",
  824. ]
  825. [[package]]
  826. name = "atspi-common"
  827. version = "0.3.0"
  828. source = "registry+https://github.com/rust-lang/crates.io-index"
  829. checksum = "92af95f966d2431f962bc632c2e68eda7777330158bf640c4af4249349b2cdf5"
  830. dependencies = [
  831. "enumflags2",
  832. "serde",
  833. "static_assertions",
  834. "zbus",
  835. "zbus_names",
  836. "zvariant",
  837. ]
  838. [[package]]
  839. name = "atspi-connection"
  840. version = "0.3.0"
  841. source = "registry+https://github.com/rust-lang/crates.io-index"
  842. checksum = "a0c65e7d70f86d4c0e3b2d585d9bf3f979f0b19d635a336725a88d279f76b939"
  843. dependencies = [
  844. "atspi-common",
  845. "atspi-proxies",
  846. "futures-lite 1.13.0",
  847. "zbus",
  848. ]
  849. [[package]]
  850. name = "atspi-proxies"
  851. version = "0.3.0"
  852. source = "registry+https://github.com/rust-lang/crates.io-index"
  853. checksum = "6495661273703e7a229356dcbe8c8f38223d697aacfaf0e13590a9ac9977bb52"
  854. dependencies = [
  855. "atspi-common",
  856. "serde",
  857. "zbus",
  858. ]
  859. [[package]]
  860. name = "atty"
  861. version = "0.2.14"
  862. source = "registry+https://github.com/rust-lang/crates.io-index"
  863. checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  864. dependencies = [
  865. "hermit-abi 0.1.19",
  866. "libc",
  867. "winapi 0.3.9",
  868. ]
  869. [[package]]
  870. name = "autocfg"
  871. version = "1.3.0"
  872. source = "registry+https://github.com/rust-lang/crates.io-index"
  873. checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
  874. [[package]]
  875. name = "axum"
  876. version = "0.6.20"
  877. source = "registry+https://github.com/rust-lang/crates.io-index"
  878. checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
  879. dependencies = [
  880. "async-trait",
  881. "axum-core",
  882. "bitflags 1.3.2",
  883. "bytes",
  884. "futures-util",
  885. "http 0.2.12",
  886. "http-body 0.4.6",
  887. "hyper 0.14.29",
  888. "itoa",
  889. "matchit",
  890. "memchr",
  891. "mime",
  892. "percent-encoding",
  893. "pin-project-lite",
  894. "rustversion",
  895. "serde",
  896. "sync_wrapper 0.1.2",
  897. "tower",
  898. "tower-layer",
  899. "tower-service",
  900. ]
  901. [[package]]
  902. name = "axum-core"
  903. version = "0.3.4"
  904. source = "registry+https://github.com/rust-lang/crates.io-index"
  905. checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
  906. dependencies = [
  907. "async-trait",
  908. "bytes",
  909. "futures-util",
  910. "http 0.2.12",
  911. "http-body 0.4.6",
  912. "mime",
  913. "rustversion",
  914. "tower-layer",
  915. "tower-service",
  916. ]
  917. [[package]]
  918. name = "az"
  919. version = "1.2.1"
  920. source = "registry+https://github.com/rust-lang/crates.io-index"
  921. checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973"
  922. [[package]]
  923. name = "backtrace"
  924. version = "0.3.73"
  925. source = "registry+https://github.com/rust-lang/crates.io-index"
  926. checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
  927. dependencies = [
  928. "addr2line",
  929. "cc",
  930. "cfg-if 1.0.0",
  931. "libc",
  932. "miniz_oxide",
  933. "object",
  934. "rustc-demangle",
  935. ]
  936. [[package]]
  937. name = "base64"
  938. version = "0.13.1"
  939. source = "registry+https://github.com/rust-lang/crates.io-index"
  940. checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
  941. [[package]]
  942. name = "base64"
  943. version = "0.21.7"
  944. source = "registry+https://github.com/rust-lang/crates.io-index"
  945. checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
  946. [[package]]
  947. name = "base64"
  948. version = "0.22.1"
  949. source = "registry+https://github.com/rust-lang/crates.io-index"
  950. checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
  951. [[package]]
  952. name = "base64ct"
  953. version = "1.6.0"
  954. source = "registry+https://github.com/rust-lang/crates.io-index"
  955. checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
  956. [[package]]
  957. name = "bat"
  958. version = "0.24.0"
  959. source = "registry+https://github.com/rust-lang/crates.io-index"
  960. checksum = "9dcc9e5637c2330d8eb7b920f2aa5d9e184446c258466f825ea1412c7614cc86"
  961. dependencies = [
  962. "ansi_colours",
  963. "bincode",
  964. "bugreport",
  965. "bytesize",
  966. "clap 4.5.11",
  967. "clircle",
  968. "console",
  969. "content_inspector",
  970. "encoding_rs",
  971. "etcetera",
  972. "flate2",
  973. "git2",
  974. "globset",
  975. "grep-cli",
  976. "home",
  977. "nu-ansi-term 0.49.0",
  978. "once_cell",
  979. "path_abs",
  980. "plist",
  981. "regex",
  982. "semver",
  983. "serde",
  984. "serde_yaml 0.9.34+deprecated",
  985. "shell-words",
  986. "syntect",
  987. "thiserror",
  988. "unicode-width",
  989. "walkdir",
  990. "wild",
  991. ]
  992. [[package]]
  993. name = "benchmark-example-node"
  994. version = "0.3.5"
  995. dependencies = [
  996. "dora-node-api",
  997. "eyre",
  998. "futures",
  999. "rand",
  1000. "tokio",
  1001. "tracing",
  1002. "tracing-subscriber",
  1003. ]
  1004. [[package]]
  1005. name = "benchmark-example-sink"
  1006. version = "0.3.5"
  1007. dependencies = [
  1008. "dora-node-api",
  1009. "eyre",
  1010. "tracing",
  1011. "tracing-subscriber",
  1012. ]
  1013. [[package]]
  1014. name = "bincode"
  1015. version = "1.3.3"
  1016. source = "registry+https://github.com/rust-lang/crates.io-index"
  1017. checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
  1018. dependencies = [
  1019. "serde",
  1020. ]
  1021. [[package]]
  1022. name = "bit-set"
  1023. version = "0.5.3"
  1024. source = "registry+https://github.com/rust-lang/crates.io-index"
  1025. checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
  1026. dependencies = [
  1027. "bit-vec",
  1028. ]
  1029. [[package]]
  1030. name = "bit-vec"
  1031. version = "0.6.3"
  1032. source = "registry+https://github.com/rust-lang/crates.io-index"
  1033. checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
  1034. [[package]]
  1035. name = "bitflags"
  1036. version = "1.3.2"
  1037. source = "registry+https://github.com/rust-lang/crates.io-index"
  1038. checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
  1039. [[package]]
  1040. name = "bitflags"
  1041. version = "2.6.0"
  1042. source = "registry+https://github.com/rust-lang/crates.io-index"
  1043. checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
  1044. dependencies = [
  1045. "bytemuck",
  1046. "serde",
  1047. ]
  1048. [[package]]
  1049. name = "bitvec"
  1050. version = "1.0.1"
  1051. source = "registry+https://github.com/rust-lang/crates.io-index"
  1052. checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
  1053. dependencies = [
  1054. "funty",
  1055. "radium",
  1056. "tap",
  1057. "wyz",
  1058. ]
  1059. [[package]]
  1060. name = "block"
  1061. version = "0.1.6"
  1062. source = "registry+https://github.com/rust-lang/crates.io-index"
  1063. checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
  1064. [[package]]
  1065. name = "block-buffer"
  1066. version = "0.10.4"
  1067. source = "registry+https://github.com/rust-lang/crates.io-index"
  1068. checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
  1069. dependencies = [
  1070. "generic-array",
  1071. ]
  1072. [[package]]
  1073. name = "block-sys"
  1074. version = "0.1.0-beta.1"
  1075. source = "registry+https://github.com/rust-lang/crates.io-index"
  1076. checksum = "0fa55741ee90902547802152aaf3f8e5248aab7e21468089560d4c8840561146"
  1077. dependencies = [
  1078. "objc-sys 0.2.0-beta.2",
  1079. ]
  1080. [[package]]
  1081. name = "block-sys"
  1082. version = "0.2.1"
  1083. source = "registry+https://github.com/rust-lang/crates.io-index"
  1084. checksum = "ae85a0696e7ea3b835a453750bf002770776609115e6d25c6d2ff28a8200f7e7"
  1085. dependencies = [
  1086. "objc-sys 0.3.5",
  1087. ]
  1088. [[package]]
  1089. name = "block2"
  1090. version = "0.2.0-alpha.6"
  1091. source = "registry+https://github.com/rust-lang/crates.io-index"
  1092. checksum = "8dd9e63c1744f755c2f60332b88de39d341e5e86239014ad839bd71c106dec42"
  1093. dependencies = [
  1094. "block-sys 0.1.0-beta.1",
  1095. "objc2-encode 2.0.0-pre.2",
  1096. ]
  1097. [[package]]
  1098. name = "block2"
  1099. version = "0.3.0"
  1100. source = "registry+https://github.com/rust-lang/crates.io-index"
  1101. checksum = "15b55663a85f33501257357e6421bb33e769d5c9ffb5ba0921c975a123e35e68"
  1102. dependencies = [
  1103. "block-sys 0.2.1",
  1104. "objc2 0.4.1",
  1105. ]
  1106. [[package]]
  1107. name = "block2"
  1108. version = "0.5.1"
  1109. source = "registry+https://github.com/rust-lang/crates.io-index"
  1110. checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
  1111. dependencies = [
  1112. "objc2 0.5.2",
  1113. ]
  1114. [[package]]
  1115. name = "blocking"
  1116. version = "1.6.1"
  1117. source = "registry+https://github.com/rust-lang/crates.io-index"
  1118. checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
  1119. dependencies = [
  1120. "async-channel 2.3.1",
  1121. "async-task",
  1122. "futures-io",
  1123. "futures-lite 2.3.0",
  1124. "piper",
  1125. ]
  1126. [[package]]
  1127. name = "brotli"
  1128. version = "6.0.0"
  1129. source = "registry+https://github.com/rust-lang/crates.io-index"
  1130. checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b"
  1131. dependencies = [
  1132. "alloc-no-stdlib",
  1133. "alloc-stdlib",
  1134. "brotli-decompressor",
  1135. ]
  1136. [[package]]
  1137. name = "brotli-decompressor"
  1138. version = "4.0.1"
  1139. source = "registry+https://github.com/rust-lang/crates.io-index"
  1140. checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362"
  1141. dependencies = [
  1142. "alloc-no-stdlib",
  1143. "alloc-stdlib",
  1144. ]
  1145. [[package]]
  1146. name = "bstr"
  1147. version = "0.2.17"
  1148. source = "registry+https://github.com/rust-lang/crates.io-index"
  1149. checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
  1150. dependencies = [
  1151. "lazy_static",
  1152. "memchr",
  1153. "regex-automata 0.1.10",
  1154. ]
  1155. [[package]]
  1156. name = "bstr"
  1157. version = "1.9.1"
  1158. source = "registry+https://github.com/rust-lang/crates.io-index"
  1159. checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
  1160. dependencies = [
  1161. "memchr",
  1162. "regex-automata 0.4.7",
  1163. "serde",
  1164. ]
  1165. [[package]]
  1166. name = "bugreport"
  1167. version = "0.5.0"
  1168. source = "registry+https://github.com/rust-lang/crates.io-index"
  1169. checksum = "535120b8182547808081a66f1f77a64533c780b23da26763e0ee34dfb94f98c9"
  1170. dependencies = [
  1171. "git-version",
  1172. "shell-escape",
  1173. "sys-info",
  1174. ]
  1175. [[package]]
  1176. name = "bumpalo"
  1177. version = "3.16.0"
  1178. source = "registry+https://github.com/rust-lang/crates.io-index"
  1179. checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
  1180. [[package]]
  1181. name = "bytecount"
  1182. version = "0.6.8"
  1183. source = "registry+https://github.com/rust-lang/crates.io-index"
  1184. checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
  1185. [[package]]
  1186. name = "bytemuck"
  1187. version = "1.16.1"
  1188. source = "registry+https://github.com/rust-lang/crates.io-index"
  1189. checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e"
  1190. dependencies = [
  1191. "bytemuck_derive",
  1192. ]
  1193. [[package]]
  1194. name = "bytemuck_derive"
  1195. version = "1.7.0"
  1196. source = "registry+https://github.com/rust-lang/crates.io-index"
  1197. checksum = "1ee891b04274a59bd38b412188e24b849617b2e45a0fd8d057deb63e7403761b"
  1198. dependencies = [
  1199. "proc-macro2",
  1200. "quote",
  1201. "syn 2.0.68",
  1202. ]
  1203. [[package]]
  1204. name = "byteorder"
  1205. version = "1.5.0"
  1206. source = "registry+https://github.com/rust-lang/crates.io-index"
  1207. checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
  1208. [[package]]
  1209. name = "bytes"
  1210. version = "1.6.0"
  1211. source = "registry+https://github.com/rust-lang/crates.io-index"
  1212. checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
  1213. dependencies = [
  1214. "serde",
  1215. ]
  1216. [[package]]
  1217. name = "bytesize"
  1218. version = "1.3.0"
  1219. source = "registry+https://github.com/rust-lang/crates.io-index"
  1220. checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc"
  1221. [[package]]
  1222. name = "cache-padded"
  1223. version = "1.3.0"
  1224. source = "registry+https://github.com/rust-lang/crates.io-index"
  1225. checksum = "981520c98f422fcc584dc1a95c334e6953900b9106bc47a9839b81790009eb21"
  1226. [[package]]
  1227. name = "calloop"
  1228. version = "0.12.4"
  1229. source = "registry+https://github.com/rust-lang/crates.io-index"
  1230. checksum = "fba7adb4dd5aa98e5553510223000e7148f621165ec5f9acd7113f6ca4995298"
  1231. dependencies = [
  1232. "bitflags 2.6.0",
  1233. "log",
  1234. "polling 3.7.2",
  1235. "rustix 0.38.34",
  1236. "slab",
  1237. "thiserror",
  1238. ]
  1239. [[package]]
  1240. name = "calloop-wayland-source"
  1241. version = "0.2.0"
  1242. source = "registry+https://github.com/rust-lang/crates.io-index"
  1243. checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02"
  1244. dependencies = [
  1245. "calloop",
  1246. "rustix 0.38.34",
  1247. "wayland-backend",
  1248. "wayland-client",
  1249. ]
  1250. [[package]]
  1251. name = "camino"
  1252. version = "1.1.7"
  1253. source = "registry+https://github.com/rust-lang/crates.io-index"
  1254. checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239"
  1255. dependencies = [
  1256. "serde",
  1257. ]
  1258. [[package]]
  1259. name = "cargo-platform"
  1260. version = "0.1.8"
  1261. source = "registry+https://github.com/rust-lang/crates.io-index"
  1262. checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
  1263. dependencies = [
  1264. "serde",
  1265. ]
  1266. [[package]]
  1267. name = "cargo_metadata"
  1268. version = "0.14.2"
  1269. source = "registry+https://github.com/rust-lang/crates.io-index"
  1270. checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
  1271. dependencies = [
  1272. "camino",
  1273. "cargo-platform",
  1274. "semver",
  1275. "serde",
  1276. "serde_json",
  1277. ]
  1278. [[package]]
  1279. name = "cargo_metadata"
  1280. version = "0.18.1"
  1281. source = "registry+https://github.com/rust-lang/crates.io-index"
  1282. checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
  1283. dependencies = [
  1284. "camino",
  1285. "cargo-platform",
  1286. "semver",
  1287. "serde",
  1288. "serde_json",
  1289. "thiserror",
  1290. ]
  1291. [[package]]
  1292. name = "cc"
  1293. version = "1.0.100"
  1294. source = "registry+https://github.com/rust-lang/crates.io-index"
  1295. checksum = "c891175c3fb232128f48de6590095e59198bbeb8620c310be349bfc3afd12c7b"
  1296. dependencies = [
  1297. "jobserver",
  1298. "libc",
  1299. "once_cell",
  1300. ]
  1301. [[package]]
  1302. name = "cdr-encoding-size"
  1303. version = "0.5.1"
  1304. source = "registry+https://github.com/rust-lang/crates.io-index"
  1305. checksum = "ac9ba34127578914d8674773f48f686c1df8f37bba0f5b88ab5c78ca04b7f2fb"
  1306. dependencies = [
  1307. "cdr-encoding-size-derive",
  1308. ]
  1309. [[package]]
  1310. name = "cdr-encoding-size-derive"
  1311. version = "0.5.1"
  1312. source = "registry+https://github.com/rust-lang/crates.io-index"
  1313. checksum = "c46953796c44a6488a02ce4b4b3dc0ff30c3cf9107a4ed5e17ceac875d1e9fb6"
  1314. dependencies = [
  1315. "proc-macro2",
  1316. "quote",
  1317. "syn 1.0.109",
  1318. ]
  1319. [[package]]
  1320. name = "cesu8"
  1321. version = "1.1.0"
  1322. source = "registry+https://github.com/rust-lang/crates.io-index"
  1323. checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
  1324. [[package]]
  1325. name = "cfb"
  1326. version = "0.7.3"
  1327. source = "registry+https://github.com/rust-lang/crates.io-index"
  1328. checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
  1329. dependencies = [
  1330. "byteorder",
  1331. "fnv",
  1332. "uuid",
  1333. ]
  1334. [[package]]
  1335. name = "cfg-if"
  1336. version = "0.1.10"
  1337. source = "registry+https://github.com/rust-lang/crates.io-index"
  1338. checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
  1339. [[package]]
  1340. name = "cfg-if"
  1341. version = "1.0.0"
  1342. source = "registry+https://github.com/rust-lang/crates.io-index"
  1343. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  1344. [[package]]
  1345. name = "cfg_aliases"
  1346. version = "0.1.1"
  1347. source = "registry+https://github.com/rust-lang/crates.io-index"
  1348. checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
  1349. [[package]]
  1350. name = "cfg_aliases"
  1351. version = "0.2.1"
  1352. source = "registry+https://github.com/rust-lang/crates.io-index"
  1353. checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
  1354. [[package]]
  1355. name = "chrono"
  1356. version = "0.4.38"
  1357. source = "registry+https://github.com/rust-lang/crates.io-index"
  1358. checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
  1359. dependencies = [
  1360. "android-tzdata",
  1361. "iana-time-zone",
  1362. "js-sys",
  1363. "num-traits",
  1364. "serde",
  1365. "wasm-bindgen",
  1366. "windows-targets 0.52.5",
  1367. ]
  1368. [[package]]
  1369. name = "cipher"
  1370. version = "0.4.4"
  1371. source = "registry+https://github.com/rust-lang/crates.io-index"
  1372. checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
  1373. dependencies = [
  1374. "crypto-common",
  1375. "inout",
  1376. ]
  1377. [[package]]
  1378. name = "clang-format"
  1379. version = "0.3.0"
  1380. source = "registry+https://github.com/rust-lang/crates.io-index"
  1381. checksum = "696283b40e1a39d208ee614b92e5f6521d16962edeb47c48372585ec92419943"
  1382. dependencies = [
  1383. "thiserror",
  1384. ]
  1385. [[package]]
  1386. name = "clap"
  1387. version = "3.2.25"
  1388. source = "registry+https://github.com/rust-lang/crates.io-index"
  1389. checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
  1390. dependencies = [
  1391. "atty",
  1392. "bitflags 1.3.2",
  1393. "clap_derive 3.2.25",
  1394. "clap_lex 0.2.4",
  1395. "indexmap 1.9.3",
  1396. "once_cell",
  1397. "strsim 0.10.0",
  1398. "termcolor",
  1399. "textwrap",
  1400. ]
  1401. [[package]]
  1402. name = "clap"
  1403. version = "4.5.11"
  1404. source = "registry+https://github.com/rust-lang/crates.io-index"
  1405. checksum = "35723e6a11662c2afb578bcf0b88bf6ea8e21282a953428f240574fcc3a2b5b3"
  1406. dependencies = [
  1407. "clap_builder",
  1408. "clap_derive 4.5.11",
  1409. ]
  1410. [[package]]
  1411. name = "clap_builder"
  1412. version = "4.5.11"
  1413. source = "registry+https://github.com/rust-lang/crates.io-index"
  1414. checksum = "49eb96cbfa7cfa35017b7cd548c75b14c3118c98b423041d70562665e07fb0fa"
  1415. dependencies = [
  1416. "anstream",
  1417. "anstyle",
  1418. "clap_lex 0.7.1",
  1419. "strsim 0.11.1",
  1420. "terminal_size",
  1421. ]
  1422. [[package]]
  1423. name = "clap_derive"
  1424. version = "3.2.25"
  1425. source = "registry+https://github.com/rust-lang/crates.io-index"
  1426. checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
  1427. dependencies = [
  1428. "heck 0.4.1",
  1429. "proc-macro-error",
  1430. "proc-macro2",
  1431. "quote",
  1432. "syn 1.0.109",
  1433. ]
  1434. [[package]]
  1435. name = "clap_derive"
  1436. version = "4.5.11"
  1437. source = "registry+https://github.com/rust-lang/crates.io-index"
  1438. checksum = "5d029b67f89d30bbb547c89fd5161293c0aec155fc691d7924b64550662db93e"
  1439. dependencies = [
  1440. "heck 0.5.0",
  1441. "proc-macro2",
  1442. "quote",
  1443. "syn 2.0.68",
  1444. ]
  1445. [[package]]
  1446. name = "clap_lex"
  1447. version = "0.2.4"
  1448. source = "registry+https://github.com/rust-lang/crates.io-index"
  1449. checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
  1450. dependencies = [
  1451. "os_str_bytes",
  1452. ]
  1453. [[package]]
  1454. name = "clap_lex"
  1455. version = "0.7.1"
  1456. source = "registry+https://github.com/rust-lang/crates.io-index"
  1457. checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
  1458. [[package]]
  1459. name = "clean-path"
  1460. version = "0.2.1"
  1461. source = "registry+https://github.com/rust-lang/crates.io-index"
  1462. checksum = "aaa6b4b263a5d737e9bf6b7c09b72c41a5480aec4d7219af827f6564e950b6a5"
  1463. [[package]]
  1464. name = "clipboard-win"
  1465. version = "5.3.1"
  1466. source = "registry+https://github.com/rust-lang/crates.io-index"
  1467. checksum = "79f4473f5144e20d9aceaf2972478f06ddf687831eafeeb434fbaf0acc4144ad"
  1468. dependencies = [
  1469. "error-code",
  1470. ]
  1471. [[package]]
  1472. name = "clircle"
  1473. version = "0.4.0"
  1474. source = "registry+https://github.com/rust-lang/crates.io-index"
  1475. checksum = "c8e87cbed5354f17bd8ca8821a097fb62599787fe8f611743fad7ee156a0a600"
  1476. dependencies = [
  1477. "cfg-if 1.0.0",
  1478. "libc",
  1479. "serde",
  1480. "winapi 0.3.9",
  1481. ]
  1482. [[package]]
  1483. name = "cocoa"
  1484. version = "0.25.0"
  1485. source = "registry+https://github.com/rust-lang/crates.io-index"
  1486. checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
  1487. dependencies = [
  1488. "bitflags 1.3.2",
  1489. "block",
  1490. "cocoa-foundation",
  1491. "core-foundation",
  1492. "core-graphics",
  1493. "foreign-types",
  1494. "libc",
  1495. "objc",
  1496. ]
  1497. [[package]]
  1498. name = "cocoa-foundation"
  1499. version = "0.1.2"
  1500. source = "registry+https://github.com/rust-lang/crates.io-index"
  1501. checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
  1502. dependencies = [
  1503. "bitflags 1.3.2",
  1504. "block",
  1505. "core-foundation",
  1506. "core-graphics-types",
  1507. "libc",
  1508. "objc",
  1509. ]
  1510. [[package]]
  1511. name = "codespan-reporting"
  1512. version = "0.11.1"
  1513. source = "registry+https://github.com/rust-lang/crates.io-index"
  1514. checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
  1515. dependencies = [
  1516. "termcolor",
  1517. "unicode-width",
  1518. ]
  1519. [[package]]
  1520. name = "color_quant"
  1521. version = "1.1.0"
  1522. source = "registry+https://github.com/rust-lang/crates.io-index"
  1523. checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
  1524. [[package]]
  1525. name = "colorchoice"
  1526. version = "1.0.1"
  1527. source = "registry+https://github.com/rust-lang/crates.io-index"
  1528. checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
  1529. [[package]]
  1530. name = "colored"
  1531. version = "2.1.0"
  1532. source = "registry+https://github.com/rust-lang/crates.io-index"
  1533. checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
  1534. dependencies = [
  1535. "lazy_static",
  1536. "windows-sys 0.48.0",
  1537. ]
  1538. [[package]]
  1539. name = "com"
  1540. version = "0.6.0"
  1541. source = "registry+https://github.com/rust-lang/crates.io-index"
  1542. checksum = "7e17887fd17353b65b1b2ef1c526c83e26cd72e74f598a8dc1bee13a48f3d9f6"
  1543. dependencies = [
  1544. "com_macros",
  1545. ]
  1546. [[package]]
  1547. name = "com_macros"
  1548. version = "0.6.0"
  1549. source = "registry+https://github.com/rust-lang/crates.io-index"
  1550. checksum = "d375883580a668c7481ea6631fc1a8863e33cc335bf56bfad8d7e6d4b04b13a5"
  1551. dependencies = [
  1552. "com_macros_support",
  1553. "proc-macro2",
  1554. "syn 1.0.109",
  1555. ]
  1556. [[package]]
  1557. name = "com_macros_support"
  1558. version = "0.6.0"
  1559. source = "registry+https://github.com/rust-lang/crates.io-index"
  1560. checksum = "ad899a1087a9296d5644792d7cb72b8e34c1bec8e7d4fbc002230169a6e8710c"
  1561. dependencies = [
  1562. "proc-macro2",
  1563. "quote",
  1564. "syn 1.0.109",
  1565. ]
  1566. [[package]]
  1567. name = "combine"
  1568. version = "4.6.7"
  1569. source = "registry+https://github.com/rust-lang/crates.io-index"
  1570. checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
  1571. dependencies = [
  1572. "bytes",
  1573. "memchr",
  1574. ]
  1575. [[package]]
  1576. name = "comfy-table"
  1577. version = "7.1.1"
  1578. source = "registry+https://github.com/rust-lang/crates.io-index"
  1579. checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7"
  1580. dependencies = [
  1581. "strum 0.26.3",
  1582. "strum_macros 0.26.4",
  1583. "unicode-width",
  1584. ]
  1585. [[package]]
  1586. name = "communication-layer-pub-sub"
  1587. version = "0.3.5"
  1588. dependencies = [
  1589. "flume 0.10.14",
  1590. "zenoh",
  1591. ]
  1592. [[package]]
  1593. name = "communication-layer-request-reply"
  1594. version = "0.3.5"
  1595. [[package]]
  1596. name = "concurrent-queue"
  1597. version = "2.5.0"
  1598. source = "registry+https://github.com/rust-lang/crates.io-index"
  1599. checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
  1600. dependencies = [
  1601. "crossbeam-utils",
  1602. ]
  1603. [[package]]
  1604. name = "console"
  1605. version = "0.15.8"
  1606. source = "registry+https://github.com/rust-lang/crates.io-index"
  1607. checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
  1608. dependencies = [
  1609. "encode_unicode",
  1610. "lazy_static",
  1611. "libc",
  1612. "unicode-width",
  1613. "windows-sys 0.52.0",
  1614. ]
  1615. [[package]]
  1616. name = "const-oid"
  1617. version = "0.9.6"
  1618. source = "registry+https://github.com/rust-lang/crates.io-index"
  1619. checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
  1620. [[package]]
  1621. name = "const-random"
  1622. version = "0.1.18"
  1623. source = "registry+https://github.com/rust-lang/crates.io-index"
  1624. checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
  1625. dependencies = [
  1626. "const-random-macro",
  1627. ]
  1628. [[package]]
  1629. name = "const-random-macro"
  1630. version = "0.1.16"
  1631. source = "registry+https://github.com/rust-lang/crates.io-index"
  1632. checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
  1633. dependencies = [
  1634. "getrandom",
  1635. "once_cell",
  1636. "tiny-keccak",
  1637. ]
  1638. [[package]]
  1639. name = "content_inspector"
  1640. version = "0.2.4"
  1641. source = "registry+https://github.com/rust-lang/crates.io-index"
  1642. checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38"
  1643. dependencies = [
  1644. "memchr",
  1645. ]
  1646. [[package]]
  1647. name = "convert_case"
  1648. version = "0.6.0"
  1649. source = "registry+https://github.com/rust-lang/crates.io-index"
  1650. checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
  1651. dependencies = [
  1652. "unicode-segmentation",
  1653. ]
  1654. [[package]]
  1655. name = "core-foundation"
  1656. version = "0.9.4"
  1657. source = "registry+https://github.com/rust-lang/crates.io-index"
  1658. checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
  1659. dependencies = [
  1660. "core-foundation-sys",
  1661. "libc",
  1662. ]
  1663. [[package]]
  1664. name = "core-foundation-sys"
  1665. version = "0.8.6"
  1666. source = "registry+https://github.com/rust-lang/crates.io-index"
  1667. checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
  1668. [[package]]
  1669. name = "core-graphics"
  1670. version = "0.23.2"
  1671. source = "registry+https://github.com/rust-lang/crates.io-index"
  1672. checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
  1673. dependencies = [
  1674. "bitflags 1.3.2",
  1675. "core-foundation",
  1676. "core-graphics-types",
  1677. "foreign-types",
  1678. "libc",
  1679. ]
  1680. [[package]]
  1681. name = "core-graphics-types"
  1682. version = "0.1.3"
  1683. source = "registry+https://github.com/rust-lang/crates.io-index"
  1684. checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
  1685. dependencies = [
  1686. "bitflags 1.3.2",
  1687. "core-foundation",
  1688. "libc",
  1689. ]
  1690. [[package]]
  1691. name = "cpufeatures"
  1692. version = "0.2.12"
  1693. source = "registry+https://github.com/rust-lang/crates.io-index"
  1694. checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
  1695. dependencies = [
  1696. "libc",
  1697. ]
  1698. [[package]]
  1699. name = "crc32fast"
  1700. version = "1.4.2"
  1701. source = "registry+https://github.com/rust-lang/crates.io-index"
  1702. checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
  1703. dependencies = [
  1704. "cfg-if 1.0.0",
  1705. ]
  1706. [[package]]
  1707. name = "crossbeam"
  1708. version = "0.8.4"
  1709. source = "registry+https://github.com/rust-lang/crates.io-index"
  1710. checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
  1711. dependencies = [
  1712. "crossbeam-channel",
  1713. "crossbeam-deque",
  1714. "crossbeam-epoch",
  1715. "crossbeam-queue",
  1716. "crossbeam-utils",
  1717. ]
  1718. [[package]]
  1719. name = "crossbeam-channel"
  1720. version = "0.5.13"
  1721. source = "registry+https://github.com/rust-lang/crates.io-index"
  1722. checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
  1723. dependencies = [
  1724. "crossbeam-utils",
  1725. ]
  1726. [[package]]
  1727. name = "crossbeam-deque"
  1728. version = "0.8.5"
  1729. source = "registry+https://github.com/rust-lang/crates.io-index"
  1730. checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
  1731. dependencies = [
  1732. "crossbeam-epoch",
  1733. "crossbeam-utils",
  1734. ]
  1735. [[package]]
  1736. name = "crossbeam-epoch"
  1737. version = "0.9.18"
  1738. source = "registry+https://github.com/rust-lang/crates.io-index"
  1739. checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
  1740. dependencies = [
  1741. "crossbeam-utils",
  1742. ]
  1743. [[package]]
  1744. name = "crossbeam-queue"
  1745. version = "0.3.11"
  1746. source = "registry+https://github.com/rust-lang/crates.io-index"
  1747. checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
  1748. dependencies = [
  1749. "crossbeam-utils",
  1750. ]
  1751. [[package]]
  1752. name = "crossbeam-skiplist"
  1753. version = "0.1.3"
  1754. source = "registry+https://github.com/rust-lang/crates.io-index"
  1755. checksum = "df29de440c58ca2cc6e587ec3d22347551a32435fbde9d2bff64e78a9ffa151b"
  1756. dependencies = [
  1757. "crossbeam-epoch",
  1758. "crossbeam-utils",
  1759. ]
  1760. [[package]]
  1761. name = "crossbeam-utils"
  1762. version = "0.8.20"
  1763. source = "registry+https://github.com/rust-lang/crates.io-index"
  1764. checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
  1765. [[package]]
  1766. name = "crossterm"
  1767. version = "0.25.0"
  1768. source = "registry+https://github.com/rust-lang/crates.io-index"
  1769. checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
  1770. dependencies = [
  1771. "bitflags 1.3.2",
  1772. "crossterm_winapi",
  1773. "libc",
  1774. "mio 0.8.11",
  1775. "parking_lot",
  1776. "signal-hook",
  1777. "signal-hook-mio",
  1778. "winapi 0.3.9",
  1779. ]
  1780. [[package]]
  1781. name = "crossterm_winapi"
  1782. version = "0.9.1"
  1783. source = "registry+https://github.com/rust-lang/crates.io-index"
  1784. checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
  1785. dependencies = [
  1786. "winapi 0.3.9",
  1787. ]
  1788. [[package]]
  1789. name = "crunchy"
  1790. version = "0.2.2"
  1791. source = "registry+https://github.com/rust-lang/crates.io-index"
  1792. checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
  1793. [[package]]
  1794. name = "crypto-common"
  1795. version = "0.1.6"
  1796. source = "registry+https://github.com/rust-lang/crates.io-index"
  1797. checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
  1798. dependencies = [
  1799. "generic-array",
  1800. "typenum",
  1801. ]
  1802. [[package]]
  1803. name = "csv"
  1804. version = "1.3.0"
  1805. source = "registry+https://github.com/rust-lang/crates.io-index"
  1806. checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
  1807. dependencies = [
  1808. "csv-core",
  1809. "itoa",
  1810. "ryu",
  1811. "serde",
  1812. ]
  1813. [[package]]
  1814. name = "csv-core"
  1815. version = "0.1.11"
  1816. source = "registry+https://github.com/rust-lang/crates.io-index"
  1817. checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
  1818. dependencies = [
  1819. "memchr",
  1820. ]
  1821. [[package]]
  1822. name = "ctrlc"
  1823. version = "3.4.4"
  1824. source = "registry+https://github.com/rust-lang/crates.io-index"
  1825. checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345"
  1826. dependencies = [
  1827. "nix 0.28.0",
  1828. "windows-sys 0.52.0",
  1829. ]
  1830. [[package]]
  1831. name = "cursor-icon"
  1832. version = "1.1.0"
  1833. source = "registry+https://github.com/rust-lang/crates.io-index"
  1834. checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
  1835. [[package]]
  1836. name = "cxx"
  1837. version = "1.0.124"
  1838. source = "registry+https://github.com/rust-lang/crates.io-index"
  1839. checksum = "273dcfd3acd4e1e276af13ed2a43eea7001318823e7a726a6b3ed39b4acc0b82"
  1840. dependencies = [
  1841. "cc",
  1842. "cxxbridge-flags",
  1843. "cxxbridge-macro",
  1844. "link-cplusplus",
  1845. ]
  1846. [[package]]
  1847. name = "cxx-build"
  1848. version = "1.0.124"
  1849. source = "registry+https://github.com/rust-lang/crates.io-index"
  1850. checksum = "d8b2766fbd92be34e9ed143898fce6c572dc009de39506ed6903e5a05b68914e"
  1851. dependencies = [
  1852. "cc",
  1853. "codespan-reporting",
  1854. "once_cell",
  1855. "proc-macro2",
  1856. "quote",
  1857. "scratch",
  1858. "syn 2.0.68",
  1859. ]
  1860. [[package]]
  1861. name = "cxxbridge-flags"
  1862. version = "1.0.124"
  1863. source = "registry+https://github.com/rust-lang/crates.io-index"
  1864. checksum = "839fcd5e43464614ffaa989eaf1c139ef1f0c51672a1ed08023307fa1b909ccd"
  1865. [[package]]
  1866. name = "cxxbridge-macro"
  1867. version = "1.0.124"
  1868. source = "registry+https://github.com/rust-lang/crates.io-index"
  1869. checksum = "4b2c1c1776b986979be68bb2285da855f8d8a35851a769fca8740df7c3d07877"
  1870. dependencies = [
  1871. "proc-macro2",
  1872. "quote",
  1873. "syn 2.0.68",
  1874. ]
  1875. [[package]]
  1876. name = "darling"
  1877. version = "0.20.9"
  1878. source = "registry+https://github.com/rust-lang/crates.io-index"
  1879. checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1"
  1880. dependencies = [
  1881. "darling_core",
  1882. "darling_macro",
  1883. ]
  1884. [[package]]
  1885. name = "darling_core"
  1886. version = "0.20.9"
  1887. source = "registry+https://github.com/rust-lang/crates.io-index"
  1888. checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120"
  1889. dependencies = [
  1890. "fnv",
  1891. "ident_case",
  1892. "proc-macro2",
  1893. "quote",
  1894. "strsim 0.11.1",
  1895. "syn 2.0.68",
  1896. ]
  1897. [[package]]
  1898. name = "darling_macro"
  1899. version = "0.20.9"
  1900. source = "registry+https://github.com/rust-lang/crates.io-index"
  1901. checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178"
  1902. dependencies = [
  1903. "darling_core",
  1904. "quote",
  1905. "syn 2.0.68",
  1906. ]
  1907. [[package]]
  1908. name = "dashmap"
  1909. version = "5.5.3"
  1910. source = "registry+https://github.com/rust-lang/crates.io-index"
  1911. checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
  1912. dependencies = [
  1913. "cfg-if 1.0.0",
  1914. "hashbrown 0.14.5",
  1915. "lock_api",
  1916. "once_cell",
  1917. "parking_lot_core",
  1918. ]
  1919. [[package]]
  1920. name = "data-encoding"
  1921. version = "2.6.0"
  1922. source = "registry+https://github.com/rust-lang/crates.io-index"
  1923. checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
  1924. [[package]]
  1925. name = "der"
  1926. version = "0.6.1"
  1927. source = "registry+https://github.com/rust-lang/crates.io-index"
  1928. checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
  1929. dependencies = [
  1930. "const-oid",
  1931. "pem-rfc7468",
  1932. "zeroize",
  1933. ]
  1934. [[package]]
  1935. name = "deranged"
  1936. version = "0.3.11"
  1937. source = "registry+https://github.com/rust-lang/crates.io-index"
  1938. checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
  1939. dependencies = [
  1940. "powerfmt",
  1941. "serde",
  1942. ]
  1943. [[package]]
  1944. name = "derivative"
  1945. version = "2.2.0"
  1946. source = "registry+https://github.com/rust-lang/crates.io-index"
  1947. checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
  1948. dependencies = [
  1949. "proc-macro2",
  1950. "quote",
  1951. "syn 1.0.109",
  1952. ]
  1953. [[package]]
  1954. name = "digest"
  1955. version = "0.10.7"
  1956. source = "registry+https://github.com/rust-lang/crates.io-index"
  1957. checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
  1958. dependencies = [
  1959. "block-buffer",
  1960. "const-oid",
  1961. "crypto-common",
  1962. "subtle",
  1963. ]
  1964. [[package]]
  1965. name = "directories-next"
  1966. version = "2.0.0"
  1967. source = "registry+https://github.com/rust-lang/crates.io-index"
  1968. checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
  1969. dependencies = [
  1970. "cfg-if 1.0.0",
  1971. "dirs-sys-next",
  1972. ]
  1973. [[package]]
  1974. name = "dirs"
  1975. version = "4.0.0"
  1976. source = "registry+https://github.com/rust-lang/crates.io-index"
  1977. checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
  1978. dependencies = [
  1979. "dirs-sys 0.3.7",
  1980. ]
  1981. [[package]]
  1982. name = "dirs"
  1983. version = "5.0.1"
  1984. source = "registry+https://github.com/rust-lang/crates.io-index"
  1985. checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
  1986. dependencies = [
  1987. "dirs-sys 0.4.1",
  1988. ]
  1989. [[package]]
  1990. name = "dirs-sys"
  1991. version = "0.3.7"
  1992. source = "registry+https://github.com/rust-lang/crates.io-index"
  1993. checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
  1994. dependencies = [
  1995. "libc",
  1996. "redox_users",
  1997. "winapi 0.3.9",
  1998. ]
  1999. [[package]]
  2000. name = "dirs-sys"
  2001. version = "0.4.1"
  2002. source = "registry+https://github.com/rust-lang/crates.io-index"
  2003. checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
  2004. dependencies = [
  2005. "libc",
  2006. "option-ext",
  2007. "redox_users",
  2008. "windows-sys 0.48.0",
  2009. ]
  2010. [[package]]
  2011. name = "dirs-sys-next"
  2012. version = "0.1.2"
  2013. source = "registry+https://github.com/rust-lang/crates.io-index"
  2014. checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
  2015. dependencies = [
  2016. "libc",
  2017. "redox_users",
  2018. "winapi 0.3.9",
  2019. ]
  2020. [[package]]
  2021. name = "dispatch"
  2022. version = "0.2.0"
  2023. source = "registry+https://github.com/rust-lang/crates.io-index"
  2024. checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
  2025. [[package]]
  2026. name = "dlib"
  2027. version = "0.5.2"
  2028. source = "registry+https://github.com/rust-lang/crates.io-index"
  2029. checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
  2030. dependencies = [
  2031. "libloading 0.8.4",
  2032. ]
  2033. [[package]]
  2034. name = "document-features"
  2035. version = "0.2.8"
  2036. source = "registry+https://github.com/rust-lang/crates.io-index"
  2037. checksum = "ef5282ad69563b5fc40319526ba27e0e7363d552a896f0297d54f767717f9b95"
  2038. dependencies = [
  2039. "litrs",
  2040. ]
  2041. [[package]]
  2042. name = "dora-arrow-convert"
  2043. version = "0.3.5"
  2044. dependencies = [
  2045. "arrow",
  2046. "eyre",
  2047. ]
  2048. [[package]]
  2049. name = "dora-cli"
  2050. version = "0.3.5"
  2051. dependencies = [
  2052. "bat",
  2053. "clap 4.5.11",
  2054. "colored",
  2055. "communication-layer-request-reply",
  2056. "ctrlc",
  2057. "dora-coordinator",
  2058. "dora-core",
  2059. "dora-daemon",
  2060. "dora-node-api-c",
  2061. "dora-operator-api-c",
  2062. "dora-runtime",
  2063. "dora-tracing",
  2064. "duration-str",
  2065. "env_logger 0.11.5",
  2066. "eyre",
  2067. "futures",
  2068. "inquire",
  2069. "log",
  2070. "notify 5.2.0",
  2071. "serde",
  2072. "serde_json",
  2073. "serde_yaml 0.9.34+deprecated",
  2074. "tabwriter",
  2075. "termcolor",
  2076. "tokio",
  2077. "tokio-stream",
  2078. "tracing",
  2079. "uuid",
  2080. "webbrowser",
  2081. ]
  2082. [[package]]
  2083. name = "dora-coordinator"
  2084. version = "0.3.5"
  2085. dependencies = [
  2086. "ctrlc",
  2087. "dora-core",
  2088. "dora-tracing",
  2089. "eyre",
  2090. "futures",
  2091. "futures-concurrency",
  2092. "log",
  2093. "names",
  2094. "serde_json",
  2095. "tokio",
  2096. "tokio-stream",
  2097. "tracing",
  2098. "uuid",
  2099. ]
  2100. [[package]]
  2101. name = "dora-core"
  2102. version = "0.3.5"
  2103. dependencies = [
  2104. "aligned-vec",
  2105. "dora-message",
  2106. "eyre",
  2107. "log",
  2108. "once_cell",
  2109. "schemars",
  2110. "serde",
  2111. "serde-with-expand-env",
  2112. "serde_json",
  2113. "serde_yaml 0.9.34+deprecated",
  2114. "tokio",
  2115. "tracing",
  2116. "uuid",
  2117. "which",
  2118. ]
  2119. [[package]]
  2120. name = "dora-daemon"
  2121. version = "0.3.5"
  2122. dependencies = [
  2123. "aligned-vec",
  2124. "async-trait",
  2125. "bincode",
  2126. "crossbeam",
  2127. "crossbeam-skiplist",
  2128. "ctrlc",
  2129. "dora-arrow-convert",
  2130. "dora-core",
  2131. "dora-download",
  2132. "dora-node-api",
  2133. "dora-tracing",
  2134. "eyre",
  2135. "flume 0.10.14",
  2136. "futures",
  2137. "futures-concurrency",
  2138. "serde_json",
  2139. "serde_yaml 0.8.26",
  2140. "shared-memory-server",
  2141. "sysinfo 0.30.13",
  2142. "tokio",
  2143. "tokio-stream",
  2144. "tracing",
  2145. "tracing-opentelemetry",
  2146. "uuid",
  2147. "which",
  2148. ]
  2149. [[package]]
  2150. name = "dora-download"
  2151. version = "0.3.5"
  2152. dependencies = [
  2153. "eyre",
  2154. "reqwest",
  2155. "tokio",
  2156. "tracing",
  2157. ]
  2158. [[package]]
  2159. name = "dora-examples"
  2160. version = "0.0.0"
  2161. dependencies = [
  2162. "dora-coordinator",
  2163. "dora-core",
  2164. "dora-download",
  2165. "dora-tracing",
  2166. "dunce",
  2167. "eyre",
  2168. "futures",
  2169. "serde_yaml 0.8.26",
  2170. "tokio",
  2171. "tokio-stream",
  2172. "tracing",
  2173. "uuid",
  2174. ]
  2175. [[package]]
  2176. name = "dora-message"
  2177. version = "0.3.5"
  2178. dependencies = [
  2179. "arrow-data",
  2180. "arrow-schema",
  2181. "eyre",
  2182. "serde",
  2183. "uhlc",
  2184. ]
  2185. [[package]]
  2186. name = "dora-metrics"
  2187. version = "0.3.5"
  2188. dependencies = [
  2189. "eyre",
  2190. "opentelemetry 0.22.0",
  2191. "opentelemetry-otlp",
  2192. "opentelemetry-system-metrics",
  2193. "opentelemetry_sdk 0.22.1",
  2194. ]
  2195. [[package]]
  2196. name = "dora-node-api"
  2197. version = "0.3.5"
  2198. dependencies = [
  2199. "aligned-vec",
  2200. "arrow",
  2201. "bincode",
  2202. "dora-arrow-convert",
  2203. "dora-core",
  2204. "dora-tracing",
  2205. "eyre",
  2206. "flume 0.10.14",
  2207. "futures",
  2208. "futures-concurrency",
  2209. "futures-timer",
  2210. "serde_json",
  2211. "serde_yaml 0.8.26",
  2212. "shared-memory-server",
  2213. "shared_memory_extended",
  2214. "tokio",
  2215. "tracing",
  2216. ]
  2217. [[package]]
  2218. name = "dora-node-api-c"
  2219. version = "0.3.5"
  2220. dependencies = [
  2221. "arrow-array",
  2222. "dora-node-api",
  2223. "eyre",
  2224. "tracing",
  2225. ]
  2226. [[package]]
  2227. name = "dora-node-api-cxx"
  2228. version = "0.3.5"
  2229. dependencies = [
  2230. "cxx",
  2231. "cxx-build",
  2232. "dora-node-api",
  2233. "dora-ros2-bridge",
  2234. "dora-ros2-bridge-msg-gen",
  2235. "eyre",
  2236. "futures-lite 2.3.0",
  2237. "prettyplease 0.1.25",
  2238. "rust-format",
  2239. "serde",
  2240. "serde-big-array",
  2241. ]
  2242. [[package]]
  2243. name = "dora-node-api-python"
  2244. version = "0.3.5"
  2245. dependencies = [
  2246. "arrow",
  2247. "dora-node-api",
  2248. "dora-operator-api-python",
  2249. "dora-ros2-bridge-python",
  2250. "dora-runtime",
  2251. "eyre",
  2252. "flume 0.10.14",
  2253. "futures",
  2254. "pyo3",
  2255. "pyo3_special_method_derive",
  2256. "pyo3_special_method_derive_lib",
  2257. "pythonize",
  2258. "serde_yaml 0.8.26",
  2259. ]
  2260. [[package]]
  2261. name = "dora-operator-api"
  2262. version = "0.3.5"
  2263. dependencies = [
  2264. "dora-arrow-convert",
  2265. "dora-operator-api-macros",
  2266. "dora-operator-api-types",
  2267. ]
  2268. [[package]]
  2269. name = "dora-operator-api-c"
  2270. version = "0.3.5"
  2271. dependencies = [
  2272. "dora-operator-api-types",
  2273. ]
  2274. [[package]]
  2275. name = "dora-operator-api-cxx"
  2276. version = "0.3.5"
  2277. dependencies = [
  2278. "cxx",
  2279. "cxx-build",
  2280. "dora-operator-api",
  2281. ]
  2282. [[package]]
  2283. name = "dora-operator-api-macros"
  2284. version = "0.3.5"
  2285. dependencies = [
  2286. "proc-macro2",
  2287. "quote",
  2288. "syn 1.0.109",
  2289. ]
  2290. [[package]]
  2291. name = "dora-operator-api-python"
  2292. version = "0.3.5"
  2293. dependencies = [
  2294. "aligned-vec",
  2295. "arrow",
  2296. "arrow-schema",
  2297. "dora-node-api",
  2298. "eyre",
  2299. "flume 0.10.14",
  2300. "futures",
  2301. "futures-concurrency",
  2302. "pyo3",
  2303. "serde_yaml 0.8.26",
  2304. ]
  2305. [[package]]
  2306. name = "dora-operator-api-types"
  2307. version = "0.3.5"
  2308. dependencies = [
  2309. "arrow",
  2310. "dora-arrow-convert",
  2311. "safer-ffi",
  2312. ]
  2313. [[package]]
  2314. name = "dora-record"
  2315. version = "0.3.5"
  2316. dependencies = [
  2317. "chrono",
  2318. "dora-node-api",
  2319. "dora-tracing",
  2320. "eyre",
  2321. "parquet",
  2322. "tokio",
  2323. ]
  2324. [[package]]
  2325. name = "dora-rerun"
  2326. version = "0.3.5"
  2327. dependencies = [
  2328. "dora-node-api",
  2329. "eyre",
  2330. "ndarray",
  2331. "rerun",
  2332. "tokio",
  2333. ]
  2334. [[package]]
  2335. name = "dora-ros2-bridge"
  2336. version = "0.1.0"
  2337. dependencies = [
  2338. "array-init",
  2339. "dora-daemon",
  2340. "dora-ros2-bridge-msg-gen",
  2341. "eyre",
  2342. "flume 0.11.0",
  2343. "futures",
  2344. "futures-timer",
  2345. "rand",
  2346. "ros2-client",
  2347. "rust-format",
  2348. "rustdds",
  2349. "serde",
  2350. "serde-big-array",
  2351. "tokio",
  2352. "tracing",
  2353. "tracing-subscriber",
  2354. "widestring",
  2355. ]
  2356. [[package]]
  2357. name = "dora-ros2-bridge-msg-gen"
  2358. version = "0.1.0"
  2359. dependencies = [
  2360. "anyhow",
  2361. "glob",
  2362. "heck 0.3.3",
  2363. "nom",
  2364. "proc-macro2",
  2365. "quote",
  2366. "regex",
  2367. "syn 1.0.109",
  2368. "thiserror",
  2369. "tracing",
  2370. ]
  2371. [[package]]
  2372. name = "dora-ros2-bridge-python"
  2373. version = "0.1.0"
  2374. dependencies = [
  2375. "arrow",
  2376. "dora-ros2-bridge",
  2377. "dora-ros2-bridge-msg-gen",
  2378. "eyre",
  2379. "futures",
  2380. "pyo3",
  2381. "pyo3_special_method_derive",
  2382. "pyo3_special_method_derive_lib",
  2383. "serde",
  2384. "serde_assert",
  2385. ]
  2386. [[package]]
  2387. name = "dora-runtime"
  2388. version = "0.3.5"
  2389. dependencies = [
  2390. "aligned-vec",
  2391. "arrow",
  2392. "dora-core",
  2393. "dora-download",
  2394. "dora-metrics",
  2395. "dora-node-api",
  2396. "dora-operator-api-python",
  2397. "dora-operator-api-types",
  2398. "dora-tracing",
  2399. "eyre",
  2400. "flume 0.10.14",
  2401. "futures",
  2402. "futures-concurrency",
  2403. "libloading 0.7.4",
  2404. "pyo3",
  2405. "pythonize",
  2406. "serde_yaml 0.8.26",
  2407. "tokio",
  2408. "tokio-stream",
  2409. "tracing",
  2410. "tracing-opentelemetry",
  2411. ]
  2412. [[package]]
  2413. name = "dora-tracing"
  2414. version = "0.3.5"
  2415. dependencies = [
  2416. "eyre",
  2417. "opentelemetry 0.18.0",
  2418. "opentelemetry-jaeger",
  2419. "tracing",
  2420. "tracing-opentelemetry",
  2421. "tracing-subscriber",
  2422. ]
  2423. [[package]]
  2424. name = "downcast-rs"
  2425. version = "1.2.1"
  2426. source = "registry+https://github.com/rust-lang/crates.io-index"
  2427. checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
  2428. [[package]]
  2429. name = "dunce"
  2430. version = "1.0.4"
  2431. source = "registry+https://github.com/rust-lang/crates.io-index"
  2432. checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
  2433. [[package]]
  2434. name = "duration-str"
  2435. version = "0.5.1"
  2436. source = "registry+https://github.com/rust-lang/crates.io-index"
  2437. checksum = "d9f037c488d179e21c87ef5fa9c331e8e62f5dddfa84618b41bb197da03edff1"
  2438. dependencies = [
  2439. "chrono",
  2440. "nom",
  2441. "rust_decimal",
  2442. "serde",
  2443. "thiserror",
  2444. "time",
  2445. ]
  2446. [[package]]
  2447. name = "dyn-clone"
  2448. version = "1.0.17"
  2449. source = "registry+https://github.com/rust-lang/crates.io-index"
  2450. checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
  2451. [[package]]
  2452. name = "ecolor"
  2453. version = "0.27.2"
  2454. source = "registry+https://github.com/rust-lang/crates.io-index"
  2455. checksum = "20930a432bbd57a6d55e07976089708d4893f3d556cf42a0d79e9e321fa73b10"
  2456. dependencies = [
  2457. "bytemuck",
  2458. "serde",
  2459. ]
  2460. [[package]]
  2461. name = "eframe"
  2462. version = "0.27.2"
  2463. source = "registry+https://github.com/rust-lang/crates.io-index"
  2464. checksum = "020e2ccef6bbcec71dbc542f7eed64a5846fc3076727f5746da8fd307c91bab2"
  2465. dependencies = [
  2466. "bytemuck",
  2467. "cocoa",
  2468. "directories-next",
  2469. "document-features",
  2470. "egui",
  2471. "egui-wgpu",
  2472. "egui-winit",
  2473. "egui_glow",
  2474. "image 0.24.9",
  2475. "js-sys",
  2476. "log",
  2477. "objc",
  2478. "parking_lot",
  2479. "percent-encoding",
  2480. "pollster",
  2481. "puffin",
  2482. "raw-window-handle 0.6.2",
  2483. "ron",
  2484. "serde",
  2485. "static_assertions",
  2486. "thiserror",
  2487. "wasm-bindgen",
  2488. "wasm-bindgen-futures",
  2489. "web-sys",
  2490. "web-time",
  2491. "wgpu",
  2492. "winapi 0.3.9",
  2493. "winit",
  2494. ]
  2495. [[package]]
  2496. name = "egui"
  2497. version = "0.27.2"
  2498. source = "registry+https://github.com/rust-lang/crates.io-index"
  2499. checksum = "584c5d1bf9a67b25778a3323af222dbe1a1feb532190e103901187f92c7fe29a"
  2500. dependencies = [
  2501. "accesskit",
  2502. "ahash",
  2503. "backtrace",
  2504. "epaint",
  2505. "log",
  2506. "nohash-hasher",
  2507. "puffin",
  2508. "ron",
  2509. "serde",
  2510. ]
  2511. [[package]]
  2512. name = "egui-wgpu"
  2513. version = "0.27.2"
  2514. source = "registry+https://github.com/rust-lang/crates.io-index"
  2515. checksum = "469ff65843f88a702b731a1532b7d03b0e8e96d283e70f3a22b0e06c46cb9b37"
  2516. dependencies = [
  2517. "bytemuck",
  2518. "document-features",
  2519. "egui",
  2520. "epaint",
  2521. "log",
  2522. "puffin",
  2523. "thiserror",
  2524. "type-map",
  2525. "web-time",
  2526. "wgpu",
  2527. "winit",
  2528. ]
  2529. [[package]]
  2530. name = "egui-winit"
  2531. version = "0.27.2"
  2532. source = "registry+https://github.com/rust-lang/crates.io-index"
  2533. checksum = "2e3da0cbe020f341450c599b35b92de4af7b00abde85624fd16f09c885573609"
  2534. dependencies = [
  2535. "accesskit_winit",
  2536. "arboard",
  2537. "egui",
  2538. "log",
  2539. "puffin",
  2540. "raw-window-handle 0.6.2",
  2541. "serde",
  2542. "smithay-clipboard",
  2543. "web-time",
  2544. "webbrowser",
  2545. "winit",
  2546. ]
  2547. [[package]]
  2548. name = "egui_commonmark"
  2549. version = "0.14.0"
  2550. source = "registry+https://github.com/rust-lang/crates.io-index"
  2551. checksum = "e30fc4d40a8ef399a8debfbdae0462ca45912d81b9e81b24373337669e961201"
  2552. dependencies = [
  2553. "egui",
  2554. "egui_extras",
  2555. "pulldown-cmark 0.10.3",
  2556. ]
  2557. [[package]]
  2558. name = "egui_extras"
  2559. version = "0.27.2"
  2560. source = "registry+https://github.com/rust-lang/crates.io-index"
  2561. checksum = "1b78779f35ded1a853786c9ce0b43fe1053e10a21ea3b23ebea411805ce41593"
  2562. dependencies = [
  2563. "egui",
  2564. "ehttp",
  2565. "enum-map",
  2566. "image 0.24.9",
  2567. "log",
  2568. "mime_guess2",
  2569. "puffin",
  2570. "serde",
  2571. ]
  2572. [[package]]
  2573. name = "egui_glow"
  2574. version = "0.27.2"
  2575. source = "registry+https://github.com/rust-lang/crates.io-index"
  2576. checksum = "e0e5d975f3c86edc3d35b1db88bb27c15dde7c55d3b5af164968ab5ede3f44ca"
  2577. dependencies = [
  2578. "bytemuck",
  2579. "egui",
  2580. "egui-winit",
  2581. "glow",
  2582. "log",
  2583. "memoffset 0.9.1",
  2584. "puffin",
  2585. "wasm-bindgen",
  2586. "web-sys",
  2587. "winit",
  2588. ]
  2589. [[package]]
  2590. name = "egui_plot"
  2591. version = "0.27.2"
  2592. source = "registry+https://github.com/rust-lang/crates.io-index"
  2593. checksum = "a7854b86dc1c2d352c5270db3d600011daa913d6b554141a03939761323288a1"
  2594. dependencies = [
  2595. "egui",
  2596. ]
  2597. [[package]]
  2598. name = "egui_tiles"
  2599. version = "0.8.0"
  2600. source = "registry+https://github.com/rust-lang/crates.io-index"
  2601. checksum = "0e2c0ff99daddcbdc54b141dbb7be3b014463da48a03ebc801bf63e500b23d75"
  2602. dependencies = [
  2603. "ahash",
  2604. "egui",
  2605. "itertools 0.12.1",
  2606. "log",
  2607. "serde",
  2608. ]
  2609. [[package]]
  2610. name = "ehttp"
  2611. version = "0.5.0"
  2612. source = "registry+https://github.com/rust-lang/crates.io-index"
  2613. checksum = "59a81c221a1e4dad06cb9c9deb19aea1193a5eea084e8cd42d869068132bf876"
  2614. dependencies = [
  2615. "document-features",
  2616. "futures-util",
  2617. "js-sys",
  2618. "ureq",
  2619. "wasm-bindgen",
  2620. "wasm-bindgen-futures",
  2621. "wasm-streams",
  2622. "web-sys",
  2623. ]
  2624. [[package]]
  2625. name = "either"
  2626. version = "1.12.0"
  2627. source = "registry+https://github.com/rust-lang/crates.io-index"
  2628. checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
  2629. [[package]]
  2630. name = "emath"
  2631. version = "0.27.2"
  2632. source = "registry+https://github.com/rust-lang/crates.io-index"
  2633. checksum = "e4c3a552cfca14630702449d35f41c84a0d15963273771c6059175a803620f3f"
  2634. dependencies = [
  2635. "bytemuck",
  2636. "serde",
  2637. ]
  2638. [[package]]
  2639. name = "encode_unicode"
  2640. version = "0.3.6"
  2641. source = "registry+https://github.com/rust-lang/crates.io-index"
  2642. checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
  2643. [[package]]
  2644. name = "encoding_rs"
  2645. version = "0.8.34"
  2646. source = "registry+https://github.com/rust-lang/crates.io-index"
  2647. checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
  2648. dependencies = [
  2649. "cfg-if 1.0.0",
  2650. ]
  2651. [[package]]
  2652. name = "enum-map"
  2653. version = "2.7.3"
  2654. source = "registry+https://github.com/rust-lang/crates.io-index"
  2655. checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9"
  2656. dependencies = [
  2657. "enum-map-derive",
  2658. "serde",
  2659. ]
  2660. [[package]]
  2661. name = "enum-map-derive"
  2662. version = "0.17.0"
  2663. source = "registry+https://github.com/rust-lang/crates.io-index"
  2664. checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb"
  2665. dependencies = [
  2666. "proc-macro2",
  2667. "quote",
  2668. "syn 2.0.68",
  2669. ]
  2670. [[package]]
  2671. name = "enumflags2"
  2672. version = "0.7.10"
  2673. source = "registry+https://github.com/rust-lang/crates.io-index"
  2674. checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
  2675. dependencies = [
  2676. "enumflags2_derive",
  2677. "serde",
  2678. ]
  2679. [[package]]
  2680. name = "enumflags2_derive"
  2681. version = "0.7.10"
  2682. source = "registry+https://github.com/rust-lang/crates.io-index"
  2683. checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
  2684. dependencies = [
  2685. "proc-macro2",
  2686. "quote",
  2687. "syn 2.0.68",
  2688. ]
  2689. [[package]]
  2690. name = "enumn"
  2691. version = "0.1.13"
  2692. source = "registry+https://github.com/rust-lang/crates.io-index"
  2693. checksum = "6fd000fd6988e73bbe993ea3db9b1aa64906ab88766d654973924340c8cddb42"
  2694. dependencies = [
  2695. "proc-macro2",
  2696. "quote",
  2697. "syn 2.0.68",
  2698. ]
  2699. [[package]]
  2700. name = "enumset"
  2701. version = "1.1.3"
  2702. source = "registry+https://github.com/rust-lang/crates.io-index"
  2703. checksum = "226c0da7462c13fb57e5cc9e0dc8f0635e7d27f276a3a7fd30054647f669007d"
  2704. dependencies = [
  2705. "enumset_derive",
  2706. ]
  2707. [[package]]
  2708. name = "enumset_derive"
  2709. version = "0.8.1"
  2710. source = "registry+https://github.com/rust-lang/crates.io-index"
  2711. checksum = "e08b6c6ab82d70f08844964ba10c7babb716de2ecaeab9be5717918a5177d3af"
  2712. dependencies = [
  2713. "darling",
  2714. "proc-macro2",
  2715. "quote",
  2716. "syn 2.0.68",
  2717. ]
  2718. [[package]]
  2719. name = "env_filter"
  2720. version = "0.1.0"
  2721. source = "registry+https://github.com/rust-lang/crates.io-index"
  2722. checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
  2723. dependencies = [
  2724. "log",
  2725. "regex",
  2726. ]
  2727. [[package]]
  2728. name = "env_logger"
  2729. version = "0.10.2"
  2730. source = "registry+https://github.com/rust-lang/crates.io-index"
  2731. checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
  2732. dependencies = [
  2733. "humantime",
  2734. "is-terminal",
  2735. "log",
  2736. "regex",
  2737. "termcolor",
  2738. ]
  2739. [[package]]
  2740. name = "env_logger"
  2741. version = "0.11.5"
  2742. source = "registry+https://github.com/rust-lang/crates.io-index"
  2743. checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
  2744. dependencies = [
  2745. "anstream",
  2746. "anstyle",
  2747. "env_filter",
  2748. "humantime",
  2749. "log",
  2750. ]
  2751. [[package]]
  2752. name = "epaint"
  2753. version = "0.27.2"
  2754. source = "registry+https://github.com/rust-lang/crates.io-index"
  2755. checksum = "b381f8b149657a4acf837095351839f32cd5c4aec1817fc4df84e18d76334176"
  2756. dependencies = [
  2757. "ab_glyph",
  2758. "ahash",
  2759. "bytemuck",
  2760. "ecolor",
  2761. "emath",
  2762. "log",
  2763. "nohash-hasher",
  2764. "parking_lot",
  2765. "puffin",
  2766. "rayon",
  2767. "serde",
  2768. ]
  2769. [[package]]
  2770. name = "equivalent"
  2771. version = "1.0.1"
  2772. source = "registry+https://github.com/rust-lang/crates.io-index"
  2773. checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
  2774. [[package]]
  2775. name = "errno"
  2776. version = "0.3.9"
  2777. source = "registry+https://github.com/rust-lang/crates.io-index"
  2778. checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
  2779. dependencies = [
  2780. "libc",
  2781. "windows-sys 0.52.0",
  2782. ]
  2783. [[package]]
  2784. name = "error-chain"
  2785. version = "0.12.4"
  2786. source = "registry+https://github.com/rust-lang/crates.io-index"
  2787. checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
  2788. dependencies = [
  2789. "version_check",
  2790. ]
  2791. [[package]]
  2792. name = "error-code"
  2793. version = "3.2.0"
  2794. source = "registry+https://github.com/rust-lang/crates.io-index"
  2795. checksum = "a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b"
  2796. [[package]]
  2797. name = "etcetera"
  2798. version = "0.8.0"
  2799. source = "registry+https://github.com/rust-lang/crates.io-index"
  2800. checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
  2801. dependencies = [
  2802. "cfg-if 1.0.0",
  2803. "home",
  2804. "windows-sys 0.48.0",
  2805. ]
  2806. [[package]]
  2807. name = "ethnum"
  2808. version = "1.5.0"
  2809. source = "registry+https://github.com/rust-lang/crates.io-index"
  2810. checksum = "b90ca2580b73ab6a1f724b76ca11ab632df820fd6040c336200d2c1df7b3c82c"
  2811. [[package]]
  2812. name = "event-listener"
  2813. version = "2.5.3"
  2814. source = "registry+https://github.com/rust-lang/crates.io-index"
  2815. checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
  2816. [[package]]
  2817. name = "event-listener"
  2818. version = "3.1.0"
  2819. source = "registry+https://github.com/rust-lang/crates.io-index"
  2820. checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
  2821. dependencies = [
  2822. "concurrent-queue",
  2823. "parking",
  2824. "pin-project-lite",
  2825. ]
  2826. [[package]]
  2827. name = "event-listener"
  2828. version = "5.3.1"
  2829. source = "registry+https://github.com/rust-lang/crates.io-index"
  2830. checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
  2831. dependencies = [
  2832. "concurrent-queue",
  2833. "parking",
  2834. "pin-project-lite",
  2835. ]
  2836. [[package]]
  2837. name = "event-listener-strategy"
  2838. version = "0.5.2"
  2839. source = "registry+https://github.com/rust-lang/crates.io-index"
  2840. checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
  2841. dependencies = [
  2842. "event-listener 5.3.1",
  2843. "pin-project-lite",
  2844. ]
  2845. [[package]]
  2846. name = "ewebsock"
  2847. version = "0.5.0"
  2848. source = "registry+https://github.com/rust-lang/crates.io-index"
  2849. checksum = "6177769715c6ec5a324acee995183b22721ea23c58e49af14a828eadec85d120"
  2850. dependencies = [
  2851. "document-features",
  2852. "js-sys",
  2853. "log",
  2854. "tungstenite 0.21.0",
  2855. "wasm-bindgen",
  2856. "wasm-bindgen-futures",
  2857. "web-sys",
  2858. ]
  2859. [[package]]
  2860. name = "ext-trait"
  2861. version = "1.0.1"
  2862. source = "registry+https://github.com/rust-lang/crates.io-index"
  2863. checksum = "d772df1c1a777963712fb68e014235e80863d6a91a85c4e06ba2d16243a310e5"
  2864. dependencies = [
  2865. "ext-trait-proc_macros",
  2866. ]
  2867. [[package]]
  2868. name = "ext-trait-proc_macros"
  2869. version = "1.0.1"
  2870. source = "registry+https://github.com/rust-lang/crates.io-index"
  2871. checksum = "1ab7934152eaf26aa5aa9f7371408ad5af4c31357073c9e84c3b9d7f11ad639a"
  2872. dependencies = [
  2873. "proc-macro2",
  2874. "quote",
  2875. "syn 1.0.109",
  2876. ]
  2877. [[package]]
  2878. name = "extension-traits"
  2879. version = "1.0.1"
  2880. source = "registry+https://github.com/rust-lang/crates.io-index"
  2881. checksum = "a296e5a895621edf9fa8329c83aa1cb69a964643e36cf54d8d7a69b789089537"
  2882. dependencies = [
  2883. "ext-trait",
  2884. ]
  2885. [[package]]
  2886. name = "eyre"
  2887. version = "0.6.12"
  2888. source = "registry+https://github.com/rust-lang/crates.io-index"
  2889. checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
  2890. dependencies = [
  2891. "indenter",
  2892. "once_cell",
  2893. ]
  2894. [[package]]
  2895. name = "fastrand"
  2896. version = "1.9.0"
  2897. source = "registry+https://github.com/rust-lang/crates.io-index"
  2898. checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
  2899. dependencies = [
  2900. "instant",
  2901. ]
  2902. [[package]]
  2903. name = "fastrand"
  2904. version = "2.1.0"
  2905. source = "registry+https://github.com/rust-lang/crates.io-index"
  2906. checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
  2907. [[package]]
  2908. name = "fdeflate"
  2909. version = "0.3.4"
  2910. source = "registry+https://github.com/rust-lang/crates.io-index"
  2911. checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
  2912. dependencies = [
  2913. "simd-adler32",
  2914. ]
  2915. [[package]]
  2916. name = "filetime"
  2917. version = "0.2.23"
  2918. source = "registry+https://github.com/rust-lang/crates.io-index"
  2919. checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
  2920. dependencies = [
  2921. "cfg-if 1.0.0",
  2922. "libc",
  2923. "redox_syscall 0.4.1",
  2924. "windows-sys 0.52.0",
  2925. ]
  2926. [[package]]
  2927. name = "fixed"
  2928. version = "1.27.0"
  2929. source = "registry+https://github.com/rust-lang/crates.io-index"
  2930. checksum = "2fc715d38bea7b5bf487fcd79bcf8c209f0b58014f3018a7a19c2b855f472048"
  2931. dependencies = [
  2932. "az",
  2933. "bytemuck",
  2934. "half",
  2935. "serde",
  2936. "typenum",
  2937. ]
  2938. [[package]]
  2939. name = "fixedbitset"
  2940. version = "0.4.2"
  2941. source = "registry+https://github.com/rust-lang/crates.io-index"
  2942. checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
  2943. [[package]]
  2944. name = "flatbuffers"
  2945. version = "23.5.26"
  2946. source = "registry+https://github.com/rust-lang/crates.io-index"
  2947. checksum = "4dac53e22462d78c16d64a1cd22371b54cc3fe94aa15e7886a2fa6e5d1ab8640"
  2948. dependencies = [
  2949. "bitflags 1.3.2",
  2950. "rustc_version",
  2951. ]
  2952. [[package]]
  2953. name = "flatbuffers"
  2954. version = "24.3.25"
  2955. source = "registry+https://github.com/rust-lang/crates.io-index"
  2956. checksum = "8add37afff2d4ffa83bc748a70b4b1370984f6980768554182424ef71447c35f"
  2957. dependencies = [
  2958. "bitflags 1.3.2",
  2959. "rustc_version",
  2960. ]
  2961. [[package]]
  2962. name = "flate2"
  2963. version = "1.0.30"
  2964. source = "registry+https://github.com/rust-lang/crates.io-index"
  2965. checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
  2966. dependencies = [
  2967. "crc32fast",
  2968. "miniz_oxide",
  2969. ]
  2970. [[package]]
  2971. name = "flume"
  2972. version = "0.10.14"
  2973. source = "registry+https://github.com/rust-lang/crates.io-index"
  2974. checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
  2975. dependencies = [
  2976. "futures-core",
  2977. "futures-sink",
  2978. "nanorand",
  2979. "pin-project",
  2980. "spin 0.9.8",
  2981. ]
  2982. [[package]]
  2983. name = "flume"
  2984. version = "0.11.0"
  2985. source = "registry+https://github.com/rust-lang/crates.io-index"
  2986. checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
  2987. dependencies = [
  2988. "futures-core",
  2989. "futures-sink",
  2990. "nanorand",
  2991. "spin 0.9.8",
  2992. ]
  2993. [[package]]
  2994. name = "fnv"
  2995. version = "1.0.7"
  2996. source = "registry+https://github.com/rust-lang/crates.io-index"
  2997. checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
  2998. [[package]]
  2999. name = "foreign-types"
  3000. version = "0.5.0"
  3001. source = "registry+https://github.com/rust-lang/crates.io-index"
  3002. checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
  3003. dependencies = [
  3004. "foreign-types-macros",
  3005. "foreign-types-shared",
  3006. ]
  3007. [[package]]
  3008. name = "foreign-types-macros"
  3009. version = "0.2.3"
  3010. source = "registry+https://github.com/rust-lang/crates.io-index"
  3011. checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
  3012. dependencies = [
  3013. "proc-macro2",
  3014. "quote",
  3015. "syn 2.0.68",
  3016. ]
  3017. [[package]]
  3018. name = "foreign-types-shared"
  3019. version = "0.3.1"
  3020. source = "registry+https://github.com/rust-lang/crates.io-index"
  3021. checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
  3022. [[package]]
  3023. name = "foreign_vec"
  3024. version = "0.1.0"
  3025. source = "registry+https://github.com/rust-lang/crates.io-index"
  3026. checksum = "ee1b05cbd864bcaecbd3455d6d967862d446e4ebfc3c2e5e5b9841e53cba6673"
  3027. [[package]]
  3028. name = "form_urlencoded"
  3029. version = "1.2.1"
  3030. source = "registry+https://github.com/rust-lang/crates.io-index"
  3031. checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
  3032. dependencies = [
  3033. "percent-encoding",
  3034. ]
  3035. [[package]]
  3036. name = "fsevent-sys"
  3037. version = "4.1.0"
  3038. source = "registry+https://github.com/rust-lang/crates.io-index"
  3039. checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
  3040. dependencies = [
  3041. "libc",
  3042. ]
  3043. [[package]]
  3044. name = "fuchsia-zircon"
  3045. version = "0.3.3"
  3046. source = "registry+https://github.com/rust-lang/crates.io-index"
  3047. checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
  3048. dependencies = [
  3049. "bitflags 1.3.2",
  3050. "fuchsia-zircon-sys",
  3051. ]
  3052. [[package]]
  3053. name = "fuchsia-zircon-sys"
  3054. version = "0.3.3"
  3055. source = "registry+https://github.com/rust-lang/crates.io-index"
  3056. checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
  3057. [[package]]
  3058. name = "funty"
  3059. version = "2.0.0"
  3060. source = "registry+https://github.com/rust-lang/crates.io-index"
  3061. checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
  3062. [[package]]
  3063. name = "futures"
  3064. version = "0.3.30"
  3065. source = "registry+https://github.com/rust-lang/crates.io-index"
  3066. checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
  3067. dependencies = [
  3068. "futures-channel",
  3069. "futures-core",
  3070. "futures-executor",
  3071. "futures-io",
  3072. "futures-sink",
  3073. "futures-task",
  3074. "futures-util",
  3075. ]
  3076. [[package]]
  3077. name = "futures-buffered"
  3078. version = "0.2.6"
  3079. source = "registry+https://github.com/rust-lang/crates.io-index"
  3080. checksum = "02dcae03ee5afa5ea17b1aebc793806b8ddfc6dc500e0b8e8e1eb30b9dad22c0"
  3081. dependencies = [
  3082. "futures-core",
  3083. "futures-util",
  3084. "pin-project-lite",
  3085. ]
  3086. [[package]]
  3087. name = "futures-channel"
  3088. version = "0.3.30"
  3089. source = "registry+https://github.com/rust-lang/crates.io-index"
  3090. checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
  3091. dependencies = [
  3092. "futures-core",
  3093. "futures-sink",
  3094. ]
  3095. [[package]]
  3096. name = "futures-concurrency"
  3097. version = "7.6.1"
  3098. source = "registry+https://github.com/rust-lang/crates.io-index"
  3099. checksum = "4b14ac911e85d57c5ea6eef76d7b4d4a3177ecd15f4bea2e61927e9e3823e19f"
  3100. dependencies = [
  3101. "bitvec",
  3102. "futures-buffered",
  3103. "futures-core",
  3104. "futures-lite 1.13.0",
  3105. "pin-project",
  3106. "slab",
  3107. "smallvec",
  3108. ]
  3109. [[package]]
  3110. name = "futures-core"
  3111. version = "0.3.30"
  3112. source = "registry+https://github.com/rust-lang/crates.io-index"
  3113. checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
  3114. [[package]]
  3115. name = "futures-executor"
  3116. version = "0.3.30"
  3117. source = "registry+https://github.com/rust-lang/crates.io-index"
  3118. checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
  3119. dependencies = [
  3120. "futures-core",
  3121. "futures-task",
  3122. "futures-util",
  3123. "num_cpus",
  3124. ]
  3125. [[package]]
  3126. name = "futures-io"
  3127. version = "0.3.30"
  3128. source = "registry+https://github.com/rust-lang/crates.io-index"
  3129. checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
  3130. [[package]]
  3131. name = "futures-lite"
  3132. version = "1.13.0"
  3133. source = "registry+https://github.com/rust-lang/crates.io-index"
  3134. checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
  3135. dependencies = [
  3136. "fastrand 1.9.0",
  3137. "futures-core",
  3138. "futures-io",
  3139. "memchr",
  3140. "parking",
  3141. "pin-project-lite",
  3142. "waker-fn",
  3143. ]
  3144. [[package]]
  3145. name = "futures-lite"
  3146. version = "2.3.0"
  3147. source = "registry+https://github.com/rust-lang/crates.io-index"
  3148. checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
  3149. dependencies = [
  3150. "fastrand 2.1.0",
  3151. "futures-core",
  3152. "futures-io",
  3153. "parking",
  3154. "pin-project-lite",
  3155. ]
  3156. [[package]]
  3157. name = "futures-macro"
  3158. version = "0.3.30"
  3159. source = "registry+https://github.com/rust-lang/crates.io-index"
  3160. checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
  3161. dependencies = [
  3162. "proc-macro2",
  3163. "quote",
  3164. "syn 2.0.68",
  3165. ]
  3166. [[package]]
  3167. name = "futures-sink"
  3168. version = "0.3.30"
  3169. source = "registry+https://github.com/rust-lang/crates.io-index"
  3170. checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
  3171. [[package]]
  3172. name = "futures-task"
  3173. version = "0.3.30"
  3174. source = "registry+https://github.com/rust-lang/crates.io-index"
  3175. checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
  3176. [[package]]
  3177. name = "futures-timer"
  3178. version = "3.0.3"
  3179. source = "registry+https://github.com/rust-lang/crates.io-index"
  3180. checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
  3181. [[package]]
  3182. name = "futures-util"
  3183. version = "0.3.30"
  3184. source = "registry+https://github.com/rust-lang/crates.io-index"
  3185. checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
  3186. dependencies = [
  3187. "futures-channel",
  3188. "futures-core",
  3189. "futures-io",
  3190. "futures-macro",
  3191. "futures-sink",
  3192. "futures-task",
  3193. "memchr",
  3194. "pin-project-lite",
  3195. "pin-utils",
  3196. "slab",
  3197. ]
  3198. [[package]]
  3199. name = "generic-array"
  3200. version = "0.14.7"
  3201. source = "registry+https://github.com/rust-lang/crates.io-index"
  3202. checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
  3203. dependencies = [
  3204. "typenum",
  3205. "version_check",
  3206. ]
  3207. [[package]]
  3208. name = "gethostname"
  3209. version = "0.4.3"
  3210. source = "registry+https://github.com/rust-lang/crates.io-index"
  3211. checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
  3212. dependencies = [
  3213. "libc",
  3214. "windows-targets 0.48.5",
  3215. ]
  3216. [[package]]
  3217. name = "getrandom"
  3218. version = "0.2.15"
  3219. source = "registry+https://github.com/rust-lang/crates.io-index"
  3220. checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
  3221. dependencies = [
  3222. "cfg-if 1.0.0",
  3223. "js-sys",
  3224. "libc",
  3225. "wasi",
  3226. "wasm-bindgen",
  3227. ]
  3228. [[package]]
  3229. name = "gimli"
  3230. version = "0.29.0"
  3231. source = "registry+https://github.com/rust-lang/crates.io-index"
  3232. checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
  3233. [[package]]
  3234. name = "git-version"
  3235. version = "0.3.9"
  3236. source = "registry+https://github.com/rust-lang/crates.io-index"
  3237. checksum = "1ad568aa3db0fcbc81f2f116137f263d7304f512a1209b35b85150d3ef88ad19"
  3238. dependencies = [
  3239. "git-version-macro",
  3240. ]
  3241. [[package]]
  3242. name = "git-version-macro"
  3243. version = "0.3.9"
  3244. source = "registry+https://github.com/rust-lang/crates.io-index"
  3245. checksum = "53010ccb100b96a67bc32c0175f0ed1426b31b655d562898e57325f81c023ac0"
  3246. dependencies = [
  3247. "proc-macro2",
  3248. "quote",
  3249. "syn 2.0.68",
  3250. ]
  3251. [[package]]
  3252. name = "git2"
  3253. version = "0.18.3"
  3254. source = "registry+https://github.com/rust-lang/crates.io-index"
  3255. checksum = "232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70"
  3256. dependencies = [
  3257. "bitflags 2.6.0",
  3258. "libc",
  3259. "libgit2-sys",
  3260. "log",
  3261. "url",
  3262. ]
  3263. [[package]]
  3264. name = "gl_generator"
  3265. version = "0.14.0"
  3266. source = "registry+https://github.com/rust-lang/crates.io-index"
  3267. checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
  3268. dependencies = [
  3269. "khronos_api",
  3270. "log",
  3271. "xml-rs",
  3272. ]
  3273. [[package]]
  3274. name = "glam"
  3275. version = "0.22.0"
  3276. source = "registry+https://github.com/rust-lang/crates.io-index"
  3277. checksum = "12f597d56c1bd55a811a1be189459e8fad2bbc272616375602443bdfb37fa774"
  3278. dependencies = [
  3279. "bytemuck",
  3280. "serde",
  3281. ]
  3282. [[package]]
  3283. name = "glob"
  3284. version = "0.3.1"
  3285. source = "registry+https://github.com/rust-lang/crates.io-index"
  3286. checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
  3287. [[package]]
  3288. name = "globset"
  3289. version = "0.4.14"
  3290. source = "registry+https://github.com/rust-lang/crates.io-index"
  3291. checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
  3292. dependencies = [
  3293. "aho-corasick",
  3294. "bstr 1.9.1",
  3295. "log",
  3296. "regex-automata 0.4.7",
  3297. "regex-syntax 0.8.4",
  3298. ]
  3299. [[package]]
  3300. name = "gloo-timers"
  3301. version = "0.2.6"
  3302. source = "registry+https://github.com/rust-lang/crates.io-index"
  3303. checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
  3304. dependencies = [
  3305. "futures-channel",
  3306. "futures-core",
  3307. "js-sys",
  3308. "wasm-bindgen",
  3309. ]
  3310. [[package]]
  3311. name = "glow"
  3312. version = "0.13.1"
  3313. source = "registry+https://github.com/rust-lang/crates.io-index"
  3314. checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1"
  3315. dependencies = [
  3316. "js-sys",
  3317. "slotmap",
  3318. "wasm-bindgen",
  3319. "web-sys",
  3320. ]
  3321. [[package]]
  3322. name = "gltf"
  3323. version = "1.4.1"
  3324. source = "registry+https://github.com/rust-lang/crates.io-index"
  3325. checksum = "e3ce1918195723ce6ac74e80542c5a96a40c2b26162c1957a5cd70799b8cacf7"
  3326. dependencies = [
  3327. "base64 0.13.1",
  3328. "byteorder",
  3329. "gltf-json",
  3330. "image 0.25.1",
  3331. "lazy_static",
  3332. "serde_json",
  3333. "urlencoding",
  3334. ]
  3335. [[package]]
  3336. name = "gltf-derive"
  3337. version = "1.4.1"
  3338. source = "registry+https://github.com/rust-lang/crates.io-index"
  3339. checksum = "14070e711538afba5d6c807edb74bcb84e5dbb9211a3bf5dea0dfab5b24f4c51"
  3340. dependencies = [
  3341. "inflections",
  3342. "proc-macro2",
  3343. "quote",
  3344. "syn 2.0.68",
  3345. ]
  3346. [[package]]
  3347. name = "gltf-json"
  3348. version = "1.4.1"
  3349. source = "registry+https://github.com/rust-lang/crates.io-index"
  3350. checksum = "e6176f9d60a7eab0a877e8e96548605dedbde9190a7ae1e80bbcc1c9af03ab14"
  3351. dependencies = [
  3352. "gltf-derive",
  3353. "serde",
  3354. "serde_derive",
  3355. "serde_json",
  3356. ]
  3357. [[package]]
  3358. name = "glutin_wgl_sys"
  3359. version = "0.5.0"
  3360. source = "registry+https://github.com/rust-lang/crates.io-index"
  3361. checksum = "6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead"
  3362. dependencies = [
  3363. "gl_generator",
  3364. ]
  3365. [[package]]
  3366. name = "gpu-alloc"
  3367. version = "0.6.0"
  3368. source = "registry+https://github.com/rust-lang/crates.io-index"
  3369. checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
  3370. dependencies = [
  3371. "bitflags 2.6.0",
  3372. "gpu-alloc-types",
  3373. ]
  3374. [[package]]
  3375. name = "gpu-alloc-types"
  3376. version = "0.3.0"
  3377. source = "registry+https://github.com/rust-lang/crates.io-index"
  3378. checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
  3379. dependencies = [
  3380. "bitflags 2.6.0",
  3381. ]
  3382. [[package]]
  3383. name = "gpu-allocator"
  3384. version = "0.25.0"
  3385. source = "registry+https://github.com/rust-lang/crates.io-index"
  3386. checksum = "6f56f6318968d03c18e1bcf4857ff88c61157e9da8e47c5f29055d60e1228884"
  3387. dependencies = [
  3388. "log",
  3389. "presser",
  3390. "thiserror",
  3391. "winapi 0.3.9",
  3392. "windows 0.52.0",
  3393. ]
  3394. [[package]]
  3395. name = "gpu-descriptor"
  3396. version = "0.2.4"
  3397. source = "registry+https://github.com/rust-lang/crates.io-index"
  3398. checksum = "cc11df1ace8e7e564511f53af41f3e42ddc95b56fd07b3f4445d2a6048bc682c"
  3399. dependencies = [
  3400. "bitflags 2.6.0",
  3401. "gpu-descriptor-types",
  3402. "hashbrown 0.14.5",
  3403. ]
  3404. [[package]]
  3405. name = "gpu-descriptor-types"
  3406. version = "0.1.2"
  3407. source = "registry+https://github.com/rust-lang/crates.io-index"
  3408. checksum = "6bf0b36e6f090b7e1d8a4b49c0cb81c1f8376f72198c65dd3ad9ff3556b8b78c"
  3409. dependencies = [
  3410. "bitflags 2.6.0",
  3411. ]
  3412. [[package]]
  3413. name = "grep-cli"
  3414. version = "0.1.10"
  3415. source = "registry+https://github.com/rust-lang/crates.io-index"
  3416. checksum = "ea40788c059ab8b622c4d074732750bfb3bd2912e2dd58eabc11798a4d5ad725"
  3417. dependencies = [
  3418. "bstr 1.9.1",
  3419. "globset",
  3420. "libc",
  3421. "log",
  3422. "termcolor",
  3423. "winapi-util",
  3424. ]
  3425. [[package]]
  3426. name = "h2"
  3427. version = "0.3.26"
  3428. source = "registry+https://github.com/rust-lang/crates.io-index"
  3429. checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
  3430. dependencies = [
  3431. "bytes",
  3432. "fnv",
  3433. "futures-core",
  3434. "futures-sink",
  3435. "futures-util",
  3436. "http 0.2.12",
  3437. "indexmap 2.2.6",
  3438. "slab",
  3439. "tokio",
  3440. "tokio-util",
  3441. "tracing",
  3442. ]
  3443. [[package]]
  3444. name = "half"
  3445. version = "2.4.1"
  3446. source = "registry+https://github.com/rust-lang/crates.io-index"
  3447. checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
  3448. dependencies = [
  3449. "bytemuck",
  3450. "cfg-if 1.0.0",
  3451. "crunchy",
  3452. "num-traits",
  3453. ]
  3454. [[package]]
  3455. name = "hash_hasher"
  3456. version = "2.0.3"
  3457. source = "registry+https://github.com/rust-lang/crates.io-index"
  3458. checksum = "74721d007512d0cb3338cd20f0654ac913920061a4c4d0d8708edb3f2a698c0c"
  3459. [[package]]
  3460. name = "hashbrown"
  3461. version = "0.12.3"
  3462. source = "registry+https://github.com/rust-lang/crates.io-index"
  3463. checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
  3464. [[package]]
  3465. name = "hashbrown"
  3466. version = "0.14.5"
  3467. source = "registry+https://github.com/rust-lang/crates.io-index"
  3468. checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
  3469. dependencies = [
  3470. "ahash",
  3471. "allocator-api2",
  3472. ]
  3473. [[package]]
  3474. name = "hassle-rs"
  3475. version = "0.11.0"
  3476. source = "registry+https://github.com/rust-lang/crates.io-index"
  3477. checksum = "af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890"
  3478. dependencies = [
  3479. "bitflags 2.6.0",
  3480. "com",
  3481. "libc",
  3482. "libloading 0.8.4",
  3483. "thiserror",
  3484. "widestring",
  3485. "winapi 0.3.9",
  3486. ]
  3487. [[package]]
  3488. name = "heck"
  3489. version = "0.3.3"
  3490. source = "registry+https://github.com/rust-lang/crates.io-index"
  3491. checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
  3492. dependencies = [
  3493. "unicode-segmentation",
  3494. ]
  3495. [[package]]
  3496. name = "heck"
  3497. version = "0.4.1"
  3498. source = "registry+https://github.com/rust-lang/crates.io-index"
  3499. checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
  3500. [[package]]
  3501. name = "heck"
  3502. version = "0.5.0"
  3503. source = "registry+https://github.com/rust-lang/crates.io-index"
  3504. checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
  3505. [[package]]
  3506. name = "hermit-abi"
  3507. version = "0.1.19"
  3508. source = "registry+https://github.com/rust-lang/crates.io-index"
  3509. checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
  3510. dependencies = [
  3511. "libc",
  3512. ]
  3513. [[package]]
  3514. name = "hermit-abi"
  3515. version = "0.3.9"
  3516. source = "registry+https://github.com/rust-lang/crates.io-index"
  3517. checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
  3518. [[package]]
  3519. name = "hermit-abi"
  3520. version = "0.4.0"
  3521. source = "registry+https://github.com/rust-lang/crates.io-index"
  3522. checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
  3523. [[package]]
  3524. name = "hex"
  3525. version = "0.4.3"
  3526. source = "registry+https://github.com/rust-lang/crates.io-index"
  3527. checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
  3528. [[package]]
  3529. name = "hexf-parse"
  3530. version = "0.2.1"
  3531. source = "registry+https://github.com/rust-lang/crates.io-index"
  3532. checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
  3533. [[package]]
  3534. name = "hmac"
  3535. version = "0.12.1"
  3536. source = "registry+https://github.com/rust-lang/crates.io-index"
  3537. checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
  3538. dependencies = [
  3539. "digest",
  3540. ]
  3541. [[package]]
  3542. name = "home"
  3543. version = "0.5.9"
  3544. source = "registry+https://github.com/rust-lang/crates.io-index"
  3545. checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
  3546. dependencies = [
  3547. "windows-sys 0.52.0",
  3548. ]
  3549. [[package]]
  3550. name = "http"
  3551. version = "0.2.12"
  3552. source = "registry+https://github.com/rust-lang/crates.io-index"
  3553. checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
  3554. dependencies = [
  3555. "bytes",
  3556. "fnv",
  3557. "itoa",
  3558. ]
  3559. [[package]]
  3560. name = "http"
  3561. version = "1.1.0"
  3562. source = "registry+https://github.com/rust-lang/crates.io-index"
  3563. checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
  3564. dependencies = [
  3565. "bytes",
  3566. "fnv",
  3567. "itoa",
  3568. ]
  3569. [[package]]
  3570. name = "http-body"
  3571. version = "0.4.6"
  3572. source = "registry+https://github.com/rust-lang/crates.io-index"
  3573. checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
  3574. dependencies = [
  3575. "bytes",
  3576. "http 0.2.12",
  3577. "pin-project-lite",
  3578. ]
  3579. [[package]]
  3580. name = "http-body"
  3581. version = "1.0.0"
  3582. source = "registry+https://github.com/rust-lang/crates.io-index"
  3583. checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
  3584. dependencies = [
  3585. "bytes",
  3586. "http 1.1.0",
  3587. ]
  3588. [[package]]
  3589. name = "http-body-util"
  3590. version = "0.1.2"
  3591. source = "registry+https://github.com/rust-lang/crates.io-index"
  3592. checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
  3593. dependencies = [
  3594. "bytes",
  3595. "futures-util",
  3596. "http 1.1.0",
  3597. "http-body 1.0.0",
  3598. "pin-project-lite",
  3599. ]
  3600. [[package]]
  3601. name = "httparse"
  3602. version = "1.9.4"
  3603. source = "registry+https://github.com/rust-lang/crates.io-index"
  3604. checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
  3605. [[package]]
  3606. name = "httpdate"
  3607. version = "1.0.3"
  3608. source = "registry+https://github.com/rust-lang/crates.io-index"
  3609. checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
  3610. [[package]]
  3611. name = "humantime"
  3612. version = "2.1.0"
  3613. source = "registry+https://github.com/rust-lang/crates.io-index"
  3614. checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
  3615. [[package]]
  3616. name = "hyper"
  3617. version = "0.14.29"
  3618. source = "registry+https://github.com/rust-lang/crates.io-index"
  3619. checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33"
  3620. dependencies = [
  3621. "bytes",
  3622. "futures-channel",
  3623. "futures-core",
  3624. "futures-util",
  3625. "h2",
  3626. "http 0.2.12",
  3627. "http-body 0.4.6",
  3628. "httparse",
  3629. "httpdate",
  3630. "itoa",
  3631. "pin-project-lite",
  3632. "socket2 0.4.10",
  3633. "tokio",
  3634. "tower-service",
  3635. "tracing",
  3636. "want",
  3637. ]
  3638. [[package]]
  3639. name = "hyper"
  3640. version = "1.3.1"
  3641. source = "registry+https://github.com/rust-lang/crates.io-index"
  3642. checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d"
  3643. dependencies = [
  3644. "bytes",
  3645. "futures-channel",
  3646. "futures-util",
  3647. "http 1.1.0",
  3648. "http-body 1.0.0",
  3649. "httparse",
  3650. "itoa",
  3651. "pin-project-lite",
  3652. "smallvec",
  3653. "tokio",
  3654. "want",
  3655. ]
  3656. [[package]]
  3657. name = "hyper-rustls"
  3658. version = "0.27.2"
  3659. source = "registry+https://github.com/rust-lang/crates.io-index"
  3660. checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
  3661. dependencies = [
  3662. "futures-util",
  3663. "http 1.1.0",
  3664. "hyper 1.3.1",
  3665. "hyper-util",
  3666. "rustls 0.23.10",
  3667. "rustls-pki-types",
  3668. "tokio",
  3669. "tokio-rustls",
  3670. "tower-service",
  3671. "webpki-roots 0.26.3",
  3672. ]
  3673. [[package]]
  3674. name = "hyper-timeout"
  3675. version = "0.4.1"
  3676. source = "registry+https://github.com/rust-lang/crates.io-index"
  3677. checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
  3678. dependencies = [
  3679. "hyper 0.14.29",
  3680. "pin-project-lite",
  3681. "tokio",
  3682. "tokio-io-timeout",
  3683. ]
  3684. [[package]]
  3685. name = "hyper-util"
  3686. version = "0.1.5"
  3687. source = "registry+https://github.com/rust-lang/crates.io-index"
  3688. checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56"
  3689. dependencies = [
  3690. "bytes",
  3691. "futures-channel",
  3692. "futures-util",
  3693. "http 1.1.0",
  3694. "http-body 1.0.0",
  3695. "hyper 1.3.1",
  3696. "pin-project-lite",
  3697. "socket2 0.5.7",
  3698. "tokio",
  3699. "tower",
  3700. "tower-service",
  3701. "tracing",
  3702. ]
  3703. [[package]]
  3704. name = "iana-time-zone"
  3705. version = "0.1.60"
  3706. source = "registry+https://github.com/rust-lang/crates.io-index"
  3707. checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
  3708. dependencies = [
  3709. "android_system_properties",
  3710. "core-foundation-sys",
  3711. "iana-time-zone-haiku",
  3712. "js-sys",
  3713. "wasm-bindgen",
  3714. "windows-core",
  3715. ]
  3716. [[package]]
  3717. name = "iana-time-zone-haiku"
  3718. version = "0.1.2"
  3719. source = "registry+https://github.com/rust-lang/crates.io-index"
  3720. checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
  3721. dependencies = [
  3722. "cc",
  3723. ]
  3724. [[package]]
  3725. name = "icrate"
  3726. version = "0.0.4"
  3727. source = "registry+https://github.com/rust-lang/crates.io-index"
  3728. checksum = "99d3aaff8a54577104bafdf686ff18565c3b6903ca5782a2026ef06e2c7aa319"
  3729. dependencies = [
  3730. "block2 0.3.0",
  3731. "dispatch",
  3732. "objc2 0.4.1",
  3733. ]
  3734. [[package]]
  3735. name = "ident_case"
  3736. version = "1.0.1"
  3737. source = "registry+https://github.com/rust-lang/crates.io-index"
  3738. checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
  3739. [[package]]
  3740. name = "idna"
  3741. version = "0.5.0"
  3742. source = "registry+https://github.com/rust-lang/crates.io-index"
  3743. checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
  3744. dependencies = [
  3745. "unicode-bidi",
  3746. "unicode-normalization",
  3747. ]
  3748. [[package]]
  3749. name = "if-addrs"
  3750. version = "0.11.1"
  3751. source = "registry+https://github.com/rust-lang/crates.io-index"
  3752. checksum = "624c5448ba529e74f594c65b7024f31b2de7b64a9b228b8df26796bbb6e32c36"
  3753. dependencies = [
  3754. "libc",
  3755. "windows-sys 0.52.0",
  3756. ]
  3757. [[package]]
  3758. name = "image"
  3759. version = "0.24.9"
  3760. source = "registry+https://github.com/rust-lang/crates.io-index"
  3761. checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d"
  3762. dependencies = [
  3763. "bytemuck",
  3764. "byteorder",
  3765. "color_quant",
  3766. "num-traits",
  3767. "png",
  3768. ]
  3769. [[package]]
  3770. name = "image"
  3771. version = "0.25.1"
  3772. source = "registry+https://github.com/rust-lang/crates.io-index"
  3773. checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11"
  3774. dependencies = [
  3775. "bytemuck",
  3776. "byteorder",
  3777. "num-traits",
  3778. "png",
  3779. "tiff",
  3780. "zune-core",
  3781. "zune-jpeg",
  3782. ]
  3783. [[package]]
  3784. name = "indent"
  3785. version = "0.1.1"
  3786. source = "registry+https://github.com/rust-lang/crates.io-index"
  3787. checksum = "d9f1a0777d972970f204fdf8ef319f1f4f8459131636d7e3c96c5d59570d0fa6"
  3788. [[package]]
  3789. name = "indenter"
  3790. version = "0.3.3"
  3791. source = "registry+https://github.com/rust-lang/crates.io-index"
  3792. checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
  3793. [[package]]
  3794. name = "indexmap"
  3795. version = "1.9.3"
  3796. source = "registry+https://github.com/rust-lang/crates.io-index"
  3797. checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
  3798. dependencies = [
  3799. "autocfg",
  3800. "hashbrown 0.12.3",
  3801. ]
  3802. [[package]]
  3803. name = "indexmap"
  3804. version = "2.2.6"
  3805. source = "registry+https://github.com/rust-lang/crates.io-index"
  3806. checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
  3807. dependencies = [
  3808. "equivalent",
  3809. "hashbrown 0.14.5",
  3810. "serde",
  3811. ]
  3812. [[package]]
  3813. name = "indoc"
  3814. version = "2.0.5"
  3815. source = "registry+https://github.com/rust-lang/crates.io-index"
  3816. checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
  3817. [[package]]
  3818. name = "infer"
  3819. version = "0.15.0"
  3820. source = "registry+https://github.com/rust-lang/crates.io-index"
  3821. checksum = "cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199"
  3822. dependencies = [
  3823. "cfb",
  3824. ]
  3825. [[package]]
  3826. name = "inflections"
  3827. version = "1.1.1"
  3828. source = "registry+https://github.com/rust-lang/crates.io-index"
  3829. checksum = "a257582fdcde896fd96463bf2d40eefea0580021c0712a0e2b028b60b47a837a"
  3830. [[package]]
  3831. name = "inotify"
  3832. version = "0.9.6"
  3833. source = "registry+https://github.com/rust-lang/crates.io-index"
  3834. checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
  3835. dependencies = [
  3836. "bitflags 1.3.2",
  3837. "inotify-sys",
  3838. "libc",
  3839. ]
  3840. [[package]]
  3841. name = "inotify-sys"
  3842. version = "0.1.5"
  3843. source = "registry+https://github.com/rust-lang/crates.io-index"
  3844. checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
  3845. dependencies = [
  3846. "libc",
  3847. ]
  3848. [[package]]
  3849. name = "inout"
  3850. version = "0.1.3"
  3851. source = "registry+https://github.com/rust-lang/crates.io-index"
  3852. checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
  3853. dependencies = [
  3854. "generic-array",
  3855. ]
  3856. [[package]]
  3857. name = "inquire"
  3858. version = "0.5.3"
  3859. source = "registry+https://github.com/rust-lang/crates.io-index"
  3860. checksum = "f3a94f0659efe59329832ba0452d3ec753145fc1fb12a8e1d60de4ccf99f5364"
  3861. dependencies = [
  3862. "bitflags 1.3.2",
  3863. "crossterm",
  3864. "dyn-clone",
  3865. "lazy_static",
  3866. "newline-converter",
  3867. "thiserror",
  3868. "unicode-segmentation",
  3869. "unicode-width",
  3870. ]
  3871. [[package]]
  3872. name = "instant"
  3873. version = "0.1.13"
  3874. source = "registry+https://github.com/rust-lang/crates.io-index"
  3875. checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
  3876. dependencies = [
  3877. "cfg-if 1.0.0",
  3878. ]
  3879. [[package]]
  3880. name = "integer-encoding"
  3881. version = "3.0.4"
  3882. source = "registry+https://github.com/rust-lang/crates.io-index"
  3883. checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"
  3884. [[package]]
  3885. name = "inventory"
  3886. version = "0.3.15"
  3887. source = "registry+https://github.com/rust-lang/crates.io-index"
  3888. checksum = "f958d3d68f4167080a18141e10381e7634563984a537f2a49a30fd8e53ac5767"
  3889. [[package]]
  3890. name = "io-extras"
  3891. version = "0.18.2"
  3892. source = "registry+https://github.com/rust-lang/crates.io-index"
  3893. checksum = "c9f046b9af244f13b3bd939f55d16830ac3a201e8a9ba9661bfcb03e2be72b9b"
  3894. dependencies = [
  3895. "io-lifetimes 2.0.3",
  3896. "windows-sys 0.52.0",
  3897. ]
  3898. [[package]]
  3899. name = "io-lifetimes"
  3900. version = "1.0.11"
  3901. source = "registry+https://github.com/rust-lang/crates.io-index"
  3902. checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
  3903. dependencies = [
  3904. "hermit-abi 0.3.9",
  3905. "libc",
  3906. "windows-sys 0.48.0",
  3907. ]
  3908. [[package]]
  3909. name = "io-lifetimes"
  3910. version = "2.0.3"
  3911. source = "registry+https://github.com/rust-lang/crates.io-index"
  3912. checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
  3913. [[package]]
  3914. name = "iovec"
  3915. version = "0.1.4"
  3916. source = "registry+https://github.com/rust-lang/crates.io-index"
  3917. checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
  3918. dependencies = [
  3919. "libc",
  3920. ]
  3921. [[package]]
  3922. name = "ipnet"
  3923. version = "2.9.0"
  3924. source = "registry+https://github.com/rust-lang/crates.io-index"
  3925. checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
  3926. [[package]]
  3927. name = "ipnetwork"
  3928. version = "0.19.0"
  3929. source = "registry+https://github.com/rust-lang/crates.io-index"
  3930. checksum = "1f84f1612606f3753f205a4e9a2efd6fe5b4c573a6269b2cc6c3003d44a0d127"
  3931. dependencies = [
  3932. "serde",
  3933. ]
  3934. [[package]]
  3935. name = "is-terminal"
  3936. version = "0.4.12"
  3937. source = "registry+https://github.com/rust-lang/crates.io-index"
  3938. checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
  3939. dependencies = [
  3940. "hermit-abi 0.3.9",
  3941. "libc",
  3942. "windows-sys 0.52.0",
  3943. ]
  3944. [[package]]
  3945. name = "is_terminal_polyfill"
  3946. version = "1.70.0"
  3947. source = "registry+https://github.com/rust-lang/crates.io-index"
  3948. checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
  3949. [[package]]
  3950. name = "itertools"
  3951. version = "0.10.5"
  3952. source = "registry+https://github.com/rust-lang/crates.io-index"
  3953. checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
  3954. dependencies = [
  3955. "either",
  3956. ]
  3957. [[package]]
  3958. name = "itertools"
  3959. version = "0.11.0"
  3960. source = "registry+https://github.com/rust-lang/crates.io-index"
  3961. checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
  3962. dependencies = [
  3963. "either",
  3964. ]
  3965. [[package]]
  3966. name = "itertools"
  3967. version = "0.12.1"
  3968. source = "registry+https://github.com/rust-lang/crates.io-index"
  3969. checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
  3970. dependencies = [
  3971. "either",
  3972. ]
  3973. [[package]]
  3974. name = "itoa"
  3975. version = "1.0.11"
  3976. source = "registry+https://github.com/rust-lang/crates.io-index"
  3977. checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
  3978. [[package]]
  3979. name = "jni"
  3980. version = "0.21.1"
  3981. source = "registry+https://github.com/rust-lang/crates.io-index"
  3982. checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
  3983. dependencies = [
  3984. "cesu8",
  3985. "cfg-if 1.0.0",
  3986. "combine",
  3987. "jni-sys",
  3988. "log",
  3989. "thiserror",
  3990. "walkdir",
  3991. "windows-sys 0.45.0",
  3992. ]
  3993. [[package]]
  3994. name = "jni-sys"
  3995. version = "0.3.0"
  3996. source = "registry+https://github.com/rust-lang/crates.io-index"
  3997. checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
  3998. [[package]]
  3999. name = "jobserver"
  4000. version = "0.1.31"
  4001. source = "registry+https://github.com/rust-lang/crates.io-index"
  4002. checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
  4003. dependencies = [
  4004. "libc",
  4005. ]
  4006. [[package]]
  4007. name = "jpeg-decoder"
  4008. version = "0.3.1"
  4009. source = "registry+https://github.com/rust-lang/crates.io-index"
  4010. checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
  4011. [[package]]
  4012. name = "js-sys"
  4013. version = "0.3.69"
  4014. source = "registry+https://github.com/rust-lang/crates.io-index"
  4015. checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
  4016. dependencies = [
  4017. "wasm-bindgen",
  4018. ]
  4019. [[package]]
  4020. name = "json5"
  4021. version = "0.4.1"
  4022. source = "registry+https://github.com/rust-lang/crates.io-index"
  4023. checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
  4024. dependencies = [
  4025. "pest",
  4026. "pest_derive",
  4027. "serde",
  4028. ]
  4029. [[package]]
  4030. name = "keccak"
  4031. version = "0.1.5"
  4032. source = "registry+https://github.com/rust-lang/crates.io-index"
  4033. checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"
  4034. dependencies = [
  4035. "cpufeatures",
  4036. ]
  4037. [[package]]
  4038. name = "kernel32-sys"
  4039. version = "0.2.2"
  4040. source = "registry+https://github.com/rust-lang/crates.io-index"
  4041. checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
  4042. dependencies = [
  4043. "winapi 0.2.8",
  4044. "winapi-build",
  4045. ]
  4046. [[package]]
  4047. name = "khronos-egl"
  4048. version = "6.0.0"
  4049. source = "registry+https://github.com/rust-lang/crates.io-index"
  4050. checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
  4051. dependencies = [
  4052. "libc",
  4053. "libloading 0.8.4",
  4054. "pkg-config",
  4055. ]
  4056. [[package]]
  4057. name = "khronos_api"
  4058. version = "3.1.0"
  4059. source = "registry+https://github.com/rust-lang/crates.io-index"
  4060. checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
  4061. [[package]]
  4062. name = "kqueue"
  4063. version = "1.0.8"
  4064. source = "registry+https://github.com/rust-lang/crates.io-index"
  4065. checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
  4066. dependencies = [
  4067. "kqueue-sys",
  4068. "libc",
  4069. ]
  4070. [[package]]
  4071. name = "kqueue-sys"
  4072. version = "1.0.4"
  4073. source = "registry+https://github.com/rust-lang/crates.io-index"
  4074. checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
  4075. dependencies = [
  4076. "bitflags 1.3.2",
  4077. "libc",
  4078. ]
  4079. [[package]]
  4080. name = "kv-log-macro"
  4081. version = "1.0.7"
  4082. source = "registry+https://github.com/rust-lang/crates.io-index"
  4083. checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
  4084. dependencies = [
  4085. "log",
  4086. ]
  4087. [[package]]
  4088. name = "lazy_static"
  4089. version = "1.5.0"
  4090. source = "registry+https://github.com/rust-lang/crates.io-index"
  4091. checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
  4092. dependencies = [
  4093. "spin 0.9.8",
  4094. ]
  4095. [[package]]
  4096. name = "lazycell"
  4097. version = "1.3.0"
  4098. source = "registry+https://github.com/rust-lang/crates.io-index"
  4099. checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
  4100. [[package]]
  4101. name = "lexical-core"
  4102. version = "0.8.5"
  4103. source = "registry+https://github.com/rust-lang/crates.io-index"
  4104. checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46"
  4105. dependencies = [
  4106. "lexical-parse-float",
  4107. "lexical-parse-integer",
  4108. "lexical-util",
  4109. "lexical-write-float",
  4110. "lexical-write-integer",
  4111. ]
  4112. [[package]]
  4113. name = "lexical-parse-float"
  4114. version = "0.8.5"
  4115. source = "registry+https://github.com/rust-lang/crates.io-index"
  4116. checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f"
  4117. dependencies = [
  4118. "lexical-parse-integer",
  4119. "lexical-util",
  4120. "static_assertions",
  4121. ]
  4122. [[package]]
  4123. name = "lexical-parse-integer"
  4124. version = "0.8.6"
  4125. source = "registry+https://github.com/rust-lang/crates.io-index"
  4126. checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9"
  4127. dependencies = [
  4128. "lexical-util",
  4129. "static_assertions",
  4130. ]
  4131. [[package]]
  4132. name = "lexical-util"
  4133. version = "0.8.5"
  4134. source = "registry+https://github.com/rust-lang/crates.io-index"
  4135. checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc"
  4136. dependencies = [
  4137. "static_assertions",
  4138. ]
  4139. [[package]]
  4140. name = "lexical-write-float"
  4141. version = "0.8.5"
  4142. source = "registry+https://github.com/rust-lang/crates.io-index"
  4143. checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862"
  4144. dependencies = [
  4145. "lexical-util",
  4146. "lexical-write-integer",
  4147. "static_assertions",
  4148. ]
  4149. [[package]]
  4150. name = "lexical-write-integer"
  4151. version = "0.8.5"
  4152. source = "registry+https://github.com/rust-lang/crates.io-index"
  4153. checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446"
  4154. dependencies = [
  4155. "lexical-util",
  4156. "static_assertions",
  4157. ]
  4158. [[package]]
  4159. name = "libc"
  4160. version = "0.2.155"
  4161. source = "registry+https://github.com/rust-lang/crates.io-index"
  4162. checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
  4163. [[package]]
  4164. name = "libgit2-sys"
  4165. version = "0.16.2+1.7.2"
  4166. source = "registry+https://github.com/rust-lang/crates.io-index"
  4167. checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8"
  4168. dependencies = [
  4169. "cc",
  4170. "libc",
  4171. "libz-sys",
  4172. "pkg-config",
  4173. ]
  4174. [[package]]
  4175. name = "libloading"
  4176. version = "0.7.4"
  4177. source = "registry+https://github.com/rust-lang/crates.io-index"
  4178. checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
  4179. dependencies = [
  4180. "cfg-if 1.0.0",
  4181. "winapi 0.3.9",
  4182. ]
  4183. [[package]]
  4184. name = "libloading"
  4185. version = "0.8.4"
  4186. source = "registry+https://github.com/rust-lang/crates.io-index"
  4187. checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d"
  4188. dependencies = [
  4189. "cfg-if 1.0.0",
  4190. "windows-targets 0.48.5",
  4191. ]
  4192. [[package]]
  4193. name = "libm"
  4194. version = "0.2.8"
  4195. source = "registry+https://github.com/rust-lang/crates.io-index"
  4196. checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
  4197. [[package]]
  4198. name = "libredox"
  4199. version = "0.0.2"
  4200. source = "registry+https://github.com/rust-lang/crates.io-index"
  4201. checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607"
  4202. dependencies = [
  4203. "bitflags 2.6.0",
  4204. "libc",
  4205. "redox_syscall 0.4.1",
  4206. ]
  4207. [[package]]
  4208. name = "libredox"
  4209. version = "0.1.3"
  4210. source = "registry+https://github.com/rust-lang/crates.io-index"
  4211. checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
  4212. dependencies = [
  4213. "bitflags 2.6.0",
  4214. "libc",
  4215. ]
  4216. [[package]]
  4217. name = "libz-sys"
  4218. version = "1.1.18"
  4219. source = "registry+https://github.com/rust-lang/crates.io-index"
  4220. checksum = "c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e"
  4221. dependencies = [
  4222. "cc",
  4223. "libc",
  4224. "pkg-config",
  4225. "vcpkg",
  4226. ]
  4227. [[package]]
  4228. name = "line-wrap"
  4229. version = "0.2.0"
  4230. source = "registry+https://github.com/rust-lang/crates.io-index"
  4231. checksum = "dd1bc4d24ad230d21fb898d1116b1801d7adfc449d42026475862ab48b11e70e"
  4232. [[package]]
  4233. name = "link-cplusplus"
  4234. version = "1.0.9"
  4235. source = "registry+https://github.com/rust-lang/crates.io-index"
  4236. checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
  4237. dependencies = [
  4238. "cc",
  4239. ]
  4240. [[package]]
  4241. name = "linked-hash-map"
  4242. version = "0.5.6"
  4243. source = "registry+https://github.com/rust-lang/crates.io-index"
  4244. checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
  4245. [[package]]
  4246. name = "linux-raw-sys"
  4247. version = "0.3.8"
  4248. source = "registry+https://github.com/rust-lang/crates.io-index"
  4249. checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
  4250. [[package]]
  4251. name = "linux-raw-sys"
  4252. version = "0.4.14"
  4253. source = "registry+https://github.com/rust-lang/crates.io-index"
  4254. checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
  4255. [[package]]
  4256. name = "litrs"
  4257. version = "0.4.1"
  4258. source = "registry+https://github.com/rust-lang/crates.io-index"
  4259. checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
  4260. [[package]]
  4261. name = "local-ip-address"
  4262. version = "0.6.1"
  4263. source = "registry+https://github.com/rust-lang/crates.io-index"
  4264. checksum = "136ef34e18462b17bf39a7826f8f3bbc223341f8e83822beb8b77db9a3d49696"
  4265. dependencies = [
  4266. "libc",
  4267. "neli",
  4268. "thiserror",
  4269. "windows-sys 0.48.0",
  4270. ]
  4271. [[package]]
  4272. name = "lock_api"
  4273. version = "0.4.12"
  4274. source = "registry+https://github.com/rust-lang/crates.io-index"
  4275. checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
  4276. dependencies = [
  4277. "autocfg",
  4278. "scopeguard",
  4279. "serde",
  4280. ]
  4281. [[package]]
  4282. name = "log"
  4283. version = "0.4.22"
  4284. source = "registry+https://github.com/rust-lang/crates.io-index"
  4285. checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
  4286. dependencies = [
  4287. "serde",
  4288. "value-bag",
  4289. ]
  4290. [[package]]
  4291. name = "log-once"
  4292. version = "0.4.1"
  4293. source = "registry+https://github.com/rust-lang/crates.io-index"
  4294. checksum = "6d8a05e3879b317b1b6dbf353e5bba7062bedcc59815267bb23eaa0c576cebf0"
  4295. dependencies = [
  4296. "log",
  4297. ]
  4298. [[package]]
  4299. name = "lz4_flex"
  4300. version = "0.11.3"
  4301. source = "registry+https://github.com/rust-lang/crates.io-index"
  4302. checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5"
  4303. dependencies = [
  4304. "twox-hash",
  4305. ]
  4306. [[package]]
  4307. name = "macaw"
  4308. version = "0.18.6"
  4309. source = "registry+https://github.com/rust-lang/crates.io-index"
  4310. checksum = "b8fdbfdf07a7e53090afb7fd427eb0a4b46fc51cb484b2deba27b47919762dfb"
  4311. dependencies = [
  4312. "glam",
  4313. "num-traits",
  4314. "serde",
  4315. ]
  4316. [[package]]
  4317. name = "macro_rules_attribute"
  4318. version = "0.1.3"
  4319. source = "registry+https://github.com/rust-lang/crates.io-index"
  4320. checksum = "cf0c9b980bf4f3a37fd7b1c066941dd1b1d0152ce6ee6e8fe8c49b9f6810d862"
  4321. dependencies = [
  4322. "macro_rules_attribute-proc_macro",
  4323. "paste",
  4324. ]
  4325. [[package]]
  4326. name = "macro_rules_attribute-proc_macro"
  4327. version = "0.1.3"
  4328. source = "registry+https://github.com/rust-lang/crates.io-index"
  4329. checksum = "58093314a45e00c77d5c508f76e77c3396afbbc0d01506e7fae47b018bac2b1d"
  4330. [[package]]
  4331. name = "malloc_buf"
  4332. version = "0.0.6"
  4333. source = "registry+https://github.com/rust-lang/crates.io-index"
  4334. checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
  4335. dependencies = [
  4336. "libc",
  4337. ]
  4338. [[package]]
  4339. name = "matchers"
  4340. version = "0.1.0"
  4341. source = "registry+https://github.com/rust-lang/crates.io-index"
  4342. checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
  4343. dependencies = [
  4344. "regex-automata 0.1.10",
  4345. ]
  4346. [[package]]
  4347. name = "matchit"
  4348. version = "0.7.3"
  4349. source = "registry+https://github.com/rust-lang/crates.io-index"
  4350. checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
  4351. [[package]]
  4352. name = "matrixmultiply"
  4353. version = "0.3.8"
  4354. source = "registry+https://github.com/rust-lang/crates.io-index"
  4355. checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2"
  4356. dependencies = [
  4357. "autocfg",
  4358. "rawpointer",
  4359. ]
  4360. [[package]]
  4361. name = "md5"
  4362. version = "0.7.0"
  4363. source = "registry+https://github.com/rust-lang/crates.io-index"
  4364. checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
  4365. [[package]]
  4366. name = "memchr"
  4367. version = "2.7.4"
  4368. source = "registry+https://github.com/rust-lang/crates.io-index"
  4369. checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
  4370. [[package]]
  4371. name = "memmap2"
  4372. version = "0.9.4"
  4373. source = "registry+https://github.com/rust-lang/crates.io-index"
  4374. checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
  4375. dependencies = [
  4376. "libc",
  4377. ]
  4378. [[package]]
  4379. name = "memoffset"
  4380. version = "0.6.5"
  4381. source = "registry+https://github.com/rust-lang/crates.io-index"
  4382. checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
  4383. dependencies = [
  4384. "autocfg",
  4385. ]
  4386. [[package]]
  4387. name = "memoffset"
  4388. version = "0.7.1"
  4389. source = "registry+https://github.com/rust-lang/crates.io-index"
  4390. checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
  4391. dependencies = [
  4392. "autocfg",
  4393. ]
  4394. [[package]]
  4395. name = "memoffset"
  4396. version = "0.9.1"
  4397. source = "registry+https://github.com/rust-lang/crates.io-index"
  4398. checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
  4399. dependencies = [
  4400. "autocfg",
  4401. ]
  4402. [[package]]
  4403. name = "memory-stats"
  4404. version = "1.1.0"
  4405. source = "registry+https://github.com/rust-lang/crates.io-index"
  4406. checksum = "34f79cf9964c5c9545493acda1263f1912f8d2c56c8a2ffee2606cb960acaacc"
  4407. dependencies = [
  4408. "libc",
  4409. "winapi 0.3.9",
  4410. ]
  4411. [[package]]
  4412. name = "metal"
  4413. version = "0.27.0"
  4414. source = "registry+https://github.com/rust-lang/crates.io-index"
  4415. checksum = "c43f73953f8cbe511f021b58f18c3ce1c3d1ae13fe953293e13345bf83217f25"
  4416. dependencies = [
  4417. "bitflags 2.6.0",
  4418. "block",
  4419. "core-graphics-types",
  4420. "foreign-types",
  4421. "log",
  4422. "objc",
  4423. "paste",
  4424. ]
  4425. [[package]]
  4426. name = "mime"
  4427. version = "0.3.17"
  4428. source = "registry+https://github.com/rust-lang/crates.io-index"
  4429. checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
  4430. [[package]]
  4431. name = "mime_guess2"
  4432. version = "2.0.5"
  4433. source = "registry+https://github.com/rust-lang/crates.io-index"
  4434. checksum = "25a3333bb1609500601edc766a39b4c1772874a4ce26022f4d866854dc020c41"
  4435. dependencies = [
  4436. "mime",
  4437. "unicase",
  4438. ]
  4439. [[package]]
  4440. name = "minimal-lexical"
  4441. version = "0.2.1"
  4442. source = "registry+https://github.com/rust-lang/crates.io-index"
  4443. checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
  4444. [[package]]
  4445. name = "miniz_oxide"
  4446. version = "0.7.4"
  4447. source = "registry+https://github.com/rust-lang/crates.io-index"
  4448. checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
  4449. dependencies = [
  4450. "adler",
  4451. "simd-adler32",
  4452. ]
  4453. [[package]]
  4454. name = "mio"
  4455. version = "0.6.23"
  4456. source = "registry+https://github.com/rust-lang/crates.io-index"
  4457. checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
  4458. dependencies = [
  4459. "cfg-if 0.1.10",
  4460. "fuchsia-zircon",
  4461. "fuchsia-zircon-sys",
  4462. "iovec",
  4463. "kernel32-sys",
  4464. "libc",
  4465. "log",
  4466. "miow",
  4467. "net2",
  4468. "slab",
  4469. "winapi 0.2.8",
  4470. ]
  4471. [[package]]
  4472. name = "mio"
  4473. version = "0.8.11"
  4474. source = "registry+https://github.com/rust-lang/crates.io-index"
  4475. checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
  4476. dependencies = [
  4477. "libc",
  4478. "log",
  4479. "wasi",
  4480. "windows-sys 0.48.0",
  4481. ]
  4482. [[package]]
  4483. name = "mio"
  4484. version = "1.0.1"
  4485. source = "registry+https://github.com/rust-lang/crates.io-index"
  4486. checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4"
  4487. dependencies = [
  4488. "hermit-abi 0.3.9",
  4489. "libc",
  4490. "wasi",
  4491. "windows-sys 0.52.0",
  4492. ]
  4493. [[package]]
  4494. name = "mio-extras"
  4495. version = "2.0.6"
  4496. source = "registry+https://github.com/rust-lang/crates.io-index"
  4497. checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
  4498. dependencies = [
  4499. "lazycell",
  4500. "log",
  4501. "mio 0.6.23",
  4502. "slab",
  4503. ]
  4504. [[package]]
  4505. name = "miow"
  4506. version = "0.2.2"
  4507. source = "registry+https://github.com/rust-lang/crates.io-index"
  4508. checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
  4509. dependencies = [
  4510. "kernel32-sys",
  4511. "net2",
  4512. "winapi 0.2.8",
  4513. "ws2_32-sys",
  4514. ]
  4515. [[package]]
  4516. name = "multiple-daemons-example-node"
  4517. version = "0.3.5"
  4518. dependencies = [
  4519. "dora-node-api",
  4520. "eyre",
  4521. "futures",
  4522. "rand",
  4523. "tokio",
  4524. ]
  4525. [[package]]
  4526. name = "multiple-daemons-example-operator"
  4527. version = "0.3.5"
  4528. dependencies = [
  4529. "dora-operator-api",
  4530. ]
  4531. [[package]]
  4532. name = "multiple-daemons-example-sink"
  4533. version = "0.3.5"
  4534. dependencies = [
  4535. "dora-node-api",
  4536. "eyre",
  4537. ]
  4538. [[package]]
  4539. name = "naga"
  4540. version = "0.19.2"
  4541. source = "registry+https://github.com/rust-lang/crates.io-index"
  4542. checksum = "50e3524642f53d9af419ab5e8dd29d3ba155708267667c2f3f06c88c9e130843"
  4543. dependencies = [
  4544. "bit-set",
  4545. "bitflags 2.6.0",
  4546. "codespan-reporting",
  4547. "hexf-parse",
  4548. "indexmap 2.2.6",
  4549. "log",
  4550. "num-traits",
  4551. "rustc-hash",
  4552. "spirv",
  4553. "termcolor",
  4554. "thiserror",
  4555. "unicode-xid",
  4556. ]
  4557. [[package]]
  4558. name = "names"
  4559. version = "0.14.0"
  4560. source = "registry+https://github.com/rust-lang/crates.io-index"
  4561. checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc"
  4562. dependencies = [
  4563. "clap 3.2.25",
  4564. "rand",
  4565. ]
  4566. [[package]]
  4567. name = "nanorand"
  4568. version = "0.7.0"
  4569. source = "registry+https://github.com/rust-lang/crates.io-index"
  4570. checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
  4571. dependencies = [
  4572. "getrandom",
  4573. ]
  4574. [[package]]
  4575. name = "natord"
  4576. version = "1.0.9"
  4577. source = "registry+https://github.com/rust-lang/crates.io-index"
  4578. checksum = "308d96db8debc727c3fd9744aac51751243420e46edf401010908da7f8d5e57c"
  4579. [[package]]
  4580. name = "ndarray"
  4581. version = "0.15.6"
  4582. source = "registry+https://github.com/rust-lang/crates.io-index"
  4583. checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32"
  4584. dependencies = [
  4585. "matrixmultiply",
  4586. "num-complex",
  4587. "num-integer",
  4588. "num-traits",
  4589. "rawpointer",
  4590. ]
  4591. [[package]]
  4592. name = "ndk"
  4593. version = "0.8.0"
  4594. source = "registry+https://github.com/rust-lang/crates.io-index"
  4595. checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
  4596. dependencies = [
  4597. "bitflags 2.6.0",
  4598. "jni-sys",
  4599. "log",
  4600. "ndk-sys",
  4601. "num_enum",
  4602. "raw-window-handle 0.6.2",
  4603. "thiserror",
  4604. ]
  4605. [[package]]
  4606. name = "ndk-context"
  4607. version = "0.1.1"
  4608. source = "registry+https://github.com/rust-lang/crates.io-index"
  4609. checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
  4610. [[package]]
  4611. name = "ndk-sys"
  4612. version = "0.5.0+25.2.9519653"
  4613. source = "registry+https://github.com/rust-lang/crates.io-index"
  4614. checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
  4615. dependencies = [
  4616. "jni-sys",
  4617. ]
  4618. [[package]]
  4619. name = "neli"
  4620. version = "0.6.4"
  4621. source = "registry+https://github.com/rust-lang/crates.io-index"
  4622. checksum = "1100229e06604150b3becd61a4965d5c70f3be1759544ea7274166f4be41ef43"
  4623. dependencies = [
  4624. "byteorder",
  4625. "libc",
  4626. "log",
  4627. "neli-proc-macros",
  4628. ]
  4629. [[package]]
  4630. name = "neli-proc-macros"
  4631. version = "0.1.3"
  4632. source = "registry+https://github.com/rust-lang/crates.io-index"
  4633. checksum = "c168194d373b1e134786274020dae7fc5513d565ea2ebb9bc9ff17ffb69106d4"
  4634. dependencies = [
  4635. "either",
  4636. "proc-macro2",
  4637. "quote",
  4638. "serde",
  4639. "syn 1.0.109",
  4640. ]
  4641. [[package]]
  4642. name = "net2"
  4643. version = "0.2.39"
  4644. source = "registry+https://github.com/rust-lang/crates.io-index"
  4645. checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac"
  4646. dependencies = [
  4647. "cfg-if 0.1.10",
  4648. "libc",
  4649. "winapi 0.3.9",
  4650. ]
  4651. [[package]]
  4652. name = "never"
  4653. version = "0.1.0"
  4654. source = "registry+https://github.com/rust-lang/crates.io-index"
  4655. checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
  4656. [[package]]
  4657. name = "newline-converter"
  4658. version = "0.2.2"
  4659. source = "registry+https://github.com/rust-lang/crates.io-index"
  4660. checksum = "1f71d09d5c87634207f894c6b31b6a2b2c64ea3bdcf71bd5599fdbbe1600c00f"
  4661. dependencies = [
  4662. "unicode-segmentation",
  4663. ]
  4664. [[package]]
  4665. name = "nix"
  4666. version = "0.23.2"
  4667. source = "registry+https://github.com/rust-lang/crates.io-index"
  4668. checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
  4669. dependencies = [
  4670. "bitflags 1.3.2",
  4671. "cc",
  4672. "cfg-if 1.0.0",
  4673. "libc",
  4674. "memoffset 0.6.5",
  4675. ]
  4676. [[package]]
  4677. name = "nix"
  4678. version = "0.26.4"
  4679. source = "registry+https://github.com/rust-lang/crates.io-index"
  4680. checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
  4681. dependencies = [
  4682. "bitflags 1.3.2",
  4683. "cfg-if 1.0.0",
  4684. "libc",
  4685. "memoffset 0.7.1",
  4686. "pin-utils",
  4687. ]
  4688. [[package]]
  4689. name = "nix"
  4690. version = "0.28.0"
  4691. source = "registry+https://github.com/rust-lang/crates.io-index"
  4692. checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
  4693. dependencies = [
  4694. "bitflags 2.6.0",
  4695. "cfg-if 1.0.0",
  4696. "cfg_aliases 0.1.1",
  4697. "libc",
  4698. ]
  4699. [[package]]
  4700. name = "no-std-net"
  4701. version = "0.6.0"
  4702. source = "registry+https://github.com/rust-lang/crates.io-index"
  4703. checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65"
  4704. [[package]]
  4705. name = "nohash-hasher"
  4706. version = "0.2.0"
  4707. source = "registry+https://github.com/rust-lang/crates.io-index"
  4708. checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
  4709. [[package]]
  4710. name = "nom"
  4711. version = "7.1.3"
  4712. source = "registry+https://github.com/rust-lang/crates.io-index"
  4713. checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
  4714. dependencies = [
  4715. "memchr",
  4716. "minimal-lexical",
  4717. ]
  4718. [[package]]
  4719. name = "notify"
  4720. version = "5.2.0"
  4721. source = "registry+https://github.com/rust-lang/crates.io-index"
  4722. checksum = "729f63e1ca555a43fe3efa4f3efdf4801c479da85b432242a7b726f353c88486"
  4723. dependencies = [
  4724. "bitflags 1.3.2",
  4725. "crossbeam-channel",
  4726. "filetime",
  4727. "fsevent-sys",
  4728. "inotify",
  4729. "kqueue",
  4730. "libc",
  4731. "mio 0.8.11",
  4732. "walkdir",
  4733. "windows-sys 0.45.0",
  4734. ]
  4735. [[package]]
  4736. name = "notify"
  4737. version = "6.1.1"
  4738. source = "registry+https://github.com/rust-lang/crates.io-index"
  4739. checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
  4740. dependencies = [
  4741. "bitflags 2.6.0",
  4742. "crossbeam-channel",
  4743. "filetime",
  4744. "fsevent-sys",
  4745. "inotify",
  4746. "kqueue",
  4747. "libc",
  4748. "log",
  4749. "mio 0.8.11",
  4750. "walkdir",
  4751. "windows-sys 0.48.0",
  4752. ]
  4753. [[package]]
  4754. name = "ntapi"
  4755. version = "0.4.1"
  4756. source = "registry+https://github.com/rust-lang/crates.io-index"
  4757. checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
  4758. dependencies = [
  4759. "winapi 0.3.9",
  4760. ]
  4761. [[package]]
  4762. name = "nu-ansi-term"
  4763. version = "0.46.0"
  4764. source = "registry+https://github.com/rust-lang/crates.io-index"
  4765. checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
  4766. dependencies = [
  4767. "overload",
  4768. "winapi 0.3.9",
  4769. ]
  4770. [[package]]
  4771. name = "nu-ansi-term"
  4772. version = "0.49.0"
  4773. source = "registry+https://github.com/rust-lang/crates.io-index"
  4774. checksum = "c073d3c1930d0751774acf49e66653acecb416c3a54c6ec095a9b11caddb5a68"
  4775. dependencies = [
  4776. "windows-sys 0.48.0",
  4777. ]
  4778. [[package]]
  4779. name = "num"
  4780. version = "0.4.3"
  4781. source = "registry+https://github.com/rust-lang/crates.io-index"
  4782. checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
  4783. dependencies = [
  4784. "num-bigint",
  4785. "num-complex",
  4786. "num-integer",
  4787. "num-iter",
  4788. "num-rational",
  4789. "num-traits",
  4790. ]
  4791. [[package]]
  4792. name = "num-bigint"
  4793. version = "0.4.5"
  4794. source = "registry+https://github.com/rust-lang/crates.io-index"
  4795. checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7"
  4796. dependencies = [
  4797. "num-integer",
  4798. "num-traits",
  4799. ]
  4800. [[package]]
  4801. name = "num-bigint-dig"
  4802. version = "0.8.4"
  4803. source = "registry+https://github.com/rust-lang/crates.io-index"
  4804. checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
  4805. dependencies = [
  4806. "byteorder",
  4807. "lazy_static",
  4808. "libm",
  4809. "num-integer",
  4810. "num-iter",
  4811. "num-traits",
  4812. "rand",
  4813. "smallvec",
  4814. "zeroize",
  4815. ]
  4816. [[package]]
  4817. name = "num-complex"
  4818. version = "0.4.6"
  4819. source = "registry+https://github.com/rust-lang/crates.io-index"
  4820. checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
  4821. dependencies = [
  4822. "num-traits",
  4823. ]
  4824. [[package]]
  4825. name = "num-conv"
  4826. version = "0.1.0"
  4827. source = "registry+https://github.com/rust-lang/crates.io-index"
  4828. checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
  4829. [[package]]
  4830. name = "num-derive"
  4831. version = "0.4.2"
  4832. source = "registry+https://github.com/rust-lang/crates.io-index"
  4833. checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
  4834. dependencies = [
  4835. "proc-macro2",
  4836. "quote",
  4837. "syn 2.0.68",
  4838. ]
  4839. [[package]]
  4840. name = "num-integer"
  4841. version = "0.1.46"
  4842. source = "registry+https://github.com/rust-lang/crates.io-index"
  4843. checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
  4844. dependencies = [
  4845. "num-traits",
  4846. ]
  4847. [[package]]
  4848. name = "num-iter"
  4849. version = "0.1.45"
  4850. source = "registry+https://github.com/rust-lang/crates.io-index"
  4851. checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
  4852. dependencies = [
  4853. "autocfg",
  4854. "num-integer",
  4855. "num-traits",
  4856. ]
  4857. [[package]]
  4858. name = "num-rational"
  4859. version = "0.4.2"
  4860. source = "registry+https://github.com/rust-lang/crates.io-index"
  4861. checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
  4862. dependencies = [
  4863. "num-bigint",
  4864. "num-integer",
  4865. "num-traits",
  4866. ]
  4867. [[package]]
  4868. name = "num-traits"
  4869. version = "0.2.19"
  4870. source = "registry+https://github.com/rust-lang/crates.io-index"
  4871. checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
  4872. dependencies = [
  4873. "autocfg",
  4874. "libm",
  4875. ]
  4876. [[package]]
  4877. name = "num_cpus"
  4878. version = "1.16.0"
  4879. source = "registry+https://github.com/rust-lang/crates.io-index"
  4880. checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
  4881. dependencies = [
  4882. "hermit-abi 0.3.9",
  4883. "libc",
  4884. ]
  4885. [[package]]
  4886. name = "num_enum"
  4887. version = "0.7.2"
  4888. source = "registry+https://github.com/rust-lang/crates.io-index"
  4889. checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845"
  4890. dependencies = [
  4891. "num_enum_derive",
  4892. ]
  4893. [[package]]
  4894. name = "num_enum_derive"
  4895. version = "0.7.2"
  4896. source = "registry+https://github.com/rust-lang/crates.io-index"
  4897. checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b"
  4898. dependencies = [
  4899. "proc-macro-crate 3.1.0",
  4900. "proc-macro2",
  4901. "quote",
  4902. "syn 2.0.68",
  4903. ]
  4904. [[package]]
  4905. name = "num_threads"
  4906. version = "0.1.7"
  4907. source = "registry+https://github.com/rust-lang/crates.io-index"
  4908. checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
  4909. dependencies = [
  4910. "libc",
  4911. ]
  4912. [[package]]
  4913. name = "nvml-wrapper"
  4914. version = "0.9.0"
  4915. source = "registry+https://github.com/rust-lang/crates.io-index"
  4916. checksum = "7cd21b9f5a1cce3c3515c9ffa85f5c7443e07162dae0ccf4339bb7ca38ad3454"
  4917. dependencies = [
  4918. "bitflags 1.3.2",
  4919. "libloading 0.7.4",
  4920. "nvml-wrapper-sys",
  4921. "static_assertions",
  4922. "thiserror",
  4923. "wrapcenum-derive",
  4924. ]
  4925. [[package]]
  4926. name = "nvml-wrapper-sys"
  4927. version = "0.7.0"
  4928. source = "registry+https://github.com/rust-lang/crates.io-index"
  4929. checksum = "c961a2ea9e91c59a69b78e69090f6f5b867bb46c0c56de9482da232437c4987e"
  4930. dependencies = [
  4931. "libloading 0.7.4",
  4932. ]
  4933. [[package]]
  4934. name = "objc"
  4935. version = "0.2.7"
  4936. source = "registry+https://github.com/rust-lang/crates.io-index"
  4937. checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
  4938. dependencies = [
  4939. "malloc_buf",
  4940. "objc_exception",
  4941. ]
  4942. [[package]]
  4943. name = "objc-foundation"
  4944. version = "0.1.1"
  4945. source = "registry+https://github.com/rust-lang/crates.io-index"
  4946. checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
  4947. dependencies = [
  4948. "block",
  4949. "objc",
  4950. "objc_id",
  4951. ]
  4952. [[package]]
  4953. name = "objc-sys"
  4954. version = "0.2.0-beta.2"
  4955. source = "registry+https://github.com/rust-lang/crates.io-index"
  4956. checksum = "df3b9834c1e95694a05a828b59f55fa2afec6288359cda67146126b3f90a55d7"
  4957. [[package]]
  4958. name = "objc-sys"
  4959. version = "0.3.5"
  4960. source = "registry+https://github.com/rust-lang/crates.io-index"
  4961. checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
  4962. [[package]]
  4963. name = "objc2"
  4964. version = "0.3.0-beta.3.patch-leaks.3"
  4965. source = "registry+https://github.com/rust-lang/crates.io-index"
  4966. checksum = "7e01640f9f2cb1220bbe80325e179e532cb3379ebcd1bf2279d703c19fe3a468"
  4967. dependencies = [
  4968. "block2 0.2.0-alpha.6",
  4969. "objc-sys 0.2.0-beta.2",
  4970. "objc2-encode 2.0.0-pre.2",
  4971. ]
  4972. [[package]]
  4973. name = "objc2"
  4974. version = "0.4.1"
  4975. source = "registry+https://github.com/rust-lang/crates.io-index"
  4976. checksum = "559c5a40fdd30eb5e344fbceacf7595a81e242529fb4e21cf5f43fb4f11ff98d"
  4977. dependencies = [
  4978. "objc-sys 0.3.5",
  4979. "objc2-encode 3.0.0",
  4980. ]
  4981. [[package]]
  4982. name = "objc2"
  4983. version = "0.5.2"
  4984. source = "registry+https://github.com/rust-lang/crates.io-index"
  4985. checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
  4986. dependencies = [
  4987. "objc-sys 0.3.5",
  4988. "objc2-encode 4.0.3",
  4989. ]
  4990. [[package]]
  4991. name = "objc2-app-kit"
  4992. version = "0.2.2"
  4993. source = "registry+https://github.com/rust-lang/crates.io-index"
  4994. checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
  4995. dependencies = [
  4996. "bitflags 2.6.0",
  4997. "block2 0.5.1",
  4998. "libc",
  4999. "objc2 0.5.2",
  5000. "objc2-core-data",
  5001. "objc2-core-image",
  5002. "objc2-foundation",
  5003. "objc2-quartz-core",
  5004. ]
  5005. [[package]]
  5006. name = "objc2-core-data"
  5007. version = "0.2.2"
  5008. source = "registry+https://github.com/rust-lang/crates.io-index"
  5009. checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
  5010. dependencies = [
  5011. "bitflags 2.6.0",
  5012. "block2 0.5.1",
  5013. "objc2 0.5.2",
  5014. "objc2-foundation",
  5015. ]
  5016. [[package]]
  5017. name = "objc2-core-image"
  5018. version = "0.2.2"
  5019. source = "registry+https://github.com/rust-lang/crates.io-index"
  5020. checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
  5021. dependencies = [
  5022. "block2 0.5.1",
  5023. "objc2 0.5.2",
  5024. "objc2-foundation",
  5025. "objc2-metal",
  5026. ]
  5027. [[package]]
  5028. name = "objc2-encode"
  5029. version = "2.0.0-pre.2"
  5030. source = "registry+https://github.com/rust-lang/crates.io-index"
  5031. checksum = "abfcac41015b00a120608fdaa6938c44cb983fee294351cc4bac7638b4e50512"
  5032. dependencies = [
  5033. "objc-sys 0.2.0-beta.2",
  5034. ]
  5035. [[package]]
  5036. name = "objc2-encode"
  5037. version = "3.0.0"
  5038. source = "registry+https://github.com/rust-lang/crates.io-index"
  5039. checksum = "d079845b37af429bfe5dfa76e6d087d788031045b25cfc6fd898486fd9847666"
  5040. [[package]]
  5041. name = "objc2-encode"
  5042. version = "4.0.3"
  5043. source = "registry+https://github.com/rust-lang/crates.io-index"
  5044. checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
  5045. [[package]]
  5046. name = "objc2-foundation"
  5047. version = "0.2.2"
  5048. source = "registry+https://github.com/rust-lang/crates.io-index"
  5049. checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
  5050. dependencies = [
  5051. "bitflags 2.6.0",
  5052. "block2 0.5.1",
  5053. "libc",
  5054. "objc2 0.5.2",
  5055. ]
  5056. [[package]]
  5057. name = "objc2-metal"
  5058. version = "0.2.2"
  5059. source = "registry+https://github.com/rust-lang/crates.io-index"
  5060. checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
  5061. dependencies = [
  5062. "bitflags 2.6.0",
  5063. "block2 0.5.1",
  5064. "objc2 0.5.2",
  5065. "objc2-foundation",
  5066. ]
  5067. [[package]]
  5068. name = "objc2-quartz-core"
  5069. version = "0.2.2"
  5070. source = "registry+https://github.com/rust-lang/crates.io-index"
  5071. checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
  5072. dependencies = [
  5073. "bitflags 2.6.0",
  5074. "block2 0.5.1",
  5075. "objc2 0.5.2",
  5076. "objc2-foundation",
  5077. "objc2-metal",
  5078. ]
  5079. [[package]]
  5080. name = "objc_exception"
  5081. version = "0.1.2"
  5082. source = "registry+https://github.com/rust-lang/crates.io-index"
  5083. checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
  5084. dependencies = [
  5085. "cc",
  5086. ]
  5087. [[package]]
  5088. name = "objc_id"
  5089. version = "0.1.1"
  5090. source = "registry+https://github.com/rust-lang/crates.io-index"
  5091. checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
  5092. dependencies = [
  5093. "objc",
  5094. ]
  5095. [[package]]
  5096. name = "object"
  5097. version = "0.36.0"
  5098. source = "registry+https://github.com/rust-lang/crates.io-index"
  5099. checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434"
  5100. dependencies = [
  5101. "memchr",
  5102. ]
  5103. [[package]]
  5104. name = "once_cell"
  5105. version = "1.19.0"
  5106. source = "registry+https://github.com/rust-lang/crates.io-index"
  5107. checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
  5108. [[package]]
  5109. name = "onig"
  5110. version = "6.4.0"
  5111. source = "registry+https://github.com/rust-lang/crates.io-index"
  5112. checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
  5113. dependencies = [
  5114. "bitflags 1.3.2",
  5115. "libc",
  5116. "once_cell",
  5117. "onig_sys",
  5118. ]
  5119. [[package]]
  5120. name = "onig_sys"
  5121. version = "69.8.1"
  5122. source = "registry+https://github.com/rust-lang/crates.io-index"
  5123. checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
  5124. dependencies = [
  5125. "cc",
  5126. "pkg-config",
  5127. ]
  5128. [[package]]
  5129. name = "openssl-probe"
  5130. version = "0.1.5"
  5131. source = "registry+https://github.com/rust-lang/crates.io-index"
  5132. checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
  5133. [[package]]
  5134. name = "opentelemetry"
  5135. version = "0.18.0"
  5136. source = "registry+https://github.com/rust-lang/crates.io-index"
  5137. checksum = "69d6c3d7288a106c0a363e4b0e8d308058d56902adefb16f4936f417ffef086e"
  5138. dependencies = [
  5139. "opentelemetry_api",
  5140. "opentelemetry_sdk 0.18.0",
  5141. ]
  5142. [[package]]
  5143. name = "opentelemetry"
  5144. version = "0.22.0"
  5145. source = "registry+https://github.com/rust-lang/crates.io-index"
  5146. checksum = "900d57987be3f2aeb70d385fff9b27fb74c5723cc9a52d904d4f9c807a0667bf"
  5147. dependencies = [
  5148. "futures-core",
  5149. "futures-sink",
  5150. "js-sys",
  5151. "once_cell",
  5152. "pin-project-lite",
  5153. "thiserror",
  5154. "urlencoding",
  5155. ]
  5156. [[package]]
  5157. name = "opentelemetry-jaeger"
  5158. version = "0.17.0"
  5159. source = "registry+https://github.com/rust-lang/crates.io-index"
  5160. checksum = "1e785d273968748578931e4dc3b4f5ec86b26e09d9e0d66b55adda7fce742f7a"
  5161. dependencies = [
  5162. "async-trait",
  5163. "futures",
  5164. "futures-executor",
  5165. "once_cell",
  5166. "opentelemetry 0.18.0",
  5167. "opentelemetry-semantic-conventions 0.10.0",
  5168. "thiserror",
  5169. "thrift 0.16.0",
  5170. "tokio",
  5171. ]
  5172. [[package]]
  5173. name = "opentelemetry-otlp"
  5174. version = "0.15.0"
  5175. source = "registry+https://github.com/rust-lang/crates.io-index"
  5176. checksum = "1a016b8d9495c639af2145ac22387dcb88e44118e45320d9238fbf4e7889abcb"
  5177. dependencies = [
  5178. "async-trait",
  5179. "futures-core",
  5180. "http 0.2.12",
  5181. "opentelemetry 0.22.0",
  5182. "opentelemetry-proto",
  5183. "opentelemetry-semantic-conventions 0.14.0",
  5184. "opentelemetry_sdk 0.22.1",
  5185. "prost",
  5186. "thiserror",
  5187. "tokio",
  5188. "tonic",
  5189. ]
  5190. [[package]]
  5191. name = "opentelemetry-proto"
  5192. version = "0.5.0"
  5193. source = "registry+https://github.com/rust-lang/crates.io-index"
  5194. checksum = "3a8fddc9b68f5b80dae9d6f510b88e02396f006ad48cac349411fbecc80caae4"
  5195. dependencies = [
  5196. "opentelemetry 0.22.0",
  5197. "opentelemetry_sdk 0.22.1",
  5198. "prost",
  5199. "tonic",
  5200. ]
  5201. [[package]]
  5202. name = "opentelemetry-semantic-conventions"
  5203. version = "0.10.0"
  5204. source = "registry+https://github.com/rust-lang/crates.io-index"
  5205. checksum = "9b02e0230abb0ab6636d18e2ba8fa02903ea63772281340ccac18e0af3ec9eeb"
  5206. dependencies = [
  5207. "opentelemetry 0.18.0",
  5208. ]
  5209. [[package]]
  5210. name = "opentelemetry-semantic-conventions"
  5211. version = "0.14.0"
  5212. source = "registry+https://github.com/rust-lang/crates.io-index"
  5213. checksum = "f9ab5bd6c42fb9349dcf28af2ba9a0667f697f9bdcca045d39f2cec5543e2910"
  5214. [[package]]
  5215. name = "opentelemetry-system-metrics"
  5216. version = "0.1.8"
  5217. source = "registry+https://github.com/rust-lang/crates.io-index"
  5218. checksum = "1dca748d4fe59e208f6c71bde86573d326f98ed29696d31dbf7d2454b8f1af2d"
  5219. dependencies = [
  5220. "eyre",
  5221. "indexmap 1.9.3",
  5222. "nvml-wrapper",
  5223. "opentelemetry 0.22.0",
  5224. "sysinfo 0.29.11",
  5225. "tracing",
  5226. ]
  5227. [[package]]
  5228. name = "opentelemetry_api"
  5229. version = "0.18.0"
  5230. source = "registry+https://github.com/rust-lang/crates.io-index"
  5231. checksum = "c24f96e21e7acc813c7a8394ee94978929db2bcc46cf6b5014fc612bf7760c22"
  5232. dependencies = [
  5233. "fnv",
  5234. "futures-channel",
  5235. "futures-util",
  5236. "indexmap 1.9.3",
  5237. "js-sys",
  5238. "once_cell",
  5239. "pin-project-lite",
  5240. "thiserror",
  5241. ]
  5242. [[package]]
  5243. name = "opentelemetry_sdk"
  5244. version = "0.18.0"
  5245. source = "registry+https://github.com/rust-lang/crates.io-index"
  5246. checksum = "1ca41c4933371b61c2a2f214bf16931499af4ec90543604ec828f7a625c09113"
  5247. dependencies = [
  5248. "async-trait",
  5249. "crossbeam-channel",
  5250. "dashmap",
  5251. "fnv",
  5252. "futures-channel",
  5253. "futures-executor",
  5254. "futures-util",
  5255. "once_cell",
  5256. "opentelemetry_api",
  5257. "percent-encoding",
  5258. "rand",
  5259. "thiserror",
  5260. "tokio",
  5261. "tokio-stream",
  5262. ]
  5263. [[package]]
  5264. name = "opentelemetry_sdk"
  5265. version = "0.22.1"
  5266. source = "registry+https://github.com/rust-lang/crates.io-index"
  5267. checksum = "9e90c7113be649e31e9a0f8b5ee24ed7a16923b322c3c5ab6367469c049d6b7e"
  5268. dependencies = [
  5269. "async-trait",
  5270. "crossbeam-channel",
  5271. "futures-channel",
  5272. "futures-executor",
  5273. "futures-util",
  5274. "glob",
  5275. "once_cell",
  5276. "opentelemetry 0.22.0",
  5277. "ordered-float 4.2.0",
  5278. "percent-encoding",
  5279. "rand",
  5280. "thiserror",
  5281. "tokio",
  5282. "tokio-stream",
  5283. ]
  5284. [[package]]
  5285. name = "option-ext"
  5286. version = "0.2.0"
  5287. source = "registry+https://github.com/rust-lang/crates.io-index"
  5288. checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
  5289. [[package]]
  5290. name = "orbclient"
  5291. version = "0.3.47"
  5292. source = "registry+https://github.com/rust-lang/crates.io-index"
  5293. checksum = "52f0d54bde9774d3a51dcf281a5def240c71996bc6ca05d2c847ec8b2b216166"
  5294. dependencies = [
  5295. "libredox 0.0.2",
  5296. ]
  5297. [[package]]
  5298. name = "ordered-float"
  5299. version = "1.1.1"
  5300. source = "registry+https://github.com/rust-lang/crates.io-index"
  5301. checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"
  5302. dependencies = [
  5303. "num-traits",
  5304. ]
  5305. [[package]]
  5306. name = "ordered-float"
  5307. version = "2.10.1"
  5308. source = "registry+https://github.com/rust-lang/crates.io-index"
  5309. checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
  5310. dependencies = [
  5311. "num-traits",
  5312. ]
  5313. [[package]]
  5314. name = "ordered-float"
  5315. version = "3.9.2"
  5316. source = "registry+https://github.com/rust-lang/crates.io-index"
  5317. checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
  5318. dependencies = [
  5319. "num-traits",
  5320. ]
  5321. [[package]]
  5322. name = "ordered-float"
  5323. version = "4.2.0"
  5324. source = "registry+https://github.com/rust-lang/crates.io-index"
  5325. checksum = "a76df7075c7d4d01fdcb46c912dd17fba5b60c78ea480b475f2b6ab6f666584e"
  5326. dependencies = [
  5327. "num-traits",
  5328. ]
  5329. [[package]]
  5330. name = "ordered-stream"
  5331. version = "0.2.0"
  5332. source = "registry+https://github.com/rust-lang/crates.io-index"
  5333. checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
  5334. dependencies = [
  5335. "futures-core",
  5336. "pin-project-lite",
  5337. ]
  5338. [[package]]
  5339. name = "os_str_bytes"
  5340. version = "6.6.1"
  5341. source = "registry+https://github.com/rust-lang/crates.io-index"
  5342. checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
  5343. [[package]]
  5344. name = "overload"
  5345. version = "0.1.1"
  5346. source = "registry+https://github.com/rust-lang/crates.io-index"
  5347. checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
  5348. [[package]]
  5349. name = "owned_ttf_parser"
  5350. version = "0.21.0"
  5351. source = "registry+https://github.com/rust-lang/crates.io-index"
  5352. checksum = "6b41438d2fc63c46c74a2203bf5ccd82c41ba04347b2fcf5754f230b167067d5"
  5353. dependencies = [
  5354. "ttf-parser",
  5355. ]
  5356. [[package]]
  5357. name = "parking"
  5358. version = "2.2.0"
  5359. source = "registry+https://github.com/rust-lang/crates.io-index"
  5360. checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
  5361. [[package]]
  5362. name = "parking_lot"
  5363. version = "0.12.3"
  5364. source = "registry+https://github.com/rust-lang/crates.io-index"
  5365. checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
  5366. dependencies = [
  5367. "lock_api",
  5368. "parking_lot_core",
  5369. ]
  5370. [[package]]
  5371. name = "parking_lot_core"
  5372. version = "0.9.10"
  5373. source = "registry+https://github.com/rust-lang/crates.io-index"
  5374. checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
  5375. dependencies = [
  5376. "cfg-if 1.0.0",
  5377. "libc",
  5378. "redox_syscall 0.5.2",
  5379. "smallvec",
  5380. "windows-targets 0.52.5",
  5381. ]
  5382. [[package]]
  5383. name = "parquet"
  5384. version = "52.2.0"
  5385. source = "registry+https://github.com/rust-lang/crates.io-index"
  5386. checksum = "e977b9066b4d3b03555c22bdc442f3fadebd96a39111249113087d0edb2691cd"
  5387. dependencies = [
  5388. "ahash",
  5389. "arrow-array",
  5390. "arrow-buffer",
  5391. "arrow-cast",
  5392. "arrow-data",
  5393. "arrow-ipc",
  5394. "arrow-schema",
  5395. "arrow-select",
  5396. "base64 0.22.1",
  5397. "brotli",
  5398. "bytes",
  5399. "chrono",
  5400. "flate2",
  5401. "futures",
  5402. "half",
  5403. "hashbrown 0.14.5",
  5404. "lz4_flex",
  5405. "num",
  5406. "num-bigint",
  5407. "paste",
  5408. "seq-macro",
  5409. "snap",
  5410. "thrift 0.17.0",
  5411. "tokio",
  5412. "twox-hash",
  5413. "zstd",
  5414. "zstd-sys",
  5415. ]
  5416. [[package]]
  5417. name = "paste"
  5418. version = "1.0.15"
  5419. source = "registry+https://github.com/rust-lang/crates.io-index"
  5420. checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
  5421. [[package]]
  5422. name = "path_abs"
  5423. version = "0.5.1"
  5424. source = "registry+https://github.com/rust-lang/crates.io-index"
  5425. checksum = "05ef02f6342ac01d8a93b65f96db53fe68a92a15f41144f97fb00a9e669633c3"
  5426. dependencies = [
  5427. "std_prelude",
  5428. ]
  5429. [[package]]
  5430. name = "pathdiff"
  5431. version = "0.2.1"
  5432. source = "registry+https://github.com/rust-lang/crates.io-index"
  5433. checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
  5434. [[package]]
  5435. name = "peg"
  5436. version = "0.6.3"
  5437. source = "registry+https://github.com/rust-lang/crates.io-index"
  5438. checksum = "9f76678828272f177ac33b7e2ac2e3e73cc6c1cd1e3e387928aa69562fa51367"
  5439. dependencies = [
  5440. "peg-macros",
  5441. "peg-runtime",
  5442. ]
  5443. [[package]]
  5444. name = "peg-macros"
  5445. version = "0.6.3"
  5446. source = "registry+https://github.com/rust-lang/crates.io-index"
  5447. checksum = "636d60acf97633e48d266d7415a9355d4389cea327a193f87df395d88cd2b14d"
  5448. dependencies = [
  5449. "peg-runtime",
  5450. "proc-macro2",
  5451. "quote",
  5452. ]
  5453. [[package]]
  5454. name = "peg-runtime"
  5455. version = "0.6.3"
  5456. source = "registry+https://github.com/rust-lang/crates.io-index"
  5457. checksum = "9555b1514d2d99d78150d3c799d4c357a3e2c2a8062cd108e93a06d9057629c5"
  5458. [[package]]
  5459. name = "pem-rfc7468"
  5460. version = "0.6.0"
  5461. source = "registry+https://github.com/rust-lang/crates.io-index"
  5462. checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac"
  5463. dependencies = [
  5464. "base64ct",
  5465. ]
  5466. [[package]]
  5467. name = "percent-encoding"
  5468. version = "2.3.1"
  5469. source = "registry+https://github.com/rust-lang/crates.io-index"
  5470. checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
  5471. [[package]]
  5472. name = "pest"
  5473. version = "2.7.10"
  5474. source = "registry+https://github.com/rust-lang/crates.io-index"
  5475. checksum = "560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8"
  5476. dependencies = [
  5477. "memchr",
  5478. "thiserror",
  5479. "ucd-trie",
  5480. ]
  5481. [[package]]
  5482. name = "pest_derive"
  5483. version = "2.7.10"
  5484. source = "registry+https://github.com/rust-lang/crates.io-index"
  5485. checksum = "26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459"
  5486. dependencies = [
  5487. "pest",
  5488. "pest_generator",
  5489. ]
  5490. [[package]]
  5491. name = "pest_generator"
  5492. version = "2.7.10"
  5493. source = "registry+https://github.com/rust-lang/crates.io-index"
  5494. checksum = "3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687"
  5495. dependencies = [
  5496. "pest",
  5497. "pest_meta",
  5498. "proc-macro2",
  5499. "quote",
  5500. "syn 2.0.68",
  5501. ]
  5502. [[package]]
  5503. name = "pest_meta"
  5504. version = "2.7.10"
  5505. source = "registry+https://github.com/rust-lang/crates.io-index"
  5506. checksum = "d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd"
  5507. dependencies = [
  5508. "once_cell",
  5509. "pest",
  5510. "sha2",
  5511. ]
  5512. [[package]]
  5513. name = "petgraph"
  5514. version = "0.6.5"
  5515. source = "registry+https://github.com/rust-lang/crates.io-index"
  5516. checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
  5517. dependencies = [
  5518. "fixedbitset",
  5519. "indexmap 2.2.6",
  5520. ]
  5521. [[package]]
  5522. name = "pin-project"
  5523. version = "1.1.5"
  5524. source = "registry+https://github.com/rust-lang/crates.io-index"
  5525. checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
  5526. dependencies = [
  5527. "pin-project-internal",
  5528. ]
  5529. [[package]]
  5530. name = "pin-project-internal"
  5531. version = "1.1.5"
  5532. source = "registry+https://github.com/rust-lang/crates.io-index"
  5533. checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
  5534. dependencies = [
  5535. "proc-macro2",
  5536. "quote",
  5537. "syn 2.0.68",
  5538. ]
  5539. [[package]]
  5540. name = "pin-project-lite"
  5541. version = "0.2.14"
  5542. source = "registry+https://github.com/rust-lang/crates.io-index"
  5543. checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
  5544. [[package]]
  5545. name = "pin-utils"
  5546. version = "0.1.0"
  5547. source = "registry+https://github.com/rust-lang/crates.io-index"
  5548. checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
  5549. [[package]]
  5550. name = "piper"
  5551. version = "0.2.3"
  5552. source = "registry+https://github.com/rust-lang/crates.io-index"
  5553. checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391"
  5554. dependencies = [
  5555. "atomic-waker",
  5556. "fastrand 2.1.0",
  5557. "futures-io",
  5558. ]
  5559. [[package]]
  5560. name = "pkcs1"
  5561. version = "0.4.1"
  5562. source = "registry+https://github.com/rust-lang/crates.io-index"
  5563. checksum = "eff33bdbdfc54cc98a2eca766ebdec3e1b8fb7387523d5c9c9a2891da856f719"
  5564. dependencies = [
  5565. "der",
  5566. "pkcs8",
  5567. "spki",
  5568. "zeroize",
  5569. ]
  5570. [[package]]
  5571. name = "pkcs8"
  5572. version = "0.9.0"
  5573. source = "registry+https://github.com/rust-lang/crates.io-index"
  5574. checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
  5575. dependencies = [
  5576. "der",
  5577. "spki",
  5578. ]
  5579. [[package]]
  5580. name = "pkg-config"
  5581. version = "0.3.30"
  5582. source = "registry+https://github.com/rust-lang/crates.io-index"
  5583. checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
  5584. [[package]]
  5585. name = "planus"
  5586. version = "0.3.1"
  5587. source = "registry+https://github.com/rust-lang/crates.io-index"
  5588. checksum = "fc1691dd09e82f428ce8d6310bd6d5da2557c82ff17694d2a32cad7242aea89f"
  5589. dependencies = [
  5590. "array-init-cursor",
  5591. ]
  5592. [[package]]
  5593. name = "plist"
  5594. version = "1.6.1"
  5595. source = "registry+https://github.com/rust-lang/crates.io-index"
  5596. checksum = "d9d34169e64b3c7a80c8621a48adaf44e0cf62c78a9b25dd9dd35f1881a17cf9"
  5597. dependencies = [
  5598. "base64 0.21.7",
  5599. "indexmap 2.2.6",
  5600. "line-wrap",
  5601. "quick-xml",
  5602. "serde",
  5603. "time",
  5604. ]
  5605. [[package]]
  5606. name = "ply-rs"
  5607. version = "0.1.3"
  5608. source = "registry+https://github.com/rust-lang/crates.io-index"
  5609. checksum = "dbadf9cb4a79d516de4c64806fe64ffbd8161d1ac685d000be789fb628b88963"
  5610. dependencies = [
  5611. "byteorder",
  5612. "linked-hash-map",
  5613. "peg",
  5614. "skeptic",
  5615. ]
  5616. [[package]]
  5617. name = "pnet"
  5618. version = "0.31.0"
  5619. source = "registry+https://github.com/rust-lang/crates.io-index"
  5620. checksum = "0caaf5b11fd907ff15cf14a4477bfabca4b37ab9e447a4f8dead969a59cdafad"
  5621. dependencies = [
  5622. "pnet_base",
  5623. "pnet_datalink",
  5624. "pnet_packet",
  5625. "pnet_transport",
  5626. ]
  5627. [[package]]
  5628. name = "pnet_base"
  5629. version = "0.31.0"
  5630. source = "registry+https://github.com/rust-lang/crates.io-index"
  5631. checksum = "f9d3a993d49e5fd5d4d854d6999d4addca1f72d86c65adf224a36757161c02b6"
  5632. dependencies = [
  5633. "no-std-net",
  5634. ]
  5635. [[package]]
  5636. name = "pnet_datalink"
  5637. version = "0.31.0"
  5638. source = "registry+https://github.com/rust-lang/crates.io-index"
  5639. checksum = "e466faf03a98ad27f6e15cd27a2b7cc89e73e640a43527742977bc503c37f8aa"
  5640. dependencies = [
  5641. "ipnetwork",
  5642. "libc",
  5643. "pnet_base",
  5644. "pnet_sys",
  5645. "winapi 0.3.9",
  5646. ]
  5647. [[package]]
  5648. name = "pnet_macros"
  5649. version = "0.31.0"
  5650. source = "registry+https://github.com/rust-lang/crates.io-index"
  5651. checksum = "48dd52a5211fac27e7acb14cfc9f30ae16ae0e956b7b779c8214c74559cef4c3"
  5652. dependencies = [
  5653. "proc-macro2",
  5654. "quote",
  5655. "regex",
  5656. "syn 1.0.109",
  5657. ]
  5658. [[package]]
  5659. name = "pnet_macros_support"
  5660. version = "0.31.0"
  5661. source = "registry+https://github.com/rust-lang/crates.io-index"
  5662. checksum = "89de095dc7739349559913aed1ef6a11e73ceade4897dadc77c5e09de6740750"
  5663. dependencies = [
  5664. "pnet_base",
  5665. ]
  5666. [[package]]
  5667. name = "pnet_packet"
  5668. version = "0.31.0"
  5669. source = "registry+https://github.com/rust-lang/crates.io-index"
  5670. checksum = "bc3b5111e697c39c8b9795b9fdccbc301ab696699e88b9ea5a4e4628978f495f"
  5671. dependencies = [
  5672. "glob",
  5673. "pnet_base",
  5674. "pnet_macros",
  5675. "pnet_macros_support",
  5676. ]
  5677. [[package]]
  5678. name = "pnet_sys"
  5679. version = "0.31.0"
  5680. source = "registry+https://github.com/rust-lang/crates.io-index"
  5681. checksum = "328e231f0add6d247d82421bf3790b4b33b39c8930637f428eef24c4c6a90805"
  5682. dependencies = [
  5683. "libc",
  5684. "winapi 0.3.9",
  5685. ]
  5686. [[package]]
  5687. name = "pnet_transport"
  5688. version = "0.31.0"
  5689. source = "registry+https://github.com/rust-lang/crates.io-index"
  5690. checksum = "ff597185e6f1f5671b3122e4dba892a1c73e17c17e723d7669bd9299cbe7f124"
  5691. dependencies = [
  5692. "libc",
  5693. "pnet_base",
  5694. "pnet_packet",
  5695. "pnet_sys",
  5696. ]
  5697. [[package]]
  5698. name = "png"
  5699. version = "0.17.13"
  5700. source = "registry+https://github.com/rust-lang/crates.io-index"
  5701. checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
  5702. dependencies = [
  5703. "bitflags 1.3.2",
  5704. "crc32fast",
  5705. "fdeflate",
  5706. "flate2",
  5707. "miniz_oxide",
  5708. ]
  5709. [[package]]
  5710. name = "poll-promise"
  5711. version = "0.3.0"
  5712. source = "registry+https://github.com/rust-lang/crates.io-index"
  5713. checksum = "5f6a58fecbf9da8965bcdb20ce4fd29788d1acee68ddbb64f0ba1b81bccdb7df"
  5714. dependencies = [
  5715. "document-features",
  5716. "static_assertions",
  5717. "wasm-bindgen",
  5718. "wasm-bindgen-futures",
  5719. ]
  5720. [[package]]
  5721. name = "polling"
  5722. version = "2.8.0"
  5723. source = "registry+https://github.com/rust-lang/crates.io-index"
  5724. checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
  5725. dependencies = [
  5726. "autocfg",
  5727. "bitflags 1.3.2",
  5728. "cfg-if 1.0.0",
  5729. "concurrent-queue",
  5730. "libc",
  5731. "log",
  5732. "pin-project-lite",
  5733. "windows-sys 0.48.0",
  5734. ]
  5735. [[package]]
  5736. name = "polling"
  5737. version = "3.7.2"
  5738. source = "registry+https://github.com/rust-lang/crates.io-index"
  5739. checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b"
  5740. dependencies = [
  5741. "cfg-if 1.0.0",
  5742. "concurrent-queue",
  5743. "hermit-abi 0.4.0",
  5744. "pin-project-lite",
  5745. "rustix 0.38.34",
  5746. "tracing",
  5747. "windows-sys 0.52.0",
  5748. ]
  5749. [[package]]
  5750. name = "pollster"
  5751. version = "0.3.0"
  5752. source = "registry+https://github.com/rust-lang/crates.io-index"
  5753. checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2"
  5754. [[package]]
  5755. name = "portable-atomic"
  5756. version = "1.6.0"
  5757. source = "registry+https://github.com/rust-lang/crates.io-index"
  5758. checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
  5759. [[package]]
  5760. name = "powerfmt"
  5761. version = "0.2.0"
  5762. source = "registry+https://github.com/rust-lang/crates.io-index"
  5763. checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
  5764. [[package]]
  5765. name = "ppv-lite86"
  5766. version = "0.2.17"
  5767. source = "registry+https://github.com/rust-lang/crates.io-index"
  5768. checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
  5769. [[package]]
  5770. name = "presser"
  5771. version = "0.3.1"
  5772. source = "registry+https://github.com/rust-lang/crates.io-index"
  5773. checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
  5774. [[package]]
  5775. name = "prettyplease"
  5776. version = "0.1.25"
  5777. source = "registry+https://github.com/rust-lang/crates.io-index"
  5778. checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
  5779. dependencies = [
  5780. "proc-macro2",
  5781. "syn 1.0.109",
  5782. ]
  5783. [[package]]
  5784. name = "prettyplease"
  5785. version = "0.2.20"
  5786. source = "registry+https://github.com/rust-lang/crates.io-index"
  5787. checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
  5788. dependencies = [
  5789. "proc-macro2",
  5790. "syn 2.0.68",
  5791. ]
  5792. [[package]]
  5793. name = "proc-macro-crate"
  5794. version = "1.3.1"
  5795. source = "registry+https://github.com/rust-lang/crates.io-index"
  5796. checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
  5797. dependencies = [
  5798. "once_cell",
  5799. "toml_edit 0.19.15",
  5800. ]
  5801. [[package]]
  5802. name = "proc-macro-crate"
  5803. version = "3.1.0"
  5804. source = "registry+https://github.com/rust-lang/crates.io-index"
  5805. checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
  5806. dependencies = [
  5807. "toml_edit 0.21.1",
  5808. ]
  5809. [[package]]
  5810. name = "proc-macro-error"
  5811. version = "1.0.4"
  5812. source = "registry+https://github.com/rust-lang/crates.io-index"
  5813. checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
  5814. dependencies = [
  5815. "proc-macro-error-attr",
  5816. "proc-macro2",
  5817. "quote",
  5818. "syn 1.0.109",
  5819. "version_check",
  5820. ]
  5821. [[package]]
  5822. name = "proc-macro-error-attr"
  5823. version = "1.0.4"
  5824. source = "registry+https://github.com/rust-lang/crates.io-index"
  5825. checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
  5826. dependencies = [
  5827. "proc-macro2",
  5828. "quote",
  5829. "version_check",
  5830. ]
  5831. [[package]]
  5832. name = "proc-macro2"
  5833. version = "1.0.86"
  5834. source = "registry+https://github.com/rust-lang/crates.io-index"
  5835. checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
  5836. dependencies = [
  5837. "unicode-ident",
  5838. ]
  5839. [[package]]
  5840. name = "profiling"
  5841. version = "1.0.15"
  5842. source = "registry+https://github.com/rust-lang/crates.io-index"
  5843. checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
  5844. dependencies = [
  5845. "profiling-procmacros",
  5846. "puffin",
  5847. ]
  5848. [[package]]
  5849. name = "profiling-procmacros"
  5850. version = "1.0.15"
  5851. source = "registry+https://github.com/rust-lang/crates.io-index"
  5852. checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
  5853. dependencies = [
  5854. "quote",
  5855. "syn 2.0.68",
  5856. ]
  5857. [[package]]
  5858. name = "prost"
  5859. version = "0.12.6"
  5860. source = "registry+https://github.com/rust-lang/crates.io-index"
  5861. checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
  5862. dependencies = [
  5863. "bytes",
  5864. "prost-derive",
  5865. ]
  5866. [[package]]
  5867. name = "prost-derive"
  5868. version = "0.12.6"
  5869. source = "registry+https://github.com/rust-lang/crates.io-index"
  5870. checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
  5871. dependencies = [
  5872. "anyhow",
  5873. "itertools 0.12.1",
  5874. "proc-macro2",
  5875. "quote",
  5876. "syn 2.0.68",
  5877. ]
  5878. [[package]]
  5879. name = "puffin"
  5880. version = "0.19.0"
  5881. source = "registry+https://github.com/rust-lang/crates.io-index"
  5882. checksum = "b9f76ad4bb049fded4e572df72cbb6381ff5d1f41f85c3a04b56e4eca287a02f"
  5883. dependencies = [
  5884. "anyhow",
  5885. "bincode",
  5886. "byteorder",
  5887. "cfg-if 1.0.0",
  5888. "lz4_flex",
  5889. "once_cell",
  5890. "parking_lot",
  5891. "serde",
  5892. ]
  5893. [[package]]
  5894. name = "puffin_http"
  5895. version = "0.16.0"
  5896. source = "registry+https://github.com/rust-lang/crates.io-index"
  5897. checksum = "4936c085e48efc86f6d96609dc5086d1d236afe3ec4676f09b157a4f4be83ff6"
  5898. dependencies = [
  5899. "anyhow",
  5900. "crossbeam-channel",
  5901. "log",
  5902. "parking_lot",
  5903. "puffin",
  5904. ]
  5905. [[package]]
  5906. name = "pulldown-cmark"
  5907. version = "0.9.6"
  5908. source = "registry+https://github.com/rust-lang/crates.io-index"
  5909. checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b"
  5910. dependencies = [
  5911. "bitflags 2.6.0",
  5912. "memchr",
  5913. "unicase",
  5914. ]
  5915. [[package]]
  5916. name = "pulldown-cmark"
  5917. version = "0.10.3"
  5918. source = "registry+https://github.com/rust-lang/crates.io-index"
  5919. checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
  5920. dependencies = [
  5921. "bitflags 2.6.0",
  5922. "memchr",
  5923. "unicase",
  5924. ]
  5925. [[package]]
  5926. name = "pyo3"
  5927. version = "0.21.2"
  5928. source = "registry+https://github.com/rust-lang/crates.io-index"
  5929. checksum = "a5e00b96a521718e08e03b1a622f01c8a8deb50719335de3f60b3b3950f069d8"
  5930. dependencies = [
  5931. "cfg-if 1.0.0",
  5932. "eyre",
  5933. "indoc",
  5934. "inventory",
  5935. "libc",
  5936. "memoffset 0.9.1",
  5937. "parking_lot",
  5938. "portable-atomic",
  5939. "pyo3-build-config",
  5940. "pyo3-ffi",
  5941. "pyo3-macros",
  5942. "serde",
  5943. "unindent",
  5944. ]
  5945. [[package]]
  5946. name = "pyo3-build-config"
  5947. version = "0.21.2"
  5948. source = "registry+https://github.com/rust-lang/crates.io-index"
  5949. checksum = "7883df5835fafdad87c0d888b266c8ec0f4c9ca48a5bed6bbb592e8dedee1b50"
  5950. dependencies = [
  5951. "once_cell",
  5952. "target-lexicon",
  5953. ]
  5954. [[package]]
  5955. name = "pyo3-ffi"
  5956. version = "0.21.2"
  5957. source = "registry+https://github.com/rust-lang/crates.io-index"
  5958. checksum = "01be5843dc60b916ab4dad1dca6d20b9b4e6ddc8e15f50c47fe6d85f1fb97403"
  5959. dependencies = [
  5960. "libc",
  5961. "pyo3-build-config",
  5962. ]
  5963. [[package]]
  5964. name = "pyo3-macros"
  5965. version = "0.21.2"
  5966. source = "registry+https://github.com/rust-lang/crates.io-index"
  5967. checksum = "77b34069fc0682e11b31dbd10321cbf94808394c56fd996796ce45217dfac53c"
  5968. dependencies = [
  5969. "proc-macro2",
  5970. "pyo3-macros-backend",
  5971. "quote",
  5972. "syn 2.0.68",
  5973. ]
  5974. [[package]]
  5975. name = "pyo3-macros-backend"
  5976. version = "0.21.2"
  5977. source = "registry+https://github.com/rust-lang/crates.io-index"
  5978. checksum = "08260721f32db5e1a5beae69a55553f56b99bd0e1c3e6e0a5e8851a9d0f5a85c"
  5979. dependencies = [
  5980. "heck 0.4.1",
  5981. "proc-macro2",
  5982. "pyo3-build-config",
  5983. "quote",
  5984. "syn 2.0.68",
  5985. ]
  5986. [[package]]
  5987. name = "pyo3_special_method_derive"
  5988. version = "0.3.1"
  5989. source = "registry+https://github.com/rust-lang/crates.io-index"
  5990. checksum = "ec0907c3891814e36e0ba29bc61faf5c302faceeb131e394735a2f1d2dd6dea1"
  5991. dependencies = [
  5992. "proc-macro2",
  5993. "pyo3",
  5994. "pyo3_special_method_derive_lib",
  5995. "quote",
  5996. "quote_into",
  5997. "syn 2.0.68",
  5998. ]
  5999. [[package]]
  6000. name = "pyo3_special_method_derive_lib"
  6001. version = "0.3.1"
  6002. source = "registry+https://github.com/rust-lang/crates.io-index"
  6003. checksum = "f4010ed27144ed68fe802f642cc80858cf95b9e76f5537db8bdc0e18bad87b65"
  6004. [[package]]
  6005. name = "pythonize"
  6006. version = "0.21.1"
  6007. source = "registry+https://github.com/rust-lang/crates.io-index"
  6008. checksum = "9d0664248812c38cc55a4ed07f88e4df516ce82604b93b1ffdc041aa77a6cb3c"
  6009. dependencies = [
  6010. "pyo3",
  6011. "serde",
  6012. ]
  6013. [[package]]
  6014. name = "quick-xml"
  6015. version = "0.31.0"
  6016. source = "registry+https://github.com/rust-lang/crates.io-index"
  6017. checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
  6018. dependencies = [
  6019. "memchr",
  6020. ]
  6021. [[package]]
  6022. name = "quinn"
  6023. version = "0.9.4"
  6024. source = "registry+https://github.com/rust-lang/crates.io-index"
  6025. checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e"
  6026. dependencies = [
  6027. "bytes",
  6028. "pin-project-lite",
  6029. "quinn-proto 0.9.6",
  6030. "quinn-udp 0.3.2",
  6031. "rustc-hash",
  6032. "rustls 0.20.9",
  6033. "thiserror",
  6034. "tokio",
  6035. "tracing",
  6036. "webpki",
  6037. ]
  6038. [[package]]
  6039. name = "quinn"
  6040. version = "0.11.2"
  6041. source = "registry+https://github.com/rust-lang/crates.io-index"
  6042. checksum = "e4ceeeeabace7857413798eb1ffa1e9c905a9946a57d81fb69b4b71c4d8eb3ad"
  6043. dependencies = [
  6044. "bytes",
  6045. "pin-project-lite",
  6046. "quinn-proto 0.11.3",
  6047. "quinn-udp 0.5.2",
  6048. "rustc-hash",
  6049. "rustls 0.23.10",
  6050. "thiserror",
  6051. "tokio",
  6052. "tracing",
  6053. ]
  6054. [[package]]
  6055. name = "quinn-proto"
  6056. version = "0.9.6"
  6057. source = "registry+https://github.com/rust-lang/crates.io-index"
  6058. checksum = "94b0b33c13a79f669c85defaf4c275dc86a0c0372807d0ca3d78e0bb87274863"
  6059. dependencies = [
  6060. "bytes",
  6061. "rand",
  6062. "ring 0.16.20",
  6063. "rustc-hash",
  6064. "rustls 0.20.9",
  6065. "rustls-native-certs",
  6066. "slab",
  6067. "thiserror",
  6068. "tinyvec",
  6069. "tracing",
  6070. "webpki",
  6071. ]
  6072. [[package]]
  6073. name = "quinn-proto"
  6074. version = "0.11.3"
  6075. source = "registry+https://github.com/rust-lang/crates.io-index"
  6076. checksum = "ddf517c03a109db8100448a4be38d498df8a210a99fe0e1b9eaf39e78c640efe"
  6077. dependencies = [
  6078. "bytes",
  6079. "rand",
  6080. "ring 0.17.8",
  6081. "rustc-hash",
  6082. "rustls 0.23.10",
  6083. "slab",
  6084. "thiserror",
  6085. "tinyvec",
  6086. "tracing",
  6087. ]
  6088. [[package]]
  6089. name = "quinn-udp"
  6090. version = "0.3.2"
  6091. source = "registry+https://github.com/rust-lang/crates.io-index"
  6092. checksum = "641538578b21f5e5c8ea733b736895576d0fe329bb883b937db6f4d163dbaaf4"
  6093. dependencies = [
  6094. "libc",
  6095. "quinn-proto 0.9.6",
  6096. "socket2 0.4.10",
  6097. "tracing",
  6098. "windows-sys 0.42.0",
  6099. ]
  6100. [[package]]
  6101. name = "quinn-udp"
  6102. version = "0.5.2"
  6103. source = "registry+https://github.com/rust-lang/crates.io-index"
  6104. checksum = "9096629c45860fc7fb143e125eb826b5e721e10be3263160c7d60ca832cf8c46"
  6105. dependencies = [
  6106. "libc",
  6107. "once_cell",
  6108. "socket2 0.5.7",
  6109. "tracing",
  6110. "windows-sys 0.52.0",
  6111. ]
  6112. [[package]]
  6113. name = "quote"
  6114. version = "1.0.36"
  6115. source = "registry+https://github.com/rust-lang/crates.io-index"
  6116. checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
  6117. dependencies = [
  6118. "proc-macro2",
  6119. ]
  6120. [[package]]
  6121. name = "quote_into"
  6122. version = "0.2.0"
  6123. source = "registry+https://github.com/rust-lang/crates.io-index"
  6124. checksum = "93886ed56f228a5d960fc4d26afa3736df12a251872869cf24f5efe5f07699b9"
  6125. dependencies = [
  6126. "proc-macro2",
  6127. "quote",
  6128. "quote_into_macro",
  6129. ]
  6130. [[package]]
  6131. name = "quote_into_macro"
  6132. version = "0.2.0"
  6133. source = "registry+https://github.com/rust-lang/crates.io-index"
  6134. checksum = "36b828998c40452b5afe441c75194e93181432e669585f4ceb7b0d32a3f73525"
  6135. dependencies = [
  6136. "proc-macro2",
  6137. "quote",
  6138. "syn 1.0.109",
  6139. ]
  6140. [[package]]
  6141. name = "radium"
  6142. version = "0.7.0"
  6143. source = "registry+https://github.com/rust-lang/crates.io-index"
  6144. checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
  6145. [[package]]
  6146. name = "rand"
  6147. version = "0.8.5"
  6148. source = "registry+https://github.com/rust-lang/crates.io-index"
  6149. checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
  6150. dependencies = [
  6151. "libc",
  6152. "rand_chacha",
  6153. "rand_core",
  6154. ]
  6155. [[package]]
  6156. name = "rand_chacha"
  6157. version = "0.3.1"
  6158. source = "registry+https://github.com/rust-lang/crates.io-index"
  6159. checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
  6160. dependencies = [
  6161. "ppv-lite86",
  6162. "rand_core",
  6163. ]
  6164. [[package]]
  6165. name = "rand_core"
  6166. version = "0.6.4"
  6167. source = "registry+https://github.com/rust-lang/crates.io-index"
  6168. checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
  6169. dependencies = [
  6170. "getrandom",
  6171. ]
  6172. [[package]]
  6173. name = "raw-window-handle"
  6174. version = "0.5.2"
  6175. source = "registry+https://github.com/rust-lang/crates.io-index"
  6176. checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
  6177. [[package]]
  6178. name = "raw-window-handle"
  6179. version = "0.6.2"
  6180. source = "registry+https://github.com/rust-lang/crates.io-index"
  6181. checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
  6182. [[package]]
  6183. name = "raw_sync_2"
  6184. version = "0.1.5"
  6185. source = "registry+https://github.com/rust-lang/crates.io-index"
  6186. checksum = "f067b45fa17e31d15636789c2638bd562da5496d498876cf0495df78f7e4fdcb"
  6187. dependencies = [
  6188. "cfg-if 1.0.0",
  6189. "libc",
  6190. "nix 0.23.2",
  6191. "rand",
  6192. "winapi 0.3.9",
  6193. ]
  6194. [[package]]
  6195. name = "rawpointer"
  6196. version = "0.2.1"
  6197. source = "registry+https://github.com/rust-lang/crates.io-index"
  6198. checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
  6199. [[package]]
  6200. name = "rayon"
  6201. version = "1.10.0"
  6202. source = "registry+https://github.com/rust-lang/crates.io-index"
  6203. checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
  6204. dependencies = [
  6205. "either",
  6206. "rayon-core",
  6207. ]
  6208. [[package]]
  6209. name = "rayon-core"
  6210. version = "1.12.1"
  6211. source = "registry+https://github.com/rust-lang/crates.io-index"
  6212. checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
  6213. dependencies = [
  6214. "crossbeam-deque",
  6215. "crossbeam-utils",
  6216. ]
  6217. [[package]]
  6218. name = "re_analytics"
  6219. version = "0.15.1"
  6220. source = "registry+https://github.com/rust-lang/crates.io-index"
  6221. checksum = "28ed083fc621e7e7d9b9a17dbb4986a5329a05ac1ff52692e77826820eac4de9"
  6222. dependencies = [
  6223. "crossbeam",
  6224. "directories-next",
  6225. "ehttp",
  6226. "re_build_info",
  6227. "re_build_tools",
  6228. "re_log",
  6229. "serde",
  6230. "serde_json",
  6231. "sha2",
  6232. "thiserror",
  6233. "time",
  6234. "uuid",
  6235. "web-sys",
  6236. ]
  6237. [[package]]
  6238. name = "re_arrow2"
  6239. version = "0.17.4"
  6240. source = "registry+https://github.com/rust-lang/crates.io-index"
  6241. checksum = "c1285f33f03e2faf9f77b06c19f32f8c54792a4cbb19df762b9ea70b79e0773d"
  6242. dependencies = [
  6243. "ahash",
  6244. "arrow-format",
  6245. "bytemuck",
  6246. "chrono",
  6247. "comfy-table",
  6248. "dyn-clone",
  6249. "either",
  6250. "ethnum",
  6251. "foreign_vec",
  6252. "getrandom",
  6253. "hash_hasher",
  6254. "hashbrown 0.14.5",
  6255. "num-traits",
  6256. "rustc_version",
  6257. "simdutf8",
  6258. ]
  6259. [[package]]
  6260. name = "re_build_info"
  6261. version = "0.15.1"
  6262. source = "registry+https://github.com/rust-lang/crates.io-index"
  6263. checksum = "147f2e79d9d8ef833666413adbc795403e250cfd8f29f41ede198a5a4dde8612"
  6264. [[package]]
  6265. name = "re_build_tools"
  6266. version = "0.15.1"
  6267. source = "registry+https://github.com/rust-lang/crates.io-index"
  6268. checksum = "88dd6c26a72f68dd437dcbb462dc4fd5b6ab439f41f2dce2a12b95300266f725"
  6269. dependencies = [
  6270. "anyhow",
  6271. "cargo_metadata 0.18.1",
  6272. "glob",
  6273. "sha2",
  6274. "time",
  6275. "unindent",
  6276. "walkdir",
  6277. ]
  6278. [[package]]
  6279. name = "re_crash_handler"
  6280. version = "0.15.1"
  6281. source = "registry+https://github.com/rust-lang/crates.io-index"
  6282. checksum = "3feb098f6d9840f771f00b9c753f45eaa39687c5eac23549dbfe878a62c7d53d"
  6283. dependencies = [
  6284. "backtrace",
  6285. "itertools 0.12.1",
  6286. "libc",
  6287. "parking_lot",
  6288. "re_analytics",
  6289. "re_build_info",
  6290. ]
  6291. [[package]]
  6292. name = "re_data_source"
  6293. version = "0.15.1"
  6294. source = "registry+https://github.com/rust-lang/crates.io-index"
  6295. checksum = "aa09ab2bd8dfb4d3a0c9541adf1ddf1eb880812a8d2e24875533bfce644db469"
  6296. dependencies = [
  6297. "ahash",
  6298. "anyhow",
  6299. "image 0.24.9",
  6300. "itertools 0.12.1",
  6301. "once_cell",
  6302. "parking_lot",
  6303. "rayon",
  6304. "re_build_tools",
  6305. "re_log",
  6306. "re_log_encoding",
  6307. "re_log_types",
  6308. "re_smart_channel",
  6309. "re_tracing",
  6310. "re_types",
  6311. "re_ws_comms",
  6312. "thiserror",
  6313. "walkdir",
  6314. ]
  6315. [[package]]
  6316. name = "re_data_store"
  6317. version = "0.15.1"
  6318. source = "registry+https://github.com/rust-lang/crates.io-index"
  6319. checksum = "8faaee8c6f3c9aedf3b1b6c22050661861e41a8840f664d7685f6875667c9ba0"
  6320. dependencies = [
  6321. "ahash",
  6322. "document-features",
  6323. "indent",
  6324. "itertools 0.12.1",
  6325. "nohash-hasher",
  6326. "once_cell",
  6327. "parking_lot",
  6328. "re_arrow2",
  6329. "re_error",
  6330. "re_format",
  6331. "re_log",
  6332. "re_log_types",
  6333. "re_tracing",
  6334. "re_types_core",
  6335. "smallvec",
  6336. "thiserror",
  6337. "web-time",
  6338. ]
  6339. [[package]]
  6340. name = "re_data_ui"
  6341. version = "0.15.1"
  6342. source = "registry+https://github.com/rust-lang/crates.io-index"
  6343. checksum = "2fde87a2c87ca648bdcce352cf086f7536679c53a7583f2d27c299363fbaf231"
  6344. dependencies = [
  6345. "ahash",
  6346. "anyhow",
  6347. "bytemuck",
  6348. "egui",
  6349. "egui_extras",
  6350. "egui_plot",
  6351. "image 0.24.9",
  6352. "itertools 0.12.1",
  6353. "re_data_store",
  6354. "re_entity_db",
  6355. "re_error",
  6356. "re_format",
  6357. "re_log",
  6358. "re_log_types",
  6359. "re_query",
  6360. "re_renderer",
  6361. "re_smart_channel",
  6362. "re_tracing",
  6363. "re_types",
  6364. "re_types_core",
  6365. "re_ui",
  6366. "re_viewer_context",
  6367. "rfd",
  6368. ]
  6369. [[package]]
  6370. name = "re_entity_db"
  6371. version = "0.15.1"
  6372. source = "registry+https://github.com/rust-lang/crates.io-index"
  6373. checksum = "14f8d79b407fc1068f92994bcbf8681f1f6087547bf72ef6491f824a6965a0b2"
  6374. dependencies = [
  6375. "ahash",
  6376. "document-features",
  6377. "emath",
  6378. "getrandom",
  6379. "itertools 0.12.1",
  6380. "nohash-hasher",
  6381. "parking_lot",
  6382. "re_data_store",
  6383. "re_format",
  6384. "re_int_histogram",
  6385. "re_log",
  6386. "re_log_encoding",
  6387. "re_log_types",
  6388. "re_query",
  6389. "re_query_cache",
  6390. "re_smart_channel",
  6391. "re_tracing",
  6392. "re_types_core",
  6393. "rmp-serde",
  6394. "serde",
  6395. "thiserror",
  6396. "web-time",
  6397. ]
  6398. [[package]]
  6399. name = "re_error"
  6400. version = "0.15.1"
  6401. source = "registry+https://github.com/rust-lang/crates.io-index"
  6402. checksum = "8a561ff5a4cdf5bc37c03f62fd78f618326c4cb0b10d2d7a062b33490bf9d630"
  6403. [[package]]
  6404. name = "re_format"
  6405. version = "0.15.1"
  6406. source = "registry+https://github.com/rust-lang/crates.io-index"
  6407. checksum = "4405cf9203a791ff5e23bcbd54718635f9ec2323d48ea7d2c312adb6af756ca4"
  6408. dependencies = [
  6409. "comfy-table",
  6410. "num-traits",
  6411. "re_arrow2",
  6412. "re_tuid",
  6413. "re_types_core",
  6414. ]
  6415. [[package]]
  6416. name = "re_int_histogram"
  6417. version = "0.15.1"
  6418. source = "registry+https://github.com/rust-lang/crates.io-index"
  6419. checksum = "d422a395b4c0e0aed3acaca56a2b5681fc0a89d2a0d58323c2b940ae5944ac2f"
  6420. dependencies = [
  6421. "smallvec",
  6422. "static_assertions",
  6423. ]
  6424. [[package]]
  6425. name = "re_log"
  6426. version = "0.15.1"
  6427. source = "registry+https://github.com/rust-lang/crates.io-index"
  6428. checksum = "35056426bb497a2bd30ec54f1aac35f32c6b0f2cd64fd833509ebb1e4be19f11"
  6429. dependencies = [
  6430. "env_logger 0.10.2",
  6431. "js-sys",
  6432. "log",
  6433. "log-once",
  6434. "parking_lot",
  6435. "tracing",
  6436. "wasm-bindgen",
  6437. ]
  6438. [[package]]
  6439. name = "re_log_encoding"
  6440. version = "0.15.1"
  6441. source = "registry+https://github.com/rust-lang/crates.io-index"
  6442. checksum = "10ff455e7e5e091cf8e43ce397c03ebad81357e3f45eab9a076674e7f2002618"
  6443. dependencies = [
  6444. "ehttp",
  6445. "js-sys",
  6446. "lz4_flex",
  6447. "parking_lot",
  6448. "re_build_info",
  6449. "re_log",
  6450. "re_log_types",
  6451. "re_smart_channel",
  6452. "re_tracing",
  6453. "rmp-serde",
  6454. "thiserror",
  6455. "wasm-bindgen",
  6456. "wasm-bindgen-futures",
  6457. "web-sys",
  6458. "web-time",
  6459. ]
  6460. [[package]]
  6461. name = "re_log_types"
  6462. version = "0.15.1"
  6463. source = "registry+https://github.com/rust-lang/crates.io-index"
  6464. checksum = "239e3176efb51de961a8ea4d27af8b8076c37e40f8788b5a87e060fb806d7a29"
  6465. dependencies = [
  6466. "ahash",
  6467. "anyhow",
  6468. "backtrace",
  6469. "bytemuck",
  6470. "clean-path",
  6471. "crossbeam",
  6472. "document-features",
  6473. "fixed",
  6474. "half",
  6475. "itertools 0.12.1",
  6476. "natord",
  6477. "nohash-hasher",
  6478. "num-derive",
  6479. "num-traits",
  6480. "re_arrow2",
  6481. "re_format",
  6482. "re_log",
  6483. "re_string_interner",
  6484. "re_tracing",
  6485. "re_tuid",
  6486. "re_types_core",
  6487. "serde",
  6488. "serde_bytes",
  6489. "similar-asserts",
  6490. "smallvec",
  6491. "thiserror",
  6492. "time",
  6493. "typenum",
  6494. "uuid",
  6495. "web-time",
  6496. ]
  6497. [[package]]
  6498. name = "re_memory"
  6499. version = "0.15.1"
  6500. source = "registry+https://github.com/rust-lang/crates.io-index"
  6501. checksum = "6812a6e08580fd7c6864eb018a8535093c23ab28cc4a607fe20b65b991dc1a36"
  6502. dependencies = [
  6503. "ahash",
  6504. "backtrace",
  6505. "emath",
  6506. "itertools 0.12.1",
  6507. "memory-stats",
  6508. "nohash-hasher",
  6509. "once_cell",
  6510. "parking_lot",
  6511. "re_format",
  6512. "re_log",
  6513. "re_tracing",
  6514. "smallvec",
  6515. "sysinfo 0.30.13",
  6516. "wasm-bindgen",
  6517. "web-time",
  6518. ]
  6519. [[package]]
  6520. name = "re_query"
  6521. version = "0.15.1"
  6522. source = "registry+https://github.com/rust-lang/crates.io-index"
  6523. checksum = "64be284a20b1756e11702fbb6b9021ea9f291f6541dcf0def23dda8da803055c"
  6524. dependencies = [
  6525. "backtrace",
  6526. "document-features",
  6527. "itertools 0.12.1",
  6528. "re_arrow2",
  6529. "re_data_store",
  6530. "re_format",
  6531. "re_log",
  6532. "re_log_types",
  6533. "re_tracing",
  6534. "re_types_core",
  6535. "serde",
  6536. "smallvec",
  6537. "thiserror",
  6538. ]
  6539. [[package]]
  6540. name = "re_query_cache"
  6541. version = "0.15.1"
  6542. source = "registry+https://github.com/rust-lang/crates.io-index"
  6543. checksum = "cc2e00e32ea25bd8cc8393a184b5c0b135fac7cf86aad131d818f5973dd0ccbf"
  6544. dependencies = [
  6545. "ahash",
  6546. "indent",
  6547. "itertools 0.12.1",
  6548. "parking_lot",
  6549. "paste",
  6550. "re_data_store",
  6551. "re_format",
  6552. "re_log",
  6553. "re_log_types",
  6554. "re_query",
  6555. "re_tracing",
  6556. "re_types_core",
  6557. "seq-macro",
  6558. "web-time",
  6559. ]
  6560. [[package]]
  6561. name = "re_renderer"
  6562. version = "0.15.1"
  6563. source = "registry+https://github.com/rust-lang/crates.io-index"
  6564. checksum = "2902018a22e9cb535737582bc2c26e8e4939d0b24a5cd404c61919739e1f6d61"
  6565. dependencies = [
  6566. "ahash",
  6567. "anyhow",
  6568. "bitflags 2.6.0",
  6569. "bytemuck",
  6570. "cfg-if 1.0.0",
  6571. "cfg_aliases 0.2.1",
  6572. "clean-path",
  6573. "crossbeam",
  6574. "document-features",
  6575. "ecolor",
  6576. "enumset",
  6577. "getrandom",
  6578. "glam",
  6579. "gltf",
  6580. "half",
  6581. "itertools 0.12.1",
  6582. "macaw",
  6583. "never",
  6584. "notify 6.1.1",
  6585. "ordered-float 4.2.0",
  6586. "parking_lot",
  6587. "pathdiff",
  6588. "profiling",
  6589. "re_arrow2",
  6590. "re_build_tools",
  6591. "re_error",
  6592. "re_log",
  6593. "re_tracing",
  6594. "serde",
  6595. "slotmap",
  6596. "smallvec",
  6597. "static_assertions",
  6598. "thiserror",
  6599. "tinystl",
  6600. "tobj",
  6601. "type-map",
  6602. "walkdir",
  6603. "wasm-bindgen-futures",
  6604. "wgpu",
  6605. "wgpu-core",
  6606. ]
  6607. [[package]]
  6608. name = "re_sdk"
  6609. version = "0.15.1"
  6610. source = "registry+https://github.com/rust-lang/crates.io-index"
  6611. checksum = "45192dc7062d954626534e46709c3998a9c0773ffc48fad16d0ab2cd0278a895"
  6612. dependencies = [
  6613. "ahash",
  6614. "anyhow",
  6615. "crossbeam",
  6616. "document-features",
  6617. "itertools 0.12.1",
  6618. "once_cell",
  6619. "parking_lot",
  6620. "re_build_info",
  6621. "re_build_tools",
  6622. "re_data_source",
  6623. "re_log",
  6624. "re_log_encoding",
  6625. "re_log_types",
  6626. "re_memory",
  6627. "re_sdk_comms",
  6628. "re_smart_channel",
  6629. "re_types_core",
  6630. "re_web_viewer_server",
  6631. "re_ws_comms",
  6632. "thiserror",
  6633. "webbrowser",
  6634. ]
  6635. [[package]]
  6636. name = "re_sdk_comms"
  6637. version = "0.15.1"
  6638. source = "registry+https://github.com/rust-lang/crates.io-index"
  6639. checksum = "3fe674910694817af5ff3efc4b36f19c7ce9e01f797e9d53b450e094eef3067a"
  6640. dependencies = [
  6641. "ahash",
  6642. "crossbeam",
  6643. "document-features",
  6644. "rand",
  6645. "re_log",
  6646. "re_log_encoding",
  6647. "re_log_types",
  6648. "re_smart_channel",
  6649. "thiserror",
  6650. "tokio",
  6651. ]
  6652. [[package]]
  6653. name = "re_smart_channel"
  6654. version = "0.15.1"
  6655. source = "registry+https://github.com/rust-lang/crates.io-index"
  6656. checksum = "473934eb487c8f439cbde1e565c7a57e5a37909092c93d6a100efa1a8d52f5d6"
  6657. dependencies = [
  6658. "crossbeam",
  6659. "parking_lot",
  6660. "re_tracing",
  6661. "serde",
  6662. "web-time",
  6663. ]
  6664. [[package]]
  6665. name = "re_space_view"
  6666. version = "0.15.1"
  6667. source = "registry+https://github.com/rust-lang/crates.io-index"
  6668. checksum = "88a75158bba7b189228da2ca2c6801a74c42290a0120af78b93ec30035edafb3"
  6669. dependencies = [
  6670. "ahash",
  6671. "egui",
  6672. "itertools 0.12.1",
  6673. "nohash-hasher",
  6674. "re_data_store",
  6675. "re_entity_db",
  6676. "re_log",
  6677. "re_log_types",
  6678. "re_query",
  6679. "re_tracing",
  6680. "re_types",
  6681. "re_types_core",
  6682. "re_viewer_context",
  6683. "slotmap",
  6684. "smallvec",
  6685. ]
  6686. [[package]]
  6687. name = "re_space_view_bar_chart"
  6688. version = "0.15.1"
  6689. source = "registry+https://github.com/rust-lang/crates.io-index"
  6690. checksum = "5ff7920522519199c365b5e049fe46c6dde0c4c1b356318239c0409c00e04495"
  6691. dependencies = [
  6692. "egui",
  6693. "egui_plot",
  6694. "re_data_store",
  6695. "re_entity_db",
  6696. "re_log",
  6697. "re_log_types",
  6698. "re_renderer",
  6699. "re_space_view",
  6700. "re_tracing",
  6701. "re_types",
  6702. "re_ui",
  6703. "re_viewer_context",
  6704. ]
  6705. [[package]]
  6706. name = "re_space_view_dataframe"
  6707. version = "0.15.1"
  6708. source = "registry+https://github.com/rust-lang/crates.io-index"
  6709. checksum = "b4c09039219aae6bc2c6a1cb9e98c36f59858006ee639501b5c190f9e9d7fe7b"
  6710. dependencies = [
  6711. "egui",
  6712. "egui_extras",
  6713. "re_data_store",
  6714. "re_data_ui",
  6715. "re_entity_db",
  6716. "re_log_types",
  6717. "re_query",
  6718. "re_renderer",
  6719. "re_tracing",
  6720. "re_types",
  6721. "re_ui",
  6722. "re_viewer_context",
  6723. ]
  6724. [[package]]
  6725. name = "re_space_view_spatial"
  6726. version = "0.15.1"
  6727. source = "registry+https://github.com/rust-lang/crates.io-index"
  6728. checksum = "ee0c742b6de79ca773bed2aa9255c2f0cad0a4b43181fed025d43e52a5885b73"
  6729. dependencies = [
  6730. "ahash",
  6731. "anyhow",
  6732. "bitflags 2.6.0",
  6733. "bytemuck",
  6734. "egui",
  6735. "glam",
  6736. "itertools 0.12.1",
  6737. "macaw",
  6738. "nohash-hasher",
  6739. "once_cell",
  6740. "parking_lot",
  6741. "rayon",
  6742. "re_data_store",
  6743. "re_data_ui",
  6744. "re_entity_db",
  6745. "re_error",
  6746. "re_format",
  6747. "re_log",
  6748. "re_log_types",
  6749. "re_query",
  6750. "re_query_cache",
  6751. "re_renderer",
  6752. "re_space_view",
  6753. "re_tracing",
  6754. "re_types",
  6755. "re_ui",
  6756. "re_viewer_context",
  6757. "serde",
  6758. "smallvec",
  6759. "web-time",
  6760. ]
  6761. [[package]]
  6762. name = "re_space_view_tensor"
  6763. version = "0.15.1"
  6764. source = "registry+https://github.com/rust-lang/crates.io-index"
  6765. checksum = "48ad9ea32a7ba75fa07ce1346450ce78dbe8b855086dd248d13d44f5cdfa24fc"
  6766. dependencies = [
  6767. "ahash",
  6768. "anyhow",
  6769. "bytemuck",
  6770. "egui",
  6771. "half",
  6772. "ndarray",
  6773. "re_data_store",
  6774. "re_data_ui",
  6775. "re_entity_db",
  6776. "re_log",
  6777. "re_log_types",
  6778. "re_renderer",
  6779. "re_space_view",
  6780. "re_tracing",
  6781. "re_types",
  6782. "re_ui",
  6783. "re_viewer_context",
  6784. "serde",
  6785. "thiserror",
  6786. "wgpu",
  6787. ]
  6788. [[package]]
  6789. name = "re_space_view_text_document"
  6790. version = "0.15.1"
  6791. source = "registry+https://github.com/rust-lang/crates.io-index"
  6792. checksum = "ea29a1471fccfb28c79bf5b745655c0c3b0b14285a20dd61f29812ee54914cb0"
  6793. dependencies = [
  6794. "egui",
  6795. "egui_commonmark",
  6796. "itertools 0.12.1",
  6797. "re_data_store",
  6798. "re_log",
  6799. "re_query",
  6800. "re_renderer",
  6801. "re_space_view",
  6802. "re_tracing",
  6803. "re_types",
  6804. "re_ui",
  6805. "re_viewer_context",
  6806. ]
  6807. [[package]]
  6808. name = "re_space_view_text_log"
  6809. version = "0.15.1"
  6810. source = "registry+https://github.com/rust-lang/crates.io-index"
  6811. checksum = "60b72e7a3ec29386a91336cf60859d9668dad072ef4b14317dbf3c0bf86aec53"
  6812. dependencies = [
  6813. "egui",
  6814. "egui_extras",
  6815. "itertools 0.12.1",
  6816. "re_data_store",
  6817. "re_data_ui",
  6818. "re_entity_db",
  6819. "re_log",
  6820. "re_log_types",
  6821. "re_query_cache",
  6822. "re_renderer",
  6823. "re_tracing",
  6824. "re_types",
  6825. "re_ui",
  6826. "re_viewer_context",
  6827. ]
  6828. [[package]]
  6829. name = "re_space_view_time_series"
  6830. version = "0.15.1"
  6831. source = "registry+https://github.com/rust-lang/crates.io-index"
  6832. checksum = "c8d5194c716fed198893a3712afd4b71c05e914e9b26b9e2a54ed031b4467502"
  6833. dependencies = [
  6834. "egui",
  6835. "egui_plot",
  6836. "itertools 0.12.1",
  6837. "parking_lot",
  6838. "rayon",
  6839. "re_data_store",
  6840. "re_format",
  6841. "re_log",
  6842. "re_log_types",
  6843. "re_query",
  6844. "re_query_cache",
  6845. "re_renderer",
  6846. "re_space_view",
  6847. "re_tracing",
  6848. "re_types",
  6849. "re_ui",
  6850. "re_viewer_context",
  6851. ]
  6852. [[package]]
  6853. name = "re_string_interner"
  6854. version = "0.15.1"
  6855. source = "registry+https://github.com/rust-lang/crates.io-index"
  6856. checksum = "fbaf2000f39f12a01789ab13f5515028784e62be80006f9a3bdc92283ba9eff4"
  6857. dependencies = [
  6858. "ahash",
  6859. "nohash-hasher",
  6860. "once_cell",
  6861. "parking_lot",
  6862. "serde",
  6863. "static_assertions",
  6864. ]
  6865. [[package]]
  6866. name = "re_time_panel"
  6867. version = "0.15.1"
  6868. source = "registry+https://github.com/rust-lang/crates.io-index"
  6869. checksum = "2a9a4e9831bc379ba8e9cc07987fe63a25100eea2f918f0f4da65d485631809c"
  6870. dependencies = [
  6871. "egui",
  6872. "itertools 0.12.1",
  6873. "re_data_store",
  6874. "re_data_ui",
  6875. "re_entity_db",
  6876. "re_format",
  6877. "re_log_types",
  6878. "re_tracing",
  6879. "re_ui",
  6880. "re_viewer_context",
  6881. "re_viewport",
  6882. "serde",
  6883. "vec1",
  6884. ]
  6885. [[package]]
  6886. name = "re_tracing"
  6887. version = "0.15.1"
  6888. source = "registry+https://github.com/rust-lang/crates.io-index"
  6889. checksum = "61ca94b1087b377bde7e109c969b381c38d9a5a93a8265635a18aa3b341a5250"
  6890. dependencies = [
  6891. "puffin",
  6892. "puffin_http",
  6893. "re_log",
  6894. "rfd",
  6895. ]
  6896. [[package]]
  6897. name = "re_tuid"
  6898. version = "0.15.1"
  6899. source = "registry+https://github.com/rust-lang/crates.io-index"
  6900. checksum = "f82367ff940f00195fc6cc868d5e9cbec26ae1a3b7de6fa4b1c37457a42e93b5"
  6901. dependencies = [
  6902. "document-features",
  6903. "getrandom",
  6904. "once_cell",
  6905. "serde",
  6906. "web-time",
  6907. ]
  6908. [[package]]
  6909. name = "re_types"
  6910. version = "0.15.1"
  6911. source = "registry+https://github.com/rust-lang/crates.io-index"
  6912. checksum = "6acfd68909dd9720a2f9542ef0f660a33b3e7afd11c46c35f7e10101679d378e"
  6913. dependencies = [
  6914. "anyhow",
  6915. "array-init",
  6916. "bytemuck",
  6917. "document-features",
  6918. "ecolor",
  6919. "egui_plot",
  6920. "glam",
  6921. "half",
  6922. "image 0.24.9",
  6923. "infer",
  6924. "itertools 0.12.1",
  6925. "linked-hash-map",
  6926. "mime_guess2",
  6927. "ndarray",
  6928. "nohash-hasher",
  6929. "once_cell",
  6930. "ply-rs",
  6931. "rayon",
  6932. "re_arrow2",
  6933. "re_build_tools",
  6934. "re_log",
  6935. "re_tracing",
  6936. "re_types_builder",
  6937. "re_types_core",
  6938. "smallvec",
  6939. "thiserror",
  6940. "uuid",
  6941. "zune-core",
  6942. "zune-jpeg",
  6943. ]
  6944. [[package]]
  6945. name = "re_types_builder"
  6946. version = "0.15.1"
  6947. source = "registry+https://github.com/rust-lang/crates.io-index"
  6948. checksum = "fe6bf1bb44be7f5ebed2d3f8bb46c67669d7ecbe52731ab0edd16cc2db3f02f2"
  6949. dependencies = [
  6950. "anyhow",
  6951. "camino",
  6952. "clang-format",
  6953. "convert_case",
  6954. "flatbuffers 23.5.26",
  6955. "indent",
  6956. "itertools 0.12.1",
  6957. "prettyplease 0.2.20",
  6958. "proc-macro2",
  6959. "quote",
  6960. "rayon",
  6961. "re_arrow2",
  6962. "re_build_tools",
  6963. "re_log",
  6964. "re_tracing",
  6965. "rust-format",
  6966. "syn 2.0.68",
  6967. "tempfile",
  6968. "unindent",
  6969. "xshell",
  6970. ]
  6971. [[package]]
  6972. name = "re_types_core"
  6973. version = "0.15.1"
  6974. source = "registry+https://github.com/rust-lang/crates.io-index"
  6975. checksum = "49a3d0143e33bd1d91ff8754511dbd1f038e4fa7bdc3fca0ac0f8619c0f778d3"
  6976. dependencies = [
  6977. "anyhow",
  6978. "backtrace",
  6979. "bytemuck",
  6980. "document-features",
  6981. "once_cell",
  6982. "re_arrow2",
  6983. "re_error",
  6984. "re_string_interner",
  6985. "re_tracing",
  6986. "re_tuid",
  6987. "serde",
  6988. "smallvec",
  6989. "thiserror",
  6990. ]
  6991. [[package]]
  6992. name = "re_ui"
  6993. version = "0.15.1"
  6994. source = "registry+https://github.com/rust-lang/crates.io-index"
  6995. checksum = "50017df0dca14a4995a71397db0a4f2e9a4a1118aee4e79c14beabdb92413cc6"
  6996. dependencies = [
  6997. "egui",
  6998. "egui_commonmark",
  6999. "egui_extras",
  7000. "parking_lot",
  7001. "re_entity_db",
  7002. "re_format",
  7003. "re_log_types",
  7004. "serde",
  7005. "serde_json",
  7006. "strum 0.25.0",
  7007. "strum_macros 0.25.3",
  7008. "sublime_fuzzy",
  7009. ]
  7010. [[package]]
  7011. name = "re_viewer"
  7012. version = "0.15.1"
  7013. source = "registry+https://github.com/rust-lang/crates.io-index"
  7014. checksum = "6770f90562ef536eecb5cf9490c2fe125c813b7e58c816afaf3c9b026fcb80e8"
  7015. dependencies = [
  7016. "ahash",
  7017. "anyhow",
  7018. "bytemuck",
  7019. "cfg-if 1.0.0",
  7020. "eframe",
  7021. "egui",
  7022. "egui-wgpu",
  7023. "egui_extras",
  7024. "egui_plot",
  7025. "egui_tiles",
  7026. "ehttp",
  7027. "image 0.24.9",
  7028. "itertools 0.12.1",
  7029. "js-sys",
  7030. "once_cell",
  7031. "poll-promise",
  7032. "re_analytics",
  7033. "re_build_info",
  7034. "re_build_tools",
  7035. "re_data_source",
  7036. "re_data_store",
  7037. "re_data_ui",
  7038. "re_entity_db",
  7039. "re_error",
  7040. "re_format",
  7041. "re_log",
  7042. "re_log_encoding",
  7043. "re_log_types",
  7044. "re_memory",
  7045. "re_query_cache",
  7046. "re_renderer",
  7047. "re_smart_channel",
  7048. "re_space_view",
  7049. "re_space_view_bar_chart",
  7050. "re_space_view_dataframe",
  7051. "re_space_view_spatial",
  7052. "re_space_view_tensor",
  7053. "re_space_view_text_document",
  7054. "re_space_view_text_log",
  7055. "re_space_view_time_series",
  7056. "re_time_panel",
  7057. "re_tracing",
  7058. "re_types",
  7059. "re_types_core",
  7060. "re_ui",
  7061. "re_viewer_context",
  7062. "re_viewport",
  7063. "re_ws_comms",
  7064. "rfd",
  7065. "ron",
  7066. "serde",
  7067. "serde_json",
  7068. "thiserror",
  7069. "time",
  7070. "wasm-bindgen",
  7071. "wasm-bindgen-futures",
  7072. "web-sys",
  7073. "web-time",
  7074. "wgpu",
  7075. ]
  7076. [[package]]
  7077. name = "re_viewer_context"
  7078. version = "0.15.1"
  7079. source = "registry+https://github.com/rust-lang/crates.io-index"
  7080. checksum = "e2de3a41feea776f865e3315f7422298a7299d5ac59068fbc5018fc9dd2865b8"
  7081. dependencies = [
  7082. "ahash",
  7083. "anyhow",
  7084. "arboard",
  7085. "bit-vec",
  7086. "bytemuck",
  7087. "egui",
  7088. "egui-wgpu",
  7089. "egui_tiles",
  7090. "glam",
  7091. "half",
  7092. "indexmap 2.2.6",
  7093. "itertools 0.12.1",
  7094. "macaw",
  7095. "ndarray",
  7096. "nohash-hasher",
  7097. "once_cell",
  7098. "parking_lot",
  7099. "re_data_source",
  7100. "re_data_store",
  7101. "re_entity_db",
  7102. "re_log",
  7103. "re_log_types",
  7104. "re_query",
  7105. "re_query_cache",
  7106. "re_renderer",
  7107. "re_smart_channel",
  7108. "re_string_interner",
  7109. "re_tracing",
  7110. "re_types",
  7111. "re_ui",
  7112. "serde",
  7113. "slotmap",
  7114. "smallvec",
  7115. "thiserror",
  7116. "uuid",
  7117. "wgpu",
  7118. ]
  7119. [[package]]
  7120. name = "re_viewport"
  7121. version = "0.15.1"
  7122. source = "registry+https://github.com/rust-lang/crates.io-index"
  7123. checksum = "1cc8b3fd1a6eefa041a7dec6a2556f6f9a60c47107e4a3297b9ebb7fa9ae1943"
  7124. dependencies = [
  7125. "ahash",
  7126. "array-init",
  7127. "bytemuck",
  7128. "egui",
  7129. "egui_tiles",
  7130. "glam",
  7131. "image 0.24.9",
  7132. "itertools 0.12.1",
  7133. "nohash-hasher",
  7134. "once_cell",
  7135. "rayon",
  7136. "re_arrow2",
  7137. "re_data_store",
  7138. "re_data_ui",
  7139. "re_entity_db",
  7140. "re_log",
  7141. "re_log_types",
  7142. "re_query",
  7143. "re_renderer",
  7144. "re_smart_channel",
  7145. "re_space_view",
  7146. "re_space_view_time_series",
  7147. "re_tracing",
  7148. "re_types",
  7149. "re_types_core",
  7150. "re_ui",
  7151. "re_viewer_context",
  7152. "rmp-serde",
  7153. "smallvec",
  7154. ]
  7155. [[package]]
  7156. name = "re_web_viewer_server"
  7157. version = "0.15.1"
  7158. source = "registry+https://github.com/rust-lang/crates.io-index"
  7159. checksum = "a9d11fe92ba3e159b2c4fe3640973d00cf8143ffb8d010078068a16b58a0c48b"
  7160. dependencies = [
  7161. "clap 4.5.11",
  7162. "document-features",
  7163. "futures-util",
  7164. "hyper 0.14.29",
  7165. "re_analytics",
  7166. "re_log",
  7167. "thiserror",
  7168. "tokio",
  7169. "webbrowser",
  7170. ]
  7171. [[package]]
  7172. name = "re_ws_comms"
  7173. version = "0.15.1"
  7174. source = "registry+https://github.com/rust-lang/crates.io-index"
  7175. checksum = "e2fcd476b838119c1c57973c7df3b379cc6e74e9b97a72cf9bb4488170b95d20"
  7176. dependencies = [
  7177. "anyhow",
  7178. "bincode",
  7179. "document-features",
  7180. "ewebsock",
  7181. "futures-channel",
  7182. "futures-util",
  7183. "parking_lot",
  7184. "re_format",
  7185. "re_log",
  7186. "re_log_types",
  7187. "re_memory",
  7188. "re_smart_channel",
  7189. "re_tracing",
  7190. "thiserror",
  7191. "tokio",
  7192. "tokio-tungstenite",
  7193. "tungstenite 0.20.1",
  7194. ]
  7195. [[package]]
  7196. name = "redox_syscall"
  7197. version = "0.3.5"
  7198. source = "registry+https://github.com/rust-lang/crates.io-index"
  7199. checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
  7200. dependencies = [
  7201. "bitflags 1.3.2",
  7202. ]
  7203. [[package]]
  7204. name = "redox_syscall"
  7205. version = "0.4.1"
  7206. source = "registry+https://github.com/rust-lang/crates.io-index"
  7207. checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
  7208. dependencies = [
  7209. "bitflags 1.3.2",
  7210. ]
  7211. [[package]]
  7212. name = "redox_syscall"
  7213. version = "0.5.2"
  7214. source = "registry+https://github.com/rust-lang/crates.io-index"
  7215. checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
  7216. dependencies = [
  7217. "bitflags 2.6.0",
  7218. ]
  7219. [[package]]
  7220. name = "redox_users"
  7221. version = "0.4.5"
  7222. source = "registry+https://github.com/rust-lang/crates.io-index"
  7223. checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
  7224. dependencies = [
  7225. "getrandom",
  7226. "libredox 0.1.3",
  7227. "thiserror",
  7228. ]
  7229. [[package]]
  7230. name = "regex"
  7231. version = "1.10.5"
  7232. source = "registry+https://github.com/rust-lang/crates.io-index"
  7233. checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
  7234. dependencies = [
  7235. "aho-corasick",
  7236. "memchr",
  7237. "regex-automata 0.4.7",
  7238. "regex-syntax 0.8.4",
  7239. ]
  7240. [[package]]
  7241. name = "regex-automata"
  7242. version = "0.1.10"
  7243. source = "registry+https://github.com/rust-lang/crates.io-index"
  7244. checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
  7245. dependencies = [
  7246. "regex-syntax 0.6.29",
  7247. ]
  7248. [[package]]
  7249. name = "regex-automata"
  7250. version = "0.4.7"
  7251. source = "registry+https://github.com/rust-lang/crates.io-index"
  7252. checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
  7253. dependencies = [
  7254. "aho-corasick",
  7255. "memchr",
  7256. "regex-syntax 0.8.4",
  7257. ]
  7258. [[package]]
  7259. name = "regex-syntax"
  7260. version = "0.6.29"
  7261. source = "registry+https://github.com/rust-lang/crates.io-index"
  7262. checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
  7263. [[package]]
  7264. name = "regex-syntax"
  7265. version = "0.8.4"
  7266. source = "registry+https://github.com/rust-lang/crates.io-index"
  7267. checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
  7268. [[package]]
  7269. name = "renderdoc-sys"
  7270. version = "1.1.0"
  7271. source = "registry+https://github.com/rust-lang/crates.io-index"
  7272. checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
  7273. [[package]]
  7274. name = "reqwest"
  7275. version = "0.12.5"
  7276. source = "registry+https://github.com/rust-lang/crates.io-index"
  7277. checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37"
  7278. dependencies = [
  7279. "base64 0.22.1",
  7280. "bytes",
  7281. "futures-core",
  7282. "futures-util",
  7283. "http 1.1.0",
  7284. "http-body 1.0.0",
  7285. "http-body-util",
  7286. "hyper 1.3.1",
  7287. "hyper-rustls",
  7288. "hyper-util",
  7289. "ipnet",
  7290. "js-sys",
  7291. "log",
  7292. "mime",
  7293. "once_cell",
  7294. "percent-encoding",
  7295. "pin-project-lite",
  7296. "quinn 0.11.2",
  7297. "rustls 0.23.10",
  7298. "rustls-pemfile 2.1.2",
  7299. "rustls-pki-types",
  7300. "serde",
  7301. "serde_json",
  7302. "serde_urlencoded",
  7303. "sync_wrapper 1.0.1",
  7304. "tokio",
  7305. "tokio-rustls",
  7306. "tower-service",
  7307. "url",
  7308. "wasm-bindgen",
  7309. "wasm-bindgen-futures",
  7310. "web-sys",
  7311. "webpki-roots 0.26.3",
  7312. "winreg",
  7313. ]
  7314. [[package]]
  7315. name = "rerun"
  7316. version = "0.15.1"
  7317. source = "registry+https://github.com/rust-lang/crates.io-index"
  7318. checksum = "6978682653fc699d484b92d0ee75e25b73fdf9b0e50d62b67707d6bcd7f4cc96"
  7319. dependencies = [
  7320. "anyhow",
  7321. "document-features",
  7322. "env_logger 0.10.2",
  7323. "itertools 0.12.1",
  7324. "log",
  7325. "puffin",
  7326. "rayon",
  7327. "re_analytics",
  7328. "re_build_info",
  7329. "re_build_tools",
  7330. "re_crash_handler",
  7331. "re_entity_db",
  7332. "re_format",
  7333. "re_log",
  7334. "re_log_types",
  7335. "re_memory",
  7336. "re_sdk",
  7337. "re_sdk_comms",
  7338. "re_smart_channel",
  7339. "re_tracing",
  7340. "re_types",
  7341. "re_viewer",
  7342. "re_web_viewer_server",
  7343. ]
  7344. [[package]]
  7345. name = "rfd"
  7346. version = "0.12.1"
  7347. source = "registry+https://github.com/rust-lang/crates.io-index"
  7348. checksum = "3c9e7b57df6e8472152674607f6cc68aa14a748a3157a857a94f516e11aeacc2"
  7349. dependencies = [
  7350. "ashpd",
  7351. "async-io 1.13.0",
  7352. "block",
  7353. "dispatch",
  7354. "futures-util",
  7355. "js-sys",
  7356. "log",
  7357. "objc",
  7358. "objc-foundation",
  7359. "objc_id",
  7360. "pollster",
  7361. "raw-window-handle 0.5.2",
  7362. "urlencoding",
  7363. "wasm-bindgen",
  7364. "wasm-bindgen-futures",
  7365. "web-sys",
  7366. "windows-sys 0.48.0",
  7367. ]
  7368. [[package]]
  7369. name = "rgb"
  7370. version = "0.8.37"
  7371. source = "registry+https://github.com/rust-lang/crates.io-index"
  7372. checksum = "05aaa8004b64fd573fc9d002f4e632d51ad4f026c2b5ba95fcb6c2f32c2c47d8"
  7373. dependencies = [
  7374. "bytemuck",
  7375. ]
  7376. [[package]]
  7377. name = "ring"
  7378. version = "0.16.20"
  7379. source = "registry+https://github.com/rust-lang/crates.io-index"
  7380. checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
  7381. dependencies = [
  7382. "cc",
  7383. "libc",
  7384. "once_cell",
  7385. "spin 0.5.2",
  7386. "untrusted 0.7.1",
  7387. "web-sys",
  7388. "winapi 0.3.9",
  7389. ]
  7390. [[package]]
  7391. name = "ring"
  7392. version = "0.17.8"
  7393. source = "registry+https://github.com/rust-lang/crates.io-index"
  7394. checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
  7395. dependencies = [
  7396. "cc",
  7397. "cfg-if 1.0.0",
  7398. "getrandom",
  7399. "libc",
  7400. "spin 0.9.8",
  7401. "untrusted 0.9.0",
  7402. "windows-sys 0.52.0",
  7403. ]
  7404. [[package]]
  7405. name = "ringbuffer-spsc"
  7406. version = "0.1.9"
  7407. source = "registry+https://github.com/rust-lang/crates.io-index"
  7408. checksum = "2fd1938faa63a2362ee1747afb2d10567d0fb1413b9cbd6198a8541485c4f773"
  7409. dependencies = [
  7410. "array-init",
  7411. "cache-padded",
  7412. ]
  7413. [[package]]
  7414. name = "rmp"
  7415. version = "0.8.14"
  7416. source = "registry+https://github.com/rust-lang/crates.io-index"
  7417. checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
  7418. dependencies = [
  7419. "byteorder",
  7420. "num-traits",
  7421. "paste",
  7422. ]
  7423. [[package]]
  7424. name = "rmp-serde"
  7425. version = "1.3.0"
  7426. source = "registry+https://github.com/rust-lang/crates.io-index"
  7427. checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db"
  7428. dependencies = [
  7429. "byteorder",
  7430. "rmp",
  7431. "serde",
  7432. ]
  7433. [[package]]
  7434. name = "ron"
  7435. version = "0.8.1"
  7436. source = "registry+https://github.com/rust-lang/crates.io-index"
  7437. checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94"
  7438. dependencies = [
  7439. "base64 0.21.7",
  7440. "bitflags 2.6.0",
  7441. "serde",
  7442. "serde_derive",
  7443. ]
  7444. [[package]]
  7445. name = "ros2-client"
  7446. version = "0.7.2"
  7447. source = "registry+https://github.com/rust-lang/crates.io-index"
  7448. checksum = "958115e451bf1038e4e8508fdc46c6c1830bce22520dfd734639543ff9419660"
  7449. dependencies = [
  7450. "async-channel 2.3.1",
  7451. "bstr 1.9.1",
  7452. "bytes",
  7453. "cdr-encoding-size",
  7454. "chrono",
  7455. "clap 4.5.11",
  7456. "futures",
  7457. "itertools 0.11.0",
  7458. "lazy_static",
  7459. "libc",
  7460. "log",
  7461. "mio 0.6.23",
  7462. "mio-extras",
  7463. "nom",
  7464. "pin-utils",
  7465. "rustdds",
  7466. "serde",
  7467. "serde_repr",
  7468. "uuid",
  7469. "widestring",
  7470. ]
  7471. [[package]]
  7472. name = "rsa"
  7473. version = "0.7.2"
  7474. source = "registry+https://github.com/rust-lang/crates.io-index"
  7475. checksum = "094052d5470cbcef561cb848a7209968c9f12dfa6d668f4bca048ac5de51099c"
  7476. dependencies = [
  7477. "byteorder",
  7478. "digest",
  7479. "num-bigint-dig",
  7480. "num-integer",
  7481. "num-iter",
  7482. "num-traits",
  7483. "pkcs1",
  7484. "pkcs8",
  7485. "rand_core",
  7486. "signature",
  7487. "smallvec",
  7488. "subtle",
  7489. "zeroize",
  7490. ]
  7491. [[package]]
  7492. name = "rust-dataflow-example-node"
  7493. version = "0.3.5"
  7494. dependencies = [
  7495. "dora-node-api",
  7496. "eyre",
  7497. "futures",
  7498. "rand",
  7499. "tokio",
  7500. ]
  7501. [[package]]
  7502. name = "rust-dataflow-example-sink"
  7503. version = "0.3.5"
  7504. dependencies = [
  7505. "dora-node-api",
  7506. "eyre",
  7507. ]
  7508. [[package]]
  7509. name = "rust-dataflow-example-sink-dynamic"
  7510. version = "0.3.5"
  7511. dependencies = [
  7512. "dora-node-api",
  7513. "eyre",
  7514. ]
  7515. [[package]]
  7516. name = "rust-dataflow-example-status-node"
  7517. version = "0.3.5"
  7518. dependencies = [
  7519. "dora-node-api",
  7520. "eyre",
  7521. ]
  7522. [[package]]
  7523. name = "rust-format"
  7524. version = "0.3.4"
  7525. source = "registry+https://github.com/rust-lang/crates.io-index"
  7526. checksum = "60e7c00b6c3bf5e38a880eec01d7e829d12ca682079f8238a464def3c4b31627"
  7527. dependencies = [
  7528. "prettyplease 0.1.25",
  7529. "proc-macro2",
  7530. "syn 1.0.109",
  7531. ]
  7532. [[package]]
  7533. name = "rust-ros2-dataflow-example-node"
  7534. version = "0.3.5"
  7535. dependencies = [
  7536. "dora-node-api",
  7537. "dora-ros2-bridge",
  7538. "eyre",
  7539. "futures",
  7540. "futures-timer",
  7541. "rand",
  7542. "serde_json",
  7543. "tokio",
  7544. ]
  7545. [[package]]
  7546. name = "rust_decimal"
  7547. version = "1.35.0"
  7548. source = "registry+https://github.com/rust-lang/crates.io-index"
  7549. checksum = "1790d1c4c0ca81211399e0e0af16333276f375209e71a37b67698a373db5b47a"
  7550. dependencies = [
  7551. "arrayvec",
  7552. "num-traits",
  7553. ]
  7554. [[package]]
  7555. name = "rustc-demangle"
  7556. version = "0.1.24"
  7557. source = "registry+https://github.com/rust-lang/crates.io-index"
  7558. checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
  7559. [[package]]
  7560. name = "rustc-hash"
  7561. version = "1.1.0"
  7562. source = "registry+https://github.com/rust-lang/crates.io-index"
  7563. checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
  7564. [[package]]
  7565. name = "rustc_version"
  7566. version = "0.4.0"
  7567. source = "registry+https://github.com/rust-lang/crates.io-index"
  7568. checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
  7569. dependencies = [
  7570. "semver",
  7571. ]
  7572. [[package]]
  7573. name = "rustdds"
  7574. version = "0.10.1"
  7575. source = "registry+https://github.com/rust-lang/crates.io-index"
  7576. checksum = "da8578c4897ed597565e5934994fa9d875cee3244768a3d4ec67f813b499fc7e"
  7577. dependencies = [
  7578. "bit-vec",
  7579. "byteorder",
  7580. "bytes",
  7581. "cdr-encoding-size",
  7582. "chrono",
  7583. "enumflags2",
  7584. "futures",
  7585. "if-addrs",
  7586. "io-extras",
  7587. "local-ip-address",
  7588. "log",
  7589. "md5",
  7590. "mio 0.6.23",
  7591. "mio 0.8.11",
  7592. "mio-extras",
  7593. "num-derive",
  7594. "num-traits",
  7595. "paste",
  7596. "rand",
  7597. "serde",
  7598. "serde_repr",
  7599. "socket2 0.5.7",
  7600. "socketpair",
  7601. "speedy",
  7602. "static_assertions",
  7603. "thiserror",
  7604. ]
  7605. [[package]]
  7606. name = "rustix"
  7607. version = "0.37.27"
  7608. source = "registry+https://github.com/rust-lang/crates.io-index"
  7609. checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
  7610. dependencies = [
  7611. "bitflags 1.3.2",
  7612. "errno",
  7613. "io-lifetimes 1.0.11",
  7614. "libc",
  7615. "linux-raw-sys 0.3.8",
  7616. "windows-sys 0.48.0",
  7617. ]
  7618. [[package]]
  7619. name = "rustix"
  7620. version = "0.38.34"
  7621. source = "registry+https://github.com/rust-lang/crates.io-index"
  7622. checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
  7623. dependencies = [
  7624. "bitflags 2.6.0",
  7625. "errno",
  7626. "libc",
  7627. "linux-raw-sys 0.4.14",
  7628. "windows-sys 0.52.0",
  7629. ]
  7630. [[package]]
  7631. name = "rustls"
  7632. version = "0.20.9"
  7633. source = "registry+https://github.com/rust-lang/crates.io-index"
  7634. checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
  7635. dependencies = [
  7636. "log",
  7637. "ring 0.16.20",
  7638. "sct",
  7639. "webpki",
  7640. ]
  7641. [[package]]
  7642. name = "rustls"
  7643. version = "0.22.4"
  7644. source = "registry+https://github.com/rust-lang/crates.io-index"
  7645. checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
  7646. dependencies = [
  7647. "log",
  7648. "ring 0.17.8",
  7649. "rustls-pki-types",
  7650. "rustls-webpki",
  7651. "subtle",
  7652. "zeroize",
  7653. ]
  7654. [[package]]
  7655. name = "rustls"
  7656. version = "0.23.10"
  7657. source = "registry+https://github.com/rust-lang/crates.io-index"
  7658. checksum = "05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402"
  7659. dependencies = [
  7660. "once_cell",
  7661. "ring 0.17.8",
  7662. "rustls-pki-types",
  7663. "rustls-webpki",
  7664. "subtle",
  7665. "zeroize",
  7666. ]
  7667. [[package]]
  7668. name = "rustls-native-certs"
  7669. version = "0.6.3"
  7670. source = "registry+https://github.com/rust-lang/crates.io-index"
  7671. checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
  7672. dependencies = [
  7673. "openssl-probe",
  7674. "rustls-pemfile 1.0.4",
  7675. "schannel",
  7676. "security-framework",
  7677. ]
  7678. [[package]]
  7679. name = "rustls-pemfile"
  7680. version = "1.0.4"
  7681. source = "registry+https://github.com/rust-lang/crates.io-index"
  7682. checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
  7683. dependencies = [
  7684. "base64 0.21.7",
  7685. ]
  7686. [[package]]
  7687. name = "rustls-pemfile"
  7688. version = "2.1.2"
  7689. source = "registry+https://github.com/rust-lang/crates.io-index"
  7690. checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
  7691. dependencies = [
  7692. "base64 0.22.1",
  7693. "rustls-pki-types",
  7694. ]
  7695. [[package]]
  7696. name = "rustls-pki-types"
  7697. version = "1.7.0"
  7698. source = "registry+https://github.com/rust-lang/crates.io-index"
  7699. checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
  7700. [[package]]
  7701. name = "rustls-webpki"
  7702. version = "0.102.4"
  7703. source = "registry+https://github.com/rust-lang/crates.io-index"
  7704. checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e"
  7705. dependencies = [
  7706. "ring 0.17.8",
  7707. "rustls-pki-types",
  7708. "untrusted 0.9.0",
  7709. ]
  7710. [[package]]
  7711. name = "rustversion"
  7712. version = "1.0.17"
  7713. source = "registry+https://github.com/rust-lang/crates.io-index"
  7714. checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
  7715. [[package]]
  7716. name = "ryu"
  7717. version = "1.0.18"
  7718. source = "registry+https://github.com/rust-lang/crates.io-index"
  7719. checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
  7720. [[package]]
  7721. name = "safer-ffi"
  7722. version = "0.1.9"
  7723. source = "registry+https://github.com/rust-lang/crates.io-index"
  7724. checksum = "861a5ab47974b7f0d4fc3ff63570100497dd4d31b93ee53ddfef6c255dd98453"
  7725. dependencies = [
  7726. "inventory",
  7727. "libc",
  7728. "macro_rules_attribute",
  7729. "paste",
  7730. "safer_ffi-proc_macros",
  7731. "scopeguard",
  7732. "stabby",
  7733. "uninit",
  7734. "unwind_safe",
  7735. "with_builtin_macros",
  7736. ]
  7737. [[package]]
  7738. name = "safer_ffi-proc_macros"
  7739. version = "0.1.9"
  7740. source = "registry+https://github.com/rust-lang/crates.io-index"
  7741. checksum = "90b7ec3757043f78fa48668325d81d9e9718820a655e6ce8bd89871444bb06a3"
  7742. dependencies = [
  7743. "macro_rules_attribute",
  7744. "prettyplease 0.1.25",
  7745. "proc-macro2",
  7746. "quote",
  7747. "syn 1.0.109",
  7748. ]
  7749. [[package]]
  7750. name = "same-file"
  7751. version = "1.0.6"
  7752. source = "registry+https://github.com/rust-lang/crates.io-index"
  7753. checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
  7754. dependencies = [
  7755. "winapi-util",
  7756. ]
  7757. [[package]]
  7758. name = "schannel"
  7759. version = "0.1.23"
  7760. source = "registry+https://github.com/rust-lang/crates.io-index"
  7761. checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
  7762. dependencies = [
  7763. "windows-sys 0.52.0",
  7764. ]
  7765. [[package]]
  7766. name = "schemars"
  7767. version = "0.8.21"
  7768. source = "registry+https://github.com/rust-lang/crates.io-index"
  7769. checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
  7770. dependencies = [
  7771. "dyn-clone",
  7772. "schemars_derive",
  7773. "serde",
  7774. "serde_json",
  7775. ]
  7776. [[package]]
  7777. name = "schemars_derive"
  7778. version = "0.8.21"
  7779. source = "registry+https://github.com/rust-lang/crates.io-index"
  7780. checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
  7781. dependencies = [
  7782. "proc-macro2",
  7783. "quote",
  7784. "serde_derive_internals",
  7785. "syn 2.0.68",
  7786. ]
  7787. [[package]]
  7788. name = "scoped-tls"
  7789. version = "1.0.1"
  7790. source = "registry+https://github.com/rust-lang/crates.io-index"
  7791. checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
  7792. [[package]]
  7793. name = "scopeguard"
  7794. version = "1.2.0"
  7795. source = "registry+https://github.com/rust-lang/crates.io-index"
  7796. checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
  7797. [[package]]
  7798. name = "scratch"
  7799. version = "1.0.7"
  7800. source = "registry+https://github.com/rust-lang/crates.io-index"
  7801. checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
  7802. [[package]]
  7803. name = "sct"
  7804. version = "0.7.1"
  7805. source = "registry+https://github.com/rust-lang/crates.io-index"
  7806. checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
  7807. dependencies = [
  7808. "ring 0.17.8",
  7809. "untrusted 0.9.0",
  7810. ]
  7811. [[package]]
  7812. name = "security-framework"
  7813. version = "2.11.0"
  7814. source = "registry+https://github.com/rust-lang/crates.io-index"
  7815. checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0"
  7816. dependencies = [
  7817. "bitflags 2.6.0",
  7818. "core-foundation",
  7819. "core-foundation-sys",
  7820. "libc",
  7821. "security-framework-sys",
  7822. ]
  7823. [[package]]
  7824. name = "security-framework-sys"
  7825. version = "2.11.0"
  7826. source = "registry+https://github.com/rust-lang/crates.io-index"
  7827. checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7"
  7828. dependencies = [
  7829. "core-foundation-sys",
  7830. "libc",
  7831. ]
  7832. [[package]]
  7833. name = "semver"
  7834. version = "1.0.23"
  7835. source = "registry+https://github.com/rust-lang/crates.io-index"
  7836. checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
  7837. dependencies = [
  7838. "serde",
  7839. ]
  7840. [[package]]
  7841. name = "seq-macro"
  7842. version = "0.3.5"
  7843. source = "registry+https://github.com/rust-lang/crates.io-index"
  7844. checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
  7845. [[package]]
  7846. name = "serde"
  7847. version = "1.0.204"
  7848. source = "registry+https://github.com/rust-lang/crates.io-index"
  7849. checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
  7850. dependencies = [
  7851. "serde_derive",
  7852. ]
  7853. [[package]]
  7854. name = "serde-big-array"
  7855. version = "0.5.1"
  7856. source = "registry+https://github.com/rust-lang/crates.io-index"
  7857. checksum = "11fc7cc2c76d73e0f27ee52abbd64eec84d46f370c88371120433196934e4b7f"
  7858. dependencies = [
  7859. "serde",
  7860. ]
  7861. [[package]]
  7862. name = "serde-with-expand-env"
  7863. version = "1.1.0"
  7864. source = "registry+https://github.com/rust-lang/crates.io-index"
  7865. checksum = "888d884a3be3a209308d0b66f1918ff18f60e93db837259e53ea7d8dd14e7e98"
  7866. dependencies = [
  7867. "serde",
  7868. "shellexpand 2.1.2",
  7869. ]
  7870. [[package]]
  7871. name = "serde_assert"
  7872. version = "0.7.1"
  7873. source = "registry+https://github.com/rust-lang/crates.io-index"
  7874. checksum = "92b7be0ad5a7b2eefaa5418eb141838270f1ad2d2c6e88acec3795d2425ffa97"
  7875. dependencies = [
  7876. "serde",
  7877. ]
  7878. [[package]]
  7879. name = "serde_bytes"
  7880. version = "0.11.15"
  7881. source = "registry+https://github.com/rust-lang/crates.io-index"
  7882. checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a"
  7883. dependencies = [
  7884. "serde",
  7885. ]
  7886. [[package]]
  7887. name = "serde_derive"
  7888. version = "1.0.204"
  7889. source = "registry+https://github.com/rust-lang/crates.io-index"
  7890. checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
  7891. dependencies = [
  7892. "proc-macro2",
  7893. "quote",
  7894. "syn 2.0.68",
  7895. ]
  7896. [[package]]
  7897. name = "serde_derive_internals"
  7898. version = "0.29.1"
  7899. source = "registry+https://github.com/rust-lang/crates.io-index"
  7900. checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
  7901. dependencies = [
  7902. "proc-macro2",
  7903. "quote",
  7904. "syn 2.0.68",
  7905. ]
  7906. [[package]]
  7907. name = "serde_json"
  7908. version = "1.0.121"
  7909. source = "registry+https://github.com/rust-lang/crates.io-index"
  7910. checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609"
  7911. dependencies = [
  7912. "itoa",
  7913. "memchr",
  7914. "ryu",
  7915. "serde",
  7916. ]
  7917. [[package]]
  7918. name = "serde_repr"
  7919. version = "0.1.19"
  7920. source = "registry+https://github.com/rust-lang/crates.io-index"
  7921. checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
  7922. dependencies = [
  7923. "proc-macro2",
  7924. "quote",
  7925. "syn 2.0.68",
  7926. ]
  7927. [[package]]
  7928. name = "serde_urlencoded"
  7929. version = "0.7.1"
  7930. source = "registry+https://github.com/rust-lang/crates.io-index"
  7931. checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
  7932. dependencies = [
  7933. "form_urlencoded",
  7934. "itoa",
  7935. "ryu",
  7936. "serde",
  7937. ]
  7938. [[package]]
  7939. name = "serde_yaml"
  7940. version = "0.8.26"
  7941. source = "registry+https://github.com/rust-lang/crates.io-index"
  7942. checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
  7943. dependencies = [
  7944. "indexmap 1.9.3",
  7945. "ryu",
  7946. "serde",
  7947. "yaml-rust",
  7948. ]
  7949. [[package]]
  7950. name = "serde_yaml"
  7951. version = "0.9.34+deprecated"
  7952. source = "registry+https://github.com/rust-lang/crates.io-index"
  7953. checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
  7954. dependencies = [
  7955. "indexmap 2.2.6",
  7956. "itoa",
  7957. "ryu",
  7958. "serde",
  7959. "unsafe-libyaml",
  7960. ]
  7961. [[package]]
  7962. name = "sha1"
  7963. version = "0.10.6"
  7964. source = "registry+https://github.com/rust-lang/crates.io-index"
  7965. checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
  7966. dependencies = [
  7967. "cfg-if 1.0.0",
  7968. "cpufeatures",
  7969. "digest",
  7970. ]
  7971. [[package]]
  7972. name = "sha2"
  7973. version = "0.10.8"
  7974. source = "registry+https://github.com/rust-lang/crates.io-index"
  7975. checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
  7976. dependencies = [
  7977. "cfg-if 1.0.0",
  7978. "cpufeatures",
  7979. "digest",
  7980. ]
  7981. [[package]]
  7982. name = "sha2-const-stable"
  7983. version = "0.1.0"
  7984. source = "registry+https://github.com/rust-lang/crates.io-index"
  7985. checksum = "5f179d4e11094a893b82fff208f74d448a7512f99f5a0acbd5c679b705f83ed9"
  7986. [[package]]
  7987. name = "sha3"
  7988. version = "0.10.8"
  7989. source = "registry+https://github.com/rust-lang/crates.io-index"
  7990. checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
  7991. dependencies = [
  7992. "digest",
  7993. "keccak",
  7994. ]
  7995. [[package]]
  7996. name = "sharded-slab"
  7997. version = "0.1.7"
  7998. source = "registry+https://github.com/rust-lang/crates.io-index"
  7999. checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
  8000. dependencies = [
  8001. "lazy_static",
  8002. ]
  8003. [[package]]
  8004. name = "shared-memory-server"
  8005. version = "0.3.5"
  8006. dependencies = [
  8007. "bincode",
  8008. "eyre",
  8009. "raw_sync_2",
  8010. "serde",
  8011. "shared_memory_extended",
  8012. "tracing",
  8013. ]
  8014. [[package]]
  8015. name = "shared_memory_extended"
  8016. version = "0.13.0"
  8017. source = "registry+https://github.com/rust-lang/crates.io-index"
  8018. checksum = "004d7ece9a3be64f85471d50967710b0a146144225bed5f0abd0514a3bed086f"
  8019. dependencies = [
  8020. "cfg-if 1.0.0",
  8021. "libc",
  8022. "nix 0.26.4",
  8023. "rand",
  8024. "win-sys",
  8025. ]
  8026. [[package]]
  8027. name = "shell-escape"
  8028. version = "0.1.5"
  8029. source = "registry+https://github.com/rust-lang/crates.io-index"
  8030. checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
  8031. [[package]]
  8032. name = "shell-words"
  8033. version = "1.1.0"
  8034. source = "registry+https://github.com/rust-lang/crates.io-index"
  8035. checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
  8036. [[package]]
  8037. name = "shellexpand"
  8038. version = "2.1.2"
  8039. source = "registry+https://github.com/rust-lang/crates.io-index"
  8040. checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
  8041. dependencies = [
  8042. "dirs 4.0.0",
  8043. ]
  8044. [[package]]
  8045. name = "shellexpand"
  8046. version = "3.1.0"
  8047. source = "registry+https://github.com/rust-lang/crates.io-index"
  8048. checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
  8049. dependencies = [
  8050. "dirs 5.0.1",
  8051. ]
  8052. [[package]]
  8053. name = "signal-hook"
  8054. version = "0.3.17"
  8055. source = "registry+https://github.com/rust-lang/crates.io-index"
  8056. checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
  8057. dependencies = [
  8058. "libc",
  8059. "signal-hook-registry",
  8060. ]
  8061. [[package]]
  8062. name = "signal-hook-mio"
  8063. version = "0.2.3"
  8064. source = "registry+https://github.com/rust-lang/crates.io-index"
  8065. checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
  8066. dependencies = [
  8067. "libc",
  8068. "mio 0.8.11",
  8069. "signal-hook",
  8070. ]
  8071. [[package]]
  8072. name = "signal-hook-registry"
  8073. version = "1.4.2"
  8074. source = "registry+https://github.com/rust-lang/crates.io-index"
  8075. checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
  8076. dependencies = [
  8077. "libc",
  8078. ]
  8079. [[package]]
  8080. name = "signature"
  8081. version = "1.6.4"
  8082. source = "registry+https://github.com/rust-lang/crates.io-index"
  8083. checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
  8084. dependencies = [
  8085. "digest",
  8086. "rand_core",
  8087. ]
  8088. [[package]]
  8089. name = "simd-adler32"
  8090. version = "0.3.7"
  8091. source = "registry+https://github.com/rust-lang/crates.io-index"
  8092. checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
  8093. [[package]]
  8094. name = "simdutf8"
  8095. version = "0.1.4"
  8096. source = "registry+https://github.com/rust-lang/crates.io-index"
  8097. checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
  8098. [[package]]
  8099. name = "similar"
  8100. version = "2.5.0"
  8101. source = "registry+https://github.com/rust-lang/crates.io-index"
  8102. checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640"
  8103. dependencies = [
  8104. "bstr 0.2.17",
  8105. "unicode-segmentation",
  8106. ]
  8107. [[package]]
  8108. name = "similar-asserts"
  8109. version = "1.5.0"
  8110. source = "registry+https://github.com/rust-lang/crates.io-index"
  8111. checksum = "e041bb827d1bfca18f213411d51b665309f1afb37a04a5d1464530e13779fc0f"
  8112. dependencies = [
  8113. "console",
  8114. "similar",
  8115. ]
  8116. [[package]]
  8117. name = "skeptic"
  8118. version = "0.13.7"
  8119. source = "registry+https://github.com/rust-lang/crates.io-index"
  8120. checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8"
  8121. dependencies = [
  8122. "bytecount",
  8123. "cargo_metadata 0.14.2",
  8124. "error-chain",
  8125. "glob",
  8126. "pulldown-cmark 0.9.6",
  8127. "tempfile",
  8128. "walkdir",
  8129. ]
  8130. [[package]]
  8131. name = "slab"
  8132. version = "0.4.9"
  8133. source = "registry+https://github.com/rust-lang/crates.io-index"
  8134. checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
  8135. dependencies = [
  8136. "autocfg",
  8137. ]
  8138. [[package]]
  8139. name = "slotmap"
  8140. version = "1.0.7"
  8141. source = "registry+https://github.com/rust-lang/crates.io-index"
  8142. checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
  8143. dependencies = [
  8144. "serde",
  8145. "version_check",
  8146. ]
  8147. [[package]]
  8148. name = "smallvec"
  8149. version = "1.13.2"
  8150. source = "registry+https://github.com/rust-lang/crates.io-index"
  8151. checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
  8152. dependencies = [
  8153. "serde",
  8154. ]
  8155. [[package]]
  8156. name = "smithay-client-toolkit"
  8157. version = "0.18.1"
  8158. source = "registry+https://github.com/rust-lang/crates.io-index"
  8159. checksum = "922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a"
  8160. dependencies = [
  8161. "bitflags 2.6.0",
  8162. "calloop",
  8163. "calloop-wayland-source",
  8164. "cursor-icon",
  8165. "libc",
  8166. "log",
  8167. "memmap2",
  8168. "rustix 0.38.34",
  8169. "thiserror",
  8170. "wayland-backend",
  8171. "wayland-client",
  8172. "wayland-csd-frame",
  8173. "wayland-cursor",
  8174. "wayland-protocols",
  8175. "wayland-protocols-wlr",
  8176. "wayland-scanner",
  8177. "xkeysym",
  8178. ]
  8179. [[package]]
  8180. name = "smithay-clipboard"
  8181. version = "0.7.1"
  8182. source = "registry+https://github.com/rust-lang/crates.io-index"
  8183. checksum = "c091e7354ea8059d6ad99eace06dd13ddeedbb0ac72d40a9a6e7ff790525882d"
  8184. dependencies = [
  8185. "libc",
  8186. "smithay-client-toolkit",
  8187. "wayland-backend",
  8188. ]
  8189. [[package]]
  8190. name = "smol_str"
  8191. version = "0.2.2"
  8192. source = "registry+https://github.com/rust-lang/crates.io-index"
  8193. checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
  8194. dependencies = [
  8195. "serde",
  8196. ]
  8197. [[package]]
  8198. name = "snap"
  8199. version = "1.1.1"
  8200. source = "registry+https://github.com/rust-lang/crates.io-index"
  8201. checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
  8202. [[package]]
  8203. name = "socket2"
  8204. version = "0.4.10"
  8205. source = "registry+https://github.com/rust-lang/crates.io-index"
  8206. checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
  8207. dependencies = [
  8208. "libc",
  8209. "winapi 0.3.9",
  8210. ]
  8211. [[package]]
  8212. name = "socket2"
  8213. version = "0.5.7"
  8214. source = "registry+https://github.com/rust-lang/crates.io-index"
  8215. checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
  8216. dependencies = [
  8217. "libc",
  8218. "windows-sys 0.52.0",
  8219. ]
  8220. [[package]]
  8221. name = "socketpair"
  8222. version = "0.19.5"
  8223. source = "registry+https://github.com/rust-lang/crates.io-index"
  8224. checksum = "255e2c62749a9d8a59a7957add782c441e1a52a18d03d7bfde6211cf7bac94f6"
  8225. dependencies = [
  8226. "io-extras",
  8227. "io-lifetimes 2.0.3",
  8228. "rustix 0.38.34",
  8229. "uuid",
  8230. "windows-sys 0.52.0",
  8231. ]
  8232. [[package]]
  8233. name = "speedy"
  8234. version = "0.8.7"
  8235. source = "registry+https://github.com/rust-lang/crates.io-index"
  8236. checksum = "da1992073f0e55aab599f4483c460598219b4f9ff0affa124b33580ab511e25a"
  8237. dependencies = [
  8238. "memoffset 0.9.1",
  8239. "speedy-derive",
  8240. ]
  8241. [[package]]
  8242. name = "speedy-derive"
  8243. version = "0.8.7"
  8244. source = "registry+https://github.com/rust-lang/crates.io-index"
  8245. checksum = "658f2ca5276b92c3dfd65fa88316b4e032ace68f88d7570b43967784c0bac5ac"
  8246. dependencies = [
  8247. "proc-macro2",
  8248. "quote",
  8249. "syn 2.0.68",
  8250. ]
  8251. [[package]]
  8252. name = "spin"
  8253. version = "0.5.2"
  8254. source = "registry+https://github.com/rust-lang/crates.io-index"
  8255. checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
  8256. [[package]]
  8257. name = "spin"
  8258. version = "0.9.8"
  8259. source = "registry+https://github.com/rust-lang/crates.io-index"
  8260. checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
  8261. dependencies = [
  8262. "lock_api",
  8263. ]
  8264. [[package]]
  8265. name = "spirv"
  8266. version = "0.3.0+sdk-1.3.268.0"
  8267. source = "registry+https://github.com/rust-lang/crates.io-index"
  8268. checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
  8269. dependencies = [
  8270. "bitflags 2.6.0",
  8271. ]
  8272. [[package]]
  8273. name = "spki"
  8274. version = "0.6.0"
  8275. source = "registry+https://github.com/rust-lang/crates.io-index"
  8276. checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
  8277. dependencies = [
  8278. "base64ct",
  8279. "der",
  8280. ]
  8281. [[package]]
  8282. name = "stabby"
  8283. version = "36.1.1-rc8"
  8284. source = "registry+https://github.com/rust-lang/crates.io-index"
  8285. checksum = "08cc900971922b54e6a2538906ec4bb17ae834d99ff9025741c701edf44006ba"
  8286. dependencies = [
  8287. "rustversion",
  8288. "stabby-abi",
  8289. ]
  8290. [[package]]
  8291. name = "stabby-abi"
  8292. version = "36.1.1-rc8"
  8293. source = "registry+https://github.com/rust-lang/crates.io-index"
  8294. checksum = "ca372c473f8a01399568c4d6d131e6248d71958e38eb2e574b863feedbddac27"
  8295. dependencies = [
  8296. "rustversion",
  8297. "sha2-const-stable",
  8298. "stabby-macros",
  8299. ]
  8300. [[package]]
  8301. name = "stabby-macros"
  8302. version = "36.1.1-rc8"
  8303. source = "registry+https://github.com/rust-lang/crates.io-index"
  8304. checksum = "80454eabdc8324ded185cd1c91641127f7f7186be3b21ef5a21202affc4544ce"
  8305. dependencies = [
  8306. "proc-macro-crate 1.3.1",
  8307. "proc-macro2",
  8308. "quote",
  8309. "rand",
  8310. "syn 1.0.109",
  8311. ]
  8312. [[package]]
  8313. name = "static_assertions"
  8314. version = "1.1.0"
  8315. source = "registry+https://github.com/rust-lang/crates.io-index"
  8316. checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
  8317. [[package]]
  8318. name = "std_prelude"
  8319. version = "0.2.12"
  8320. source = "registry+https://github.com/rust-lang/crates.io-index"
  8321. checksum = "8207e78455ffdf55661170876f88daf85356e4edd54e0a3dbc79586ca1e50cbe"
  8322. [[package]]
  8323. name = "stop-token"
  8324. version = "0.7.0"
  8325. source = "registry+https://github.com/rust-lang/crates.io-index"
  8326. checksum = "af91f480ee899ab2d9f8435bfdfc14d08a5754bd9d3fef1f1a1c23336aad6c8b"
  8327. dependencies = [
  8328. "async-channel 1.9.0",
  8329. "cfg-if 1.0.0",
  8330. "futures-core",
  8331. "pin-project-lite",
  8332. ]
  8333. [[package]]
  8334. name = "strsim"
  8335. version = "0.10.0"
  8336. source = "registry+https://github.com/rust-lang/crates.io-index"
  8337. checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
  8338. [[package]]
  8339. name = "strsim"
  8340. version = "0.11.1"
  8341. source = "registry+https://github.com/rust-lang/crates.io-index"
  8342. checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
  8343. [[package]]
  8344. name = "strum"
  8345. version = "0.25.0"
  8346. source = "registry+https://github.com/rust-lang/crates.io-index"
  8347. checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
  8348. dependencies = [
  8349. "strum_macros 0.25.3",
  8350. ]
  8351. [[package]]
  8352. name = "strum"
  8353. version = "0.26.3"
  8354. source = "registry+https://github.com/rust-lang/crates.io-index"
  8355. checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
  8356. [[package]]
  8357. name = "strum_macros"
  8358. version = "0.25.3"
  8359. source = "registry+https://github.com/rust-lang/crates.io-index"
  8360. checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
  8361. dependencies = [
  8362. "heck 0.4.1",
  8363. "proc-macro2",
  8364. "quote",
  8365. "rustversion",
  8366. "syn 2.0.68",
  8367. ]
  8368. [[package]]
  8369. name = "strum_macros"
  8370. version = "0.26.4"
  8371. source = "registry+https://github.com/rust-lang/crates.io-index"
  8372. checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
  8373. dependencies = [
  8374. "heck 0.5.0",
  8375. "proc-macro2",
  8376. "quote",
  8377. "rustversion",
  8378. "syn 2.0.68",
  8379. ]
  8380. [[package]]
  8381. name = "sublime_fuzzy"
  8382. version = "0.7.0"
  8383. source = "registry+https://github.com/rust-lang/crates.io-index"
  8384. checksum = "fa7986063f7c0ab374407e586d7048a3d5aac94f103f751088bf398e07cd5400"
  8385. [[package]]
  8386. name = "subtle"
  8387. version = "2.6.1"
  8388. source = "registry+https://github.com/rust-lang/crates.io-index"
  8389. checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
  8390. [[package]]
  8391. name = "syn"
  8392. version = "1.0.109"
  8393. source = "registry+https://github.com/rust-lang/crates.io-index"
  8394. checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
  8395. dependencies = [
  8396. "proc-macro2",
  8397. "quote",
  8398. "unicode-ident",
  8399. ]
  8400. [[package]]
  8401. name = "syn"
  8402. version = "2.0.68"
  8403. source = "registry+https://github.com/rust-lang/crates.io-index"
  8404. checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9"
  8405. dependencies = [
  8406. "proc-macro2",
  8407. "quote",
  8408. "unicode-ident",
  8409. ]
  8410. [[package]]
  8411. name = "sync_wrapper"
  8412. version = "0.1.2"
  8413. source = "registry+https://github.com/rust-lang/crates.io-index"
  8414. checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
  8415. [[package]]
  8416. name = "sync_wrapper"
  8417. version = "1.0.1"
  8418. source = "registry+https://github.com/rust-lang/crates.io-index"
  8419. checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
  8420. [[package]]
  8421. name = "syntect"
  8422. version = "5.2.0"
  8423. source = "registry+https://github.com/rust-lang/crates.io-index"
  8424. checksum = "874dcfa363995604333cf947ae9f751ca3af4522c60886774c4963943b4746b1"
  8425. dependencies = [
  8426. "bincode",
  8427. "bitflags 1.3.2",
  8428. "flate2",
  8429. "fnv",
  8430. "once_cell",
  8431. "onig",
  8432. "plist",
  8433. "regex-syntax 0.8.4",
  8434. "serde",
  8435. "serde_derive",
  8436. "serde_json",
  8437. "thiserror",
  8438. "walkdir",
  8439. "yaml-rust",
  8440. ]
  8441. [[package]]
  8442. name = "sys-info"
  8443. version = "0.9.1"
  8444. source = "registry+https://github.com/rust-lang/crates.io-index"
  8445. checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
  8446. dependencies = [
  8447. "cc",
  8448. "libc",
  8449. ]
  8450. [[package]]
  8451. name = "sysinfo"
  8452. version = "0.29.11"
  8453. source = "registry+https://github.com/rust-lang/crates.io-index"
  8454. checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666"
  8455. dependencies = [
  8456. "cfg-if 1.0.0",
  8457. "core-foundation-sys",
  8458. "libc",
  8459. "ntapi",
  8460. "once_cell",
  8461. "rayon",
  8462. "winapi 0.3.9",
  8463. ]
  8464. [[package]]
  8465. name = "sysinfo"
  8466. version = "0.30.13"
  8467. source = "registry+https://github.com/rust-lang/crates.io-index"
  8468. checksum = "0a5b4ddaee55fb2bea2bf0e5000747e5f5c0de765e5a5ff87f4cd106439f4bb3"
  8469. dependencies = [
  8470. "cfg-if 1.0.0",
  8471. "core-foundation-sys",
  8472. "libc",
  8473. "ntapi",
  8474. "once_cell",
  8475. "rayon",
  8476. "windows 0.52.0",
  8477. ]
  8478. [[package]]
  8479. name = "tabwriter"
  8480. version = "1.4.0"
  8481. source = "registry+https://github.com/rust-lang/crates.io-index"
  8482. checksum = "a327282c4f64f6dc37e3bba4c2b6842cc3a992f204fa58d917696a89f691e5f6"
  8483. dependencies = [
  8484. "unicode-width",
  8485. ]
  8486. [[package]]
  8487. name = "tap"
  8488. version = "1.0.1"
  8489. source = "registry+https://github.com/rust-lang/crates.io-index"
  8490. checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
  8491. [[package]]
  8492. name = "target-lexicon"
  8493. version = "0.12.14"
  8494. source = "registry+https://github.com/rust-lang/crates.io-index"
  8495. checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
  8496. [[package]]
  8497. name = "tempfile"
  8498. version = "3.10.1"
  8499. source = "registry+https://github.com/rust-lang/crates.io-index"
  8500. checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
  8501. dependencies = [
  8502. "cfg-if 1.0.0",
  8503. "fastrand 2.1.0",
  8504. "rustix 0.38.34",
  8505. "windows-sys 0.52.0",
  8506. ]
  8507. [[package]]
  8508. name = "termcolor"
  8509. version = "1.4.1"
  8510. source = "registry+https://github.com/rust-lang/crates.io-index"
  8511. checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
  8512. dependencies = [
  8513. "winapi-util",
  8514. ]
  8515. [[package]]
  8516. name = "terminal_size"
  8517. version = "0.3.0"
  8518. source = "registry+https://github.com/rust-lang/crates.io-index"
  8519. checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
  8520. dependencies = [
  8521. "rustix 0.38.34",
  8522. "windows-sys 0.48.0",
  8523. ]
  8524. [[package]]
  8525. name = "textwrap"
  8526. version = "0.16.1"
  8527. source = "registry+https://github.com/rust-lang/crates.io-index"
  8528. checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
  8529. [[package]]
  8530. name = "thiserror"
  8531. version = "1.0.63"
  8532. source = "registry+https://github.com/rust-lang/crates.io-index"
  8533. checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
  8534. dependencies = [
  8535. "thiserror-impl",
  8536. ]
  8537. [[package]]
  8538. name = "thiserror-impl"
  8539. version = "1.0.63"
  8540. source = "registry+https://github.com/rust-lang/crates.io-index"
  8541. checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
  8542. dependencies = [
  8543. "proc-macro2",
  8544. "quote",
  8545. "syn 2.0.68",
  8546. ]
  8547. [[package]]
  8548. name = "thread_local"
  8549. version = "1.1.8"
  8550. source = "registry+https://github.com/rust-lang/crates.io-index"
  8551. checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
  8552. dependencies = [
  8553. "cfg-if 1.0.0",
  8554. "once_cell",
  8555. ]
  8556. [[package]]
  8557. name = "threadpool"
  8558. version = "1.8.1"
  8559. source = "registry+https://github.com/rust-lang/crates.io-index"
  8560. checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
  8561. dependencies = [
  8562. "num_cpus",
  8563. ]
  8564. [[package]]
  8565. name = "thrift"
  8566. version = "0.16.0"
  8567. source = "registry+https://github.com/rust-lang/crates.io-index"
  8568. checksum = "09678c4cdbb4eed72e18b7c2af1329c69825ed16fcbac62d083fc3e2b0590ff0"
  8569. dependencies = [
  8570. "byteorder",
  8571. "integer-encoding",
  8572. "log",
  8573. "ordered-float 1.1.1",
  8574. "threadpool",
  8575. ]
  8576. [[package]]
  8577. name = "thrift"
  8578. version = "0.17.0"
  8579. source = "registry+https://github.com/rust-lang/crates.io-index"
  8580. checksum = "7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09"
  8581. dependencies = [
  8582. "byteorder",
  8583. "integer-encoding",
  8584. "ordered-float 2.10.1",
  8585. ]
  8586. [[package]]
  8587. name = "tiff"
  8588. version = "0.9.1"
  8589. source = "registry+https://github.com/rust-lang/crates.io-index"
  8590. checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
  8591. dependencies = [
  8592. "flate2",
  8593. "jpeg-decoder",
  8594. "weezl",
  8595. ]
  8596. [[package]]
  8597. name = "time"
  8598. version = "0.3.36"
  8599. source = "registry+https://github.com/rust-lang/crates.io-index"
  8600. checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
  8601. dependencies = [
  8602. "deranged",
  8603. "itoa",
  8604. "js-sys",
  8605. "libc",
  8606. "num-conv",
  8607. "num_threads",
  8608. "powerfmt",
  8609. "serde",
  8610. "time-core",
  8611. "time-macros",
  8612. ]
  8613. [[package]]
  8614. name = "time-core"
  8615. version = "0.1.2"
  8616. source = "registry+https://github.com/rust-lang/crates.io-index"
  8617. checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
  8618. [[package]]
  8619. name = "time-macros"
  8620. version = "0.2.18"
  8621. source = "registry+https://github.com/rust-lang/crates.io-index"
  8622. checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
  8623. dependencies = [
  8624. "num-conv",
  8625. "time-core",
  8626. ]
  8627. [[package]]
  8628. name = "tiny-keccak"
  8629. version = "2.0.2"
  8630. source = "registry+https://github.com/rust-lang/crates.io-index"
  8631. checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
  8632. dependencies = [
  8633. "crunchy",
  8634. ]
  8635. [[package]]
  8636. name = "tinystl"
  8637. version = "0.0.3"
  8638. source = "registry+https://github.com/rust-lang/crates.io-index"
  8639. checksum = "fdbcdda2f86a57b89b5d9ac17cd4c9f3917ec8edcde403badf3d992d2947af2a"
  8640. dependencies = [
  8641. "bytemuck",
  8642. ]
  8643. [[package]]
  8644. name = "tinyvec"
  8645. version = "1.6.1"
  8646. source = "registry+https://github.com/rust-lang/crates.io-index"
  8647. checksum = "c55115c6fbe2d2bef26eb09ad74bde02d8255476fc0c7b515ef09fbb35742d82"
  8648. dependencies = [
  8649. "tinyvec_macros",
  8650. ]
  8651. [[package]]
  8652. name = "tinyvec_macros"
  8653. version = "0.1.1"
  8654. source = "registry+https://github.com/rust-lang/crates.io-index"
  8655. checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
  8656. [[package]]
  8657. name = "tobj"
  8658. version = "4.0.2"
  8659. source = "registry+https://github.com/rust-lang/crates.io-index"
  8660. checksum = "c3bd4ba05f29e4c65b6c0c11a58b6465ffa820bac890d76ad407b4e81d8372e8"
  8661. dependencies = [
  8662. "ahash",
  8663. ]
  8664. [[package]]
  8665. name = "tokio"
  8666. version = "1.39.2"
  8667. source = "registry+https://github.com/rust-lang/crates.io-index"
  8668. checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1"
  8669. dependencies = [
  8670. "backtrace",
  8671. "bytes",
  8672. "libc",
  8673. "mio 1.0.1",
  8674. "parking_lot",
  8675. "pin-project-lite",
  8676. "signal-hook-registry",
  8677. "socket2 0.5.7",
  8678. "tokio-macros",
  8679. "windows-sys 0.52.0",
  8680. ]
  8681. [[package]]
  8682. name = "tokio-io-timeout"
  8683. version = "1.2.0"
  8684. source = "registry+https://github.com/rust-lang/crates.io-index"
  8685. checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
  8686. dependencies = [
  8687. "pin-project-lite",
  8688. "tokio",
  8689. ]
  8690. [[package]]
  8691. name = "tokio-macros"
  8692. version = "2.4.0"
  8693. source = "registry+https://github.com/rust-lang/crates.io-index"
  8694. checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
  8695. dependencies = [
  8696. "proc-macro2",
  8697. "quote",
  8698. "syn 2.0.68",
  8699. ]
  8700. [[package]]
  8701. name = "tokio-rustls"
  8702. version = "0.26.0"
  8703. source = "registry+https://github.com/rust-lang/crates.io-index"
  8704. checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
  8705. dependencies = [
  8706. "rustls 0.23.10",
  8707. "rustls-pki-types",
  8708. "tokio",
  8709. ]
  8710. [[package]]
  8711. name = "tokio-stream"
  8712. version = "0.1.15"
  8713. source = "registry+https://github.com/rust-lang/crates.io-index"
  8714. checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
  8715. dependencies = [
  8716. "futures-core",
  8717. "pin-project-lite",
  8718. "tokio",
  8719. ]
  8720. [[package]]
  8721. name = "tokio-tungstenite"
  8722. version = "0.20.1"
  8723. source = "registry+https://github.com/rust-lang/crates.io-index"
  8724. checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
  8725. dependencies = [
  8726. "futures-util",
  8727. "log",
  8728. "tokio",
  8729. "tungstenite 0.20.1",
  8730. ]
  8731. [[package]]
  8732. name = "tokio-util"
  8733. version = "0.7.11"
  8734. source = "registry+https://github.com/rust-lang/crates.io-index"
  8735. checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
  8736. dependencies = [
  8737. "bytes",
  8738. "futures-core",
  8739. "futures-sink",
  8740. "pin-project-lite",
  8741. "tokio",
  8742. ]
  8743. [[package]]
  8744. name = "toml_datetime"
  8745. version = "0.6.6"
  8746. source = "registry+https://github.com/rust-lang/crates.io-index"
  8747. checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
  8748. [[package]]
  8749. name = "toml_edit"
  8750. version = "0.19.15"
  8751. source = "registry+https://github.com/rust-lang/crates.io-index"
  8752. checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
  8753. dependencies = [
  8754. "indexmap 2.2.6",
  8755. "toml_datetime",
  8756. "winnow",
  8757. ]
  8758. [[package]]
  8759. name = "toml_edit"
  8760. version = "0.21.1"
  8761. source = "registry+https://github.com/rust-lang/crates.io-index"
  8762. checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
  8763. dependencies = [
  8764. "indexmap 2.2.6",
  8765. "toml_datetime",
  8766. "winnow",
  8767. ]
  8768. [[package]]
  8769. name = "tonic"
  8770. version = "0.11.0"
  8771. source = "registry+https://github.com/rust-lang/crates.io-index"
  8772. checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13"
  8773. dependencies = [
  8774. "async-stream",
  8775. "async-trait",
  8776. "axum",
  8777. "base64 0.21.7",
  8778. "bytes",
  8779. "h2",
  8780. "http 0.2.12",
  8781. "http-body 0.4.6",
  8782. "hyper 0.14.29",
  8783. "hyper-timeout",
  8784. "percent-encoding",
  8785. "pin-project",
  8786. "prost",
  8787. "tokio",
  8788. "tokio-stream",
  8789. "tower",
  8790. "tower-layer",
  8791. "tower-service",
  8792. "tracing",
  8793. ]
  8794. [[package]]
  8795. name = "tower"
  8796. version = "0.4.13"
  8797. source = "registry+https://github.com/rust-lang/crates.io-index"
  8798. checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
  8799. dependencies = [
  8800. "futures-core",
  8801. "futures-util",
  8802. "indexmap 1.9.3",
  8803. "pin-project",
  8804. "pin-project-lite",
  8805. "rand",
  8806. "slab",
  8807. "tokio",
  8808. "tokio-util",
  8809. "tower-layer",
  8810. "tower-service",
  8811. "tracing",
  8812. ]
  8813. [[package]]
  8814. name = "tower-layer"
  8815. version = "0.3.2"
  8816. source = "registry+https://github.com/rust-lang/crates.io-index"
  8817. checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
  8818. [[package]]
  8819. name = "tower-service"
  8820. version = "0.3.2"
  8821. source = "registry+https://github.com/rust-lang/crates.io-index"
  8822. checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
  8823. [[package]]
  8824. name = "tracing"
  8825. version = "0.1.40"
  8826. source = "registry+https://github.com/rust-lang/crates.io-index"
  8827. checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
  8828. dependencies = [
  8829. "log",
  8830. "pin-project-lite",
  8831. "tracing-attributes",
  8832. "tracing-core",
  8833. ]
  8834. [[package]]
  8835. name = "tracing-attributes"
  8836. version = "0.1.27"
  8837. source = "registry+https://github.com/rust-lang/crates.io-index"
  8838. checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
  8839. dependencies = [
  8840. "proc-macro2",
  8841. "quote",
  8842. "syn 2.0.68",
  8843. ]
  8844. [[package]]
  8845. name = "tracing-core"
  8846. version = "0.1.32"
  8847. source = "registry+https://github.com/rust-lang/crates.io-index"
  8848. checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
  8849. dependencies = [
  8850. "once_cell",
  8851. "valuable",
  8852. ]
  8853. [[package]]
  8854. name = "tracing-log"
  8855. version = "0.1.4"
  8856. source = "registry+https://github.com/rust-lang/crates.io-index"
  8857. checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2"
  8858. dependencies = [
  8859. "log",
  8860. "once_cell",
  8861. "tracing-core",
  8862. ]
  8863. [[package]]
  8864. name = "tracing-log"
  8865. version = "0.2.0"
  8866. source = "registry+https://github.com/rust-lang/crates.io-index"
  8867. checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
  8868. dependencies = [
  8869. "log",
  8870. "once_cell",
  8871. "tracing-core",
  8872. ]
  8873. [[package]]
  8874. name = "tracing-opentelemetry"
  8875. version = "0.18.0"
  8876. source = "registry+https://github.com/rust-lang/crates.io-index"
  8877. checksum = "21ebb87a95ea13271332df069020513ab70bdb5637ca42d6e492dc3bbbad48de"
  8878. dependencies = [
  8879. "once_cell",
  8880. "opentelemetry 0.18.0",
  8881. "tracing",
  8882. "tracing-core",
  8883. "tracing-log 0.1.4",
  8884. "tracing-subscriber",
  8885. ]
  8886. [[package]]
  8887. name = "tracing-subscriber"
  8888. version = "0.3.18"
  8889. source = "registry+https://github.com/rust-lang/crates.io-index"
  8890. checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
  8891. dependencies = [
  8892. "matchers",
  8893. "nu-ansi-term 0.46.0",
  8894. "once_cell",
  8895. "regex",
  8896. "sharded-slab",
  8897. "smallvec",
  8898. "thread_local",
  8899. "tracing",
  8900. "tracing-core",
  8901. "tracing-log 0.2.0",
  8902. ]
  8903. [[package]]
  8904. name = "try-lock"
  8905. version = "0.2.5"
  8906. source = "registry+https://github.com/rust-lang/crates.io-index"
  8907. checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
  8908. [[package]]
  8909. name = "ttf-parser"
  8910. version = "0.21.1"
  8911. source = "registry+https://github.com/rust-lang/crates.io-index"
  8912. checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
  8913. [[package]]
  8914. name = "tungstenite"
  8915. version = "0.20.1"
  8916. source = "registry+https://github.com/rust-lang/crates.io-index"
  8917. checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
  8918. dependencies = [
  8919. "byteorder",
  8920. "bytes",
  8921. "data-encoding",
  8922. "http 0.2.12",
  8923. "httparse",
  8924. "log",
  8925. "rand",
  8926. "sha1",
  8927. "thiserror",
  8928. "url",
  8929. "utf-8",
  8930. ]
  8931. [[package]]
  8932. name = "tungstenite"
  8933. version = "0.21.0"
  8934. source = "registry+https://github.com/rust-lang/crates.io-index"
  8935. checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
  8936. dependencies = [
  8937. "byteorder",
  8938. "bytes",
  8939. "data-encoding",
  8940. "http 1.1.0",
  8941. "httparse",
  8942. "log",
  8943. "rand",
  8944. "sha1",
  8945. "thiserror",
  8946. "url",
  8947. "utf-8",
  8948. ]
  8949. [[package]]
  8950. name = "twox-hash"
  8951. version = "1.6.3"
  8952. source = "registry+https://github.com/rust-lang/crates.io-index"
  8953. checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
  8954. dependencies = [
  8955. "cfg-if 1.0.0",
  8956. "static_assertions",
  8957. ]
  8958. [[package]]
  8959. name = "type-map"
  8960. version = "0.5.0"
  8961. source = "registry+https://github.com/rust-lang/crates.io-index"
  8962. checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f"
  8963. dependencies = [
  8964. "rustc-hash",
  8965. ]
  8966. [[package]]
  8967. name = "typenum"
  8968. version = "1.17.0"
  8969. source = "registry+https://github.com/rust-lang/crates.io-index"
  8970. checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
  8971. [[package]]
  8972. name = "ucd-trie"
  8973. version = "0.1.6"
  8974. source = "registry+https://github.com/rust-lang/crates.io-index"
  8975. checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
  8976. [[package]]
  8977. name = "uds_windows"
  8978. version = "1.1.0"
  8979. source = "registry+https://github.com/rust-lang/crates.io-index"
  8980. checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
  8981. dependencies = [
  8982. "memoffset 0.9.1",
  8983. "tempfile",
  8984. "winapi 0.3.9",
  8985. ]
  8986. [[package]]
  8987. name = "uhlc"
  8988. version = "0.5.2"
  8989. source = "registry+https://github.com/rust-lang/crates.io-index"
  8990. checksum = "8d291a7454d390b753ef68df8145da18367e32883ec2fa863959f0aefb915cdb"
  8991. dependencies = [
  8992. "hex",
  8993. "humantime",
  8994. "lazy_static",
  8995. "log",
  8996. "serde",
  8997. "spin 0.9.8",
  8998. "uuid",
  8999. ]
  9000. [[package]]
  9001. name = "unicase"
  9002. version = "2.7.0"
  9003. source = "registry+https://github.com/rust-lang/crates.io-index"
  9004. checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
  9005. dependencies = [
  9006. "version_check",
  9007. ]
  9008. [[package]]
  9009. name = "unicode-bidi"
  9010. version = "0.3.15"
  9011. source = "registry+https://github.com/rust-lang/crates.io-index"
  9012. checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
  9013. [[package]]
  9014. name = "unicode-ident"
  9015. version = "1.0.12"
  9016. source = "registry+https://github.com/rust-lang/crates.io-index"
  9017. checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
  9018. [[package]]
  9019. name = "unicode-normalization"
  9020. version = "0.1.23"
  9021. source = "registry+https://github.com/rust-lang/crates.io-index"
  9022. checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
  9023. dependencies = [
  9024. "tinyvec",
  9025. ]
  9026. [[package]]
  9027. name = "unicode-segmentation"
  9028. version = "1.11.0"
  9029. source = "registry+https://github.com/rust-lang/crates.io-index"
  9030. checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
  9031. [[package]]
  9032. name = "unicode-width"
  9033. version = "0.1.13"
  9034. source = "registry+https://github.com/rust-lang/crates.io-index"
  9035. checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
  9036. [[package]]
  9037. name = "unicode-xid"
  9038. version = "0.2.4"
  9039. source = "registry+https://github.com/rust-lang/crates.io-index"
  9040. checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
  9041. [[package]]
  9042. name = "unindent"
  9043. version = "0.2.3"
  9044. source = "registry+https://github.com/rust-lang/crates.io-index"
  9045. checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
  9046. [[package]]
  9047. name = "uninit"
  9048. version = "0.5.1"
  9049. source = "registry+https://github.com/rust-lang/crates.io-index"
  9050. checksum = "3e130f2ed46ca5d8ec13c7ff95836827f92f5f5f37fd2b2bf16f33c408d98bb6"
  9051. dependencies = [
  9052. "extension-traits",
  9053. ]
  9054. [[package]]
  9055. name = "unsafe-libyaml"
  9056. version = "0.2.11"
  9057. source = "registry+https://github.com/rust-lang/crates.io-index"
  9058. checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
  9059. [[package]]
  9060. name = "untrusted"
  9061. version = "0.7.1"
  9062. source = "registry+https://github.com/rust-lang/crates.io-index"
  9063. checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
  9064. [[package]]
  9065. name = "untrusted"
  9066. version = "0.9.0"
  9067. source = "registry+https://github.com/rust-lang/crates.io-index"
  9068. checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
  9069. [[package]]
  9070. name = "unwind_safe"
  9071. version = "0.1.0"
  9072. source = "registry+https://github.com/rust-lang/crates.io-index"
  9073. checksum = "0976c77def3f1f75c4ef892a292c31c0bbe9e3d0702c63044d7c76db298171a3"
  9074. [[package]]
  9075. name = "unzip-n"
  9076. version = "0.1.2"
  9077. source = "registry+https://github.com/rust-lang/crates.io-index"
  9078. checksum = "c2e7e85a0596447f0f2ac090e16bc4c516c6fe91771fb0c0ccf7fa3dae896b9c"
  9079. dependencies = [
  9080. "proc-macro2",
  9081. "quote",
  9082. "syn 1.0.109",
  9083. ]
  9084. [[package]]
  9085. name = "ureq"
  9086. version = "2.9.7"
  9087. source = "registry+https://github.com/rust-lang/crates.io-index"
  9088. checksum = "d11a831e3c0b56e438a28308e7c810799e3c118417f342d30ecec080105395cd"
  9089. dependencies = [
  9090. "base64 0.22.1",
  9091. "flate2",
  9092. "log",
  9093. "once_cell",
  9094. "rustls 0.22.4",
  9095. "rustls-pki-types",
  9096. "rustls-webpki",
  9097. "url",
  9098. "webpki-roots 0.26.3",
  9099. ]
  9100. [[package]]
  9101. name = "url"
  9102. version = "2.5.2"
  9103. source = "registry+https://github.com/rust-lang/crates.io-index"
  9104. checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
  9105. dependencies = [
  9106. "form_urlencoded",
  9107. "idna",
  9108. "percent-encoding",
  9109. "serde",
  9110. ]
  9111. [[package]]
  9112. name = "urlencoding"
  9113. version = "2.1.3"
  9114. source = "registry+https://github.com/rust-lang/crates.io-index"
  9115. checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
  9116. [[package]]
  9117. name = "utf-8"
  9118. version = "0.7.6"
  9119. source = "registry+https://github.com/rust-lang/crates.io-index"
  9120. checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
  9121. [[package]]
  9122. name = "utf8parse"
  9123. version = "0.2.2"
  9124. source = "registry+https://github.com/rust-lang/crates.io-index"
  9125. checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
  9126. [[package]]
  9127. name = "uuid"
  9128. version = "1.10.0"
  9129. source = "registry+https://github.com/rust-lang/crates.io-index"
  9130. checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
  9131. dependencies = [
  9132. "getrandom",
  9133. "rand",
  9134. "serde",
  9135. "uuid-macro-internal",
  9136. "wasm-bindgen",
  9137. ]
  9138. [[package]]
  9139. name = "uuid-macro-internal"
  9140. version = "1.10.0"
  9141. source = "registry+https://github.com/rust-lang/crates.io-index"
  9142. checksum = "ee1cd046f83ea2c4e920d6ee9f7c3537ef928d75dce5d84a87c2c5d6b3999a3a"
  9143. dependencies = [
  9144. "proc-macro2",
  9145. "quote",
  9146. "syn 2.0.68",
  9147. ]
  9148. [[package]]
  9149. name = "validated_struct"
  9150. version = "2.1.0"
  9151. source = "registry+https://github.com/rust-lang/crates.io-index"
  9152. checksum = "feef04c049b4beae3037a2a31b8da40d8cebec0b97456f24c7de0ede4ed9efed"
  9153. dependencies = [
  9154. "json5",
  9155. "serde",
  9156. "serde_json",
  9157. "validated_struct_macros",
  9158. ]
  9159. [[package]]
  9160. name = "validated_struct_macros"
  9161. version = "2.1.0"
  9162. source = "registry+https://github.com/rust-lang/crates.io-index"
  9163. checksum = "9d4444a980afa9ef0d29c2a3f4d952ec0495a7a996a9c78b52698b71bc21edb4"
  9164. dependencies = [
  9165. "proc-macro2",
  9166. "quote",
  9167. "syn 1.0.109",
  9168. "unzip-n",
  9169. ]
  9170. [[package]]
  9171. name = "valuable"
  9172. version = "0.1.0"
  9173. source = "registry+https://github.com/rust-lang/crates.io-index"
  9174. checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
  9175. [[package]]
  9176. name = "value-bag"
  9177. version = "1.9.0"
  9178. source = "registry+https://github.com/rust-lang/crates.io-index"
  9179. checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
  9180. [[package]]
  9181. name = "vcpkg"
  9182. version = "0.2.15"
  9183. source = "registry+https://github.com/rust-lang/crates.io-index"
  9184. checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
  9185. [[package]]
  9186. name = "vec1"
  9187. version = "1.12.1"
  9188. source = "registry+https://github.com/rust-lang/crates.io-index"
  9189. checksum = "eab68b56840f69efb0fefbe3ab6661499217ffdc58e2eef7c3f6f69835386322"
  9190. [[package]]
  9191. name = "vec_map"
  9192. version = "0.8.2"
  9193. source = "registry+https://github.com/rust-lang/crates.io-index"
  9194. checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
  9195. [[package]]
  9196. name = "version_check"
  9197. version = "0.9.4"
  9198. source = "registry+https://github.com/rust-lang/crates.io-index"
  9199. checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
  9200. [[package]]
  9201. name = "waker-fn"
  9202. version = "1.2.0"
  9203. source = "registry+https://github.com/rust-lang/crates.io-index"
  9204. checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
  9205. [[package]]
  9206. name = "walkdir"
  9207. version = "2.5.0"
  9208. source = "registry+https://github.com/rust-lang/crates.io-index"
  9209. checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
  9210. dependencies = [
  9211. "same-file",
  9212. "winapi-util",
  9213. ]
  9214. [[package]]
  9215. name = "want"
  9216. version = "0.3.1"
  9217. source = "registry+https://github.com/rust-lang/crates.io-index"
  9218. checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
  9219. dependencies = [
  9220. "try-lock",
  9221. ]
  9222. [[package]]
  9223. name = "wasi"
  9224. version = "0.11.0+wasi-snapshot-preview1"
  9225. source = "registry+https://github.com/rust-lang/crates.io-index"
  9226. checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
  9227. [[package]]
  9228. name = "wasm-bindgen"
  9229. version = "0.2.92"
  9230. source = "registry+https://github.com/rust-lang/crates.io-index"
  9231. checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
  9232. dependencies = [
  9233. "cfg-if 1.0.0",
  9234. "wasm-bindgen-macro",
  9235. ]
  9236. [[package]]
  9237. name = "wasm-bindgen-backend"
  9238. version = "0.2.92"
  9239. source = "registry+https://github.com/rust-lang/crates.io-index"
  9240. checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
  9241. dependencies = [
  9242. "bumpalo",
  9243. "log",
  9244. "once_cell",
  9245. "proc-macro2",
  9246. "quote",
  9247. "syn 2.0.68",
  9248. "wasm-bindgen-shared",
  9249. ]
  9250. [[package]]
  9251. name = "wasm-bindgen-futures"
  9252. version = "0.4.42"
  9253. source = "registry+https://github.com/rust-lang/crates.io-index"
  9254. checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
  9255. dependencies = [
  9256. "cfg-if 1.0.0",
  9257. "js-sys",
  9258. "wasm-bindgen",
  9259. "web-sys",
  9260. ]
  9261. [[package]]
  9262. name = "wasm-bindgen-macro"
  9263. version = "0.2.92"
  9264. source = "registry+https://github.com/rust-lang/crates.io-index"
  9265. checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
  9266. dependencies = [
  9267. "quote",
  9268. "wasm-bindgen-macro-support",
  9269. ]
  9270. [[package]]
  9271. name = "wasm-bindgen-macro-support"
  9272. version = "0.2.92"
  9273. source = "registry+https://github.com/rust-lang/crates.io-index"
  9274. checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
  9275. dependencies = [
  9276. "proc-macro2",
  9277. "quote",
  9278. "syn 2.0.68",
  9279. "wasm-bindgen-backend",
  9280. "wasm-bindgen-shared",
  9281. ]
  9282. [[package]]
  9283. name = "wasm-bindgen-shared"
  9284. version = "0.2.92"
  9285. source = "registry+https://github.com/rust-lang/crates.io-index"
  9286. checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
  9287. [[package]]
  9288. name = "wasm-streams"
  9289. version = "0.4.0"
  9290. source = "registry+https://github.com/rust-lang/crates.io-index"
  9291. checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
  9292. dependencies = [
  9293. "futures-util",
  9294. "js-sys",
  9295. "wasm-bindgen",
  9296. "wasm-bindgen-futures",
  9297. "web-sys",
  9298. ]
  9299. [[package]]
  9300. name = "wayland-backend"
  9301. version = "0.3.4"
  9302. source = "registry+https://github.com/rust-lang/crates.io-index"
  9303. checksum = "34e9e6b6d4a2bb4e7e69433e0b35c7923b95d4dc8503a84d25ec917a4bbfdf07"
  9304. dependencies = [
  9305. "cc",
  9306. "downcast-rs",
  9307. "rustix 0.38.34",
  9308. "scoped-tls",
  9309. "smallvec",
  9310. "wayland-sys",
  9311. ]
  9312. [[package]]
  9313. name = "wayland-client"
  9314. version = "0.31.3"
  9315. source = "registry+https://github.com/rust-lang/crates.io-index"
  9316. checksum = "1e63801c85358a431f986cffa74ba9599ff571fc5774ac113ed3b490c19a1133"
  9317. dependencies = [
  9318. "bitflags 2.6.0",
  9319. "rustix 0.38.34",
  9320. "wayland-backend",
  9321. "wayland-scanner",
  9322. ]
  9323. [[package]]
  9324. name = "wayland-csd-frame"
  9325. version = "0.3.0"
  9326. source = "registry+https://github.com/rust-lang/crates.io-index"
  9327. checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
  9328. dependencies = [
  9329. "bitflags 2.6.0",
  9330. "cursor-icon",
  9331. "wayland-backend",
  9332. ]
  9333. [[package]]
  9334. name = "wayland-cursor"
  9335. version = "0.31.3"
  9336. source = "registry+https://github.com/rust-lang/crates.io-index"
  9337. checksum = "a206e8b2b53b1d3fcb9428fec72bc278ce539e2fa81fe2bfc1ab27703d5187b9"
  9338. dependencies = [
  9339. "rustix 0.38.34",
  9340. "wayland-client",
  9341. "xcursor",
  9342. ]
  9343. [[package]]
  9344. name = "wayland-protocols"
  9345. version = "0.31.2"
  9346. source = "registry+https://github.com/rust-lang/crates.io-index"
  9347. checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
  9348. dependencies = [
  9349. "bitflags 2.6.0",
  9350. "wayland-backend",
  9351. "wayland-client",
  9352. "wayland-scanner",
  9353. ]
  9354. [[package]]
  9355. name = "wayland-protocols-plasma"
  9356. version = "0.2.0"
  9357. source = "registry+https://github.com/rust-lang/crates.io-index"
  9358. checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
  9359. dependencies = [
  9360. "bitflags 2.6.0",
  9361. "wayland-backend",
  9362. "wayland-client",
  9363. "wayland-protocols",
  9364. "wayland-scanner",
  9365. ]
  9366. [[package]]
  9367. name = "wayland-protocols-wlr"
  9368. version = "0.2.0"
  9369. source = "registry+https://github.com/rust-lang/crates.io-index"
  9370. checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6"
  9371. dependencies = [
  9372. "bitflags 2.6.0",
  9373. "wayland-backend",
  9374. "wayland-client",
  9375. "wayland-protocols",
  9376. "wayland-scanner",
  9377. ]
  9378. [[package]]
  9379. name = "wayland-scanner"
  9380. version = "0.31.2"
  9381. source = "registry+https://github.com/rust-lang/crates.io-index"
  9382. checksum = "67da50b9f80159dec0ea4c11c13e24ef9e7574bd6ce24b01860a175010cea565"
  9383. dependencies = [
  9384. "proc-macro2",
  9385. "quick-xml",
  9386. "quote",
  9387. ]
  9388. [[package]]
  9389. name = "wayland-sys"
  9390. version = "0.31.2"
  9391. source = "registry+https://github.com/rust-lang/crates.io-index"
  9392. checksum = "105b1842da6554f91526c14a2a2172897b7f745a805d62af4ce698706be79c12"
  9393. dependencies = [
  9394. "dlib",
  9395. "log",
  9396. "once_cell",
  9397. "pkg-config",
  9398. ]
  9399. [[package]]
  9400. name = "web-sys"
  9401. version = "0.3.69"
  9402. source = "registry+https://github.com/rust-lang/crates.io-index"
  9403. checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
  9404. dependencies = [
  9405. "js-sys",
  9406. "wasm-bindgen",
  9407. ]
  9408. [[package]]
  9409. name = "web-time"
  9410. version = "0.2.4"
  9411. source = "registry+https://github.com/rust-lang/crates.io-index"
  9412. checksum = "aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0"
  9413. dependencies = [
  9414. "js-sys",
  9415. "wasm-bindgen",
  9416. ]
  9417. [[package]]
  9418. name = "webbrowser"
  9419. version = "0.8.15"
  9420. source = "registry+https://github.com/rust-lang/crates.io-index"
  9421. checksum = "db67ae75a9405634f5882791678772c94ff5f16a66535aae186e26aa0841fc8b"
  9422. dependencies = [
  9423. "core-foundation",
  9424. "home",
  9425. "jni",
  9426. "log",
  9427. "ndk-context",
  9428. "objc",
  9429. "raw-window-handle 0.5.2",
  9430. "url",
  9431. "web-sys",
  9432. ]
  9433. [[package]]
  9434. name = "webpki"
  9435. version = "0.22.4"
  9436. source = "registry+https://github.com/rust-lang/crates.io-index"
  9437. checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
  9438. dependencies = [
  9439. "ring 0.17.8",
  9440. "untrusted 0.9.0",
  9441. ]
  9442. [[package]]
  9443. name = "webpki-roots"
  9444. version = "0.22.6"
  9445. source = "registry+https://github.com/rust-lang/crates.io-index"
  9446. checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
  9447. dependencies = [
  9448. "webpki",
  9449. ]
  9450. [[package]]
  9451. name = "webpki-roots"
  9452. version = "0.26.3"
  9453. source = "registry+https://github.com/rust-lang/crates.io-index"
  9454. checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd"
  9455. dependencies = [
  9456. "rustls-pki-types",
  9457. ]
  9458. [[package]]
  9459. name = "weezl"
  9460. version = "0.1.8"
  9461. source = "registry+https://github.com/rust-lang/crates.io-index"
  9462. checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
  9463. [[package]]
  9464. name = "wgpu"
  9465. version = "0.19.4"
  9466. source = "registry+https://github.com/rust-lang/crates.io-index"
  9467. checksum = "cbd7311dbd2abcfebaabf1841a2824ed7c8be443a0f29166e5d3c6a53a762c01"
  9468. dependencies = [
  9469. "arrayvec",
  9470. "cfg-if 1.0.0",
  9471. "cfg_aliases 0.1.1",
  9472. "js-sys",
  9473. "log",
  9474. "naga",
  9475. "parking_lot",
  9476. "profiling",
  9477. "raw-window-handle 0.6.2",
  9478. "smallvec",
  9479. "static_assertions",
  9480. "wasm-bindgen",
  9481. "wasm-bindgen-futures",
  9482. "web-sys",
  9483. "wgpu-core",
  9484. "wgpu-hal",
  9485. "wgpu-types",
  9486. ]
  9487. [[package]]
  9488. name = "wgpu-core"
  9489. version = "0.19.4"
  9490. source = "registry+https://github.com/rust-lang/crates.io-index"
  9491. checksum = "28b94525fc99ba9e5c9a9e24764f2bc29bad0911a7446c12f446a8277369bf3a"
  9492. dependencies = [
  9493. "arrayvec",
  9494. "bit-vec",
  9495. "bitflags 2.6.0",
  9496. "cfg_aliases 0.1.1",
  9497. "codespan-reporting",
  9498. "indexmap 2.2.6",
  9499. "log",
  9500. "naga",
  9501. "once_cell",
  9502. "parking_lot",
  9503. "profiling",
  9504. "raw-window-handle 0.6.2",
  9505. "rustc-hash",
  9506. "smallvec",
  9507. "thiserror",
  9508. "web-sys",
  9509. "wgpu-hal",
  9510. "wgpu-types",
  9511. ]
  9512. [[package]]
  9513. name = "wgpu-hal"
  9514. version = "0.19.4"
  9515. source = "registry+https://github.com/rust-lang/crates.io-index"
  9516. checksum = "fc1a4924366df7ab41a5d8546d6534f1f33231aa5b3f72b9930e300f254e39c3"
  9517. dependencies = [
  9518. "android_system_properties",
  9519. "arrayvec",
  9520. "ash",
  9521. "bitflags 2.6.0",
  9522. "block",
  9523. "cfg_aliases 0.1.1",
  9524. "core-graphics-types",
  9525. "glow",
  9526. "glutin_wgl_sys",
  9527. "gpu-alloc",
  9528. "gpu-allocator",
  9529. "gpu-descriptor",
  9530. "hassle-rs",
  9531. "js-sys",
  9532. "khronos-egl",
  9533. "libc",
  9534. "libloading 0.8.4",
  9535. "log",
  9536. "metal",
  9537. "naga",
  9538. "ndk-sys",
  9539. "objc",
  9540. "once_cell",
  9541. "parking_lot",
  9542. "profiling",
  9543. "raw-window-handle 0.6.2",
  9544. "renderdoc-sys",
  9545. "rustc-hash",
  9546. "smallvec",
  9547. "thiserror",
  9548. "wasm-bindgen",
  9549. "web-sys",
  9550. "wgpu-types",
  9551. "winapi 0.3.9",
  9552. ]
  9553. [[package]]
  9554. name = "wgpu-types"
  9555. version = "0.19.2"
  9556. source = "registry+https://github.com/rust-lang/crates.io-index"
  9557. checksum = "b671ff9fb03f78b46ff176494ee1ebe7d603393f42664be55b64dc8d53969805"
  9558. dependencies = [
  9559. "bitflags 2.6.0",
  9560. "js-sys",
  9561. "web-sys",
  9562. ]
  9563. [[package]]
  9564. name = "which"
  9565. version = "5.0.0"
  9566. source = "registry+https://github.com/rust-lang/crates.io-index"
  9567. checksum = "9bf3ea8596f3a0dd5980b46430f2058dfe2c36a27ccfbb1845d6fbfcd9ba6e14"
  9568. dependencies = [
  9569. "either",
  9570. "home",
  9571. "once_cell",
  9572. "rustix 0.38.34",
  9573. "windows-sys 0.48.0",
  9574. ]
  9575. [[package]]
  9576. name = "widestring"
  9577. version = "1.1.0"
  9578. source = "registry+https://github.com/rust-lang/crates.io-index"
  9579. checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
  9580. [[package]]
  9581. name = "wild"
  9582. version = "2.2.1"
  9583. source = "registry+https://github.com/rust-lang/crates.io-index"
  9584. checksum = "a3131afc8c575281e1e80f36ed6a092aa502c08b18ed7524e86fbbb12bb410e1"
  9585. dependencies = [
  9586. "glob",
  9587. ]
  9588. [[package]]
  9589. name = "win-sys"
  9590. version = "0.3.1"
  9591. source = "registry+https://github.com/rust-lang/crates.io-index"
  9592. checksum = "5b7b128a98c1cfa201b09eb49ba285887deb3cbe7466a98850eb1adabb452be5"
  9593. dependencies = [
  9594. "windows 0.34.0",
  9595. ]
  9596. [[package]]
  9597. name = "winapi"
  9598. version = "0.2.8"
  9599. source = "registry+https://github.com/rust-lang/crates.io-index"
  9600. checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
  9601. [[package]]
  9602. name = "winapi"
  9603. version = "0.3.9"
  9604. source = "registry+https://github.com/rust-lang/crates.io-index"
  9605. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  9606. dependencies = [
  9607. "winapi-i686-pc-windows-gnu",
  9608. "winapi-x86_64-pc-windows-gnu",
  9609. ]
  9610. [[package]]
  9611. name = "winapi-build"
  9612. version = "0.1.1"
  9613. source = "registry+https://github.com/rust-lang/crates.io-index"
  9614. checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
  9615. [[package]]
  9616. name = "winapi-i686-pc-windows-gnu"
  9617. version = "0.4.0"
  9618. source = "registry+https://github.com/rust-lang/crates.io-index"
  9619. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  9620. [[package]]
  9621. name = "winapi-util"
  9622. version = "0.1.8"
  9623. source = "registry+https://github.com/rust-lang/crates.io-index"
  9624. checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
  9625. dependencies = [
  9626. "windows-sys 0.52.0",
  9627. ]
  9628. [[package]]
  9629. name = "winapi-x86_64-pc-windows-gnu"
  9630. version = "0.4.0"
  9631. source = "registry+https://github.com/rust-lang/crates.io-index"
  9632. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  9633. [[package]]
  9634. name = "windows"
  9635. version = "0.34.0"
  9636. source = "registry+https://github.com/rust-lang/crates.io-index"
  9637. checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"
  9638. dependencies = [
  9639. "windows_aarch64_msvc 0.34.0",
  9640. "windows_i686_gnu 0.34.0",
  9641. "windows_i686_msvc 0.34.0",
  9642. "windows_x86_64_gnu 0.34.0",
  9643. "windows_x86_64_msvc 0.34.0",
  9644. ]
  9645. [[package]]
  9646. name = "windows"
  9647. version = "0.48.0"
  9648. source = "registry+https://github.com/rust-lang/crates.io-index"
  9649. checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
  9650. dependencies = [
  9651. "windows-implement",
  9652. "windows-interface",
  9653. "windows-targets 0.48.5",
  9654. ]
  9655. [[package]]
  9656. name = "windows"
  9657. version = "0.52.0"
  9658. source = "registry+https://github.com/rust-lang/crates.io-index"
  9659. checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
  9660. dependencies = [
  9661. "windows-core",
  9662. "windows-targets 0.52.5",
  9663. ]
  9664. [[package]]
  9665. name = "windows-core"
  9666. version = "0.52.0"
  9667. source = "registry+https://github.com/rust-lang/crates.io-index"
  9668. checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
  9669. dependencies = [
  9670. "windows-targets 0.52.5",
  9671. ]
  9672. [[package]]
  9673. name = "windows-implement"
  9674. version = "0.48.0"
  9675. source = "registry+https://github.com/rust-lang/crates.io-index"
  9676. checksum = "5e2ee588991b9e7e6c8338edf3333fbe4da35dc72092643958ebb43f0ab2c49c"
  9677. dependencies = [
  9678. "proc-macro2",
  9679. "quote",
  9680. "syn 1.0.109",
  9681. ]
  9682. [[package]]
  9683. name = "windows-interface"
  9684. version = "0.48.0"
  9685. source = "registry+https://github.com/rust-lang/crates.io-index"
  9686. checksum = "e6fb8df20c9bcaa8ad6ab513f7b40104840c8867d5751126e4df3b08388d0cc7"
  9687. dependencies = [
  9688. "proc-macro2",
  9689. "quote",
  9690. "syn 1.0.109",
  9691. ]
  9692. [[package]]
  9693. name = "windows-sys"
  9694. version = "0.42.0"
  9695. source = "registry+https://github.com/rust-lang/crates.io-index"
  9696. checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
  9697. dependencies = [
  9698. "windows_aarch64_gnullvm 0.42.2",
  9699. "windows_aarch64_msvc 0.42.2",
  9700. "windows_i686_gnu 0.42.2",
  9701. "windows_i686_msvc 0.42.2",
  9702. "windows_x86_64_gnu 0.42.2",
  9703. "windows_x86_64_gnullvm 0.42.2",
  9704. "windows_x86_64_msvc 0.42.2",
  9705. ]
  9706. [[package]]
  9707. name = "windows-sys"
  9708. version = "0.45.0"
  9709. source = "registry+https://github.com/rust-lang/crates.io-index"
  9710. checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
  9711. dependencies = [
  9712. "windows-targets 0.42.2",
  9713. ]
  9714. [[package]]
  9715. name = "windows-sys"
  9716. version = "0.48.0"
  9717. source = "registry+https://github.com/rust-lang/crates.io-index"
  9718. checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
  9719. dependencies = [
  9720. "windows-targets 0.48.5",
  9721. ]
  9722. [[package]]
  9723. name = "windows-sys"
  9724. version = "0.52.0"
  9725. source = "registry+https://github.com/rust-lang/crates.io-index"
  9726. checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
  9727. dependencies = [
  9728. "windows-targets 0.52.5",
  9729. ]
  9730. [[package]]
  9731. name = "windows-targets"
  9732. version = "0.42.2"
  9733. source = "registry+https://github.com/rust-lang/crates.io-index"
  9734. checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
  9735. dependencies = [
  9736. "windows_aarch64_gnullvm 0.42.2",
  9737. "windows_aarch64_msvc 0.42.2",
  9738. "windows_i686_gnu 0.42.2",
  9739. "windows_i686_msvc 0.42.2",
  9740. "windows_x86_64_gnu 0.42.2",
  9741. "windows_x86_64_gnullvm 0.42.2",
  9742. "windows_x86_64_msvc 0.42.2",
  9743. ]
  9744. [[package]]
  9745. name = "windows-targets"
  9746. version = "0.48.5"
  9747. source = "registry+https://github.com/rust-lang/crates.io-index"
  9748. checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
  9749. dependencies = [
  9750. "windows_aarch64_gnullvm 0.48.5",
  9751. "windows_aarch64_msvc 0.48.5",
  9752. "windows_i686_gnu 0.48.5",
  9753. "windows_i686_msvc 0.48.5",
  9754. "windows_x86_64_gnu 0.48.5",
  9755. "windows_x86_64_gnullvm 0.48.5",
  9756. "windows_x86_64_msvc 0.48.5",
  9757. ]
  9758. [[package]]
  9759. name = "windows-targets"
  9760. version = "0.52.5"
  9761. source = "registry+https://github.com/rust-lang/crates.io-index"
  9762. checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
  9763. dependencies = [
  9764. "windows_aarch64_gnullvm 0.52.5",
  9765. "windows_aarch64_msvc 0.52.5",
  9766. "windows_i686_gnu 0.52.5",
  9767. "windows_i686_gnullvm",
  9768. "windows_i686_msvc 0.52.5",
  9769. "windows_x86_64_gnu 0.52.5",
  9770. "windows_x86_64_gnullvm 0.52.5",
  9771. "windows_x86_64_msvc 0.52.5",
  9772. ]
  9773. [[package]]
  9774. name = "windows_aarch64_gnullvm"
  9775. version = "0.42.2"
  9776. source = "registry+https://github.com/rust-lang/crates.io-index"
  9777. checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
  9778. [[package]]
  9779. name = "windows_aarch64_gnullvm"
  9780. version = "0.48.5"
  9781. source = "registry+https://github.com/rust-lang/crates.io-index"
  9782. checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
  9783. [[package]]
  9784. name = "windows_aarch64_gnullvm"
  9785. version = "0.52.5"
  9786. source = "registry+https://github.com/rust-lang/crates.io-index"
  9787. checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
  9788. [[package]]
  9789. name = "windows_aarch64_msvc"
  9790. version = "0.34.0"
  9791. source = "registry+https://github.com/rust-lang/crates.io-index"
  9792. checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"
  9793. [[package]]
  9794. name = "windows_aarch64_msvc"
  9795. version = "0.42.2"
  9796. source = "registry+https://github.com/rust-lang/crates.io-index"
  9797. checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
  9798. [[package]]
  9799. name = "windows_aarch64_msvc"
  9800. version = "0.48.5"
  9801. source = "registry+https://github.com/rust-lang/crates.io-index"
  9802. checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
  9803. [[package]]
  9804. name = "windows_aarch64_msvc"
  9805. version = "0.52.5"
  9806. source = "registry+https://github.com/rust-lang/crates.io-index"
  9807. checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
  9808. [[package]]
  9809. name = "windows_i686_gnu"
  9810. version = "0.34.0"
  9811. source = "registry+https://github.com/rust-lang/crates.io-index"
  9812. checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"
  9813. [[package]]
  9814. name = "windows_i686_gnu"
  9815. version = "0.42.2"
  9816. source = "registry+https://github.com/rust-lang/crates.io-index"
  9817. checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
  9818. [[package]]
  9819. name = "windows_i686_gnu"
  9820. version = "0.48.5"
  9821. source = "registry+https://github.com/rust-lang/crates.io-index"
  9822. checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
  9823. [[package]]
  9824. name = "windows_i686_gnu"
  9825. version = "0.52.5"
  9826. source = "registry+https://github.com/rust-lang/crates.io-index"
  9827. checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
  9828. [[package]]
  9829. name = "windows_i686_gnullvm"
  9830. version = "0.52.5"
  9831. source = "registry+https://github.com/rust-lang/crates.io-index"
  9832. checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
  9833. [[package]]
  9834. name = "windows_i686_msvc"
  9835. version = "0.34.0"
  9836. source = "registry+https://github.com/rust-lang/crates.io-index"
  9837. checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"
  9838. [[package]]
  9839. name = "windows_i686_msvc"
  9840. version = "0.42.2"
  9841. source = "registry+https://github.com/rust-lang/crates.io-index"
  9842. checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
  9843. [[package]]
  9844. name = "windows_i686_msvc"
  9845. version = "0.48.5"
  9846. source = "registry+https://github.com/rust-lang/crates.io-index"
  9847. checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
  9848. [[package]]
  9849. name = "windows_i686_msvc"
  9850. version = "0.52.5"
  9851. source = "registry+https://github.com/rust-lang/crates.io-index"
  9852. checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
  9853. [[package]]
  9854. name = "windows_x86_64_gnu"
  9855. version = "0.34.0"
  9856. source = "registry+https://github.com/rust-lang/crates.io-index"
  9857. checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"
  9858. [[package]]
  9859. name = "windows_x86_64_gnu"
  9860. version = "0.42.2"
  9861. source = "registry+https://github.com/rust-lang/crates.io-index"
  9862. checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
  9863. [[package]]
  9864. name = "windows_x86_64_gnu"
  9865. version = "0.48.5"
  9866. source = "registry+https://github.com/rust-lang/crates.io-index"
  9867. checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
  9868. [[package]]
  9869. name = "windows_x86_64_gnu"
  9870. version = "0.52.5"
  9871. source = "registry+https://github.com/rust-lang/crates.io-index"
  9872. checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
  9873. [[package]]
  9874. name = "windows_x86_64_gnullvm"
  9875. version = "0.42.2"
  9876. source = "registry+https://github.com/rust-lang/crates.io-index"
  9877. checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
  9878. [[package]]
  9879. name = "windows_x86_64_gnullvm"
  9880. version = "0.48.5"
  9881. source = "registry+https://github.com/rust-lang/crates.io-index"
  9882. checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
  9883. [[package]]
  9884. name = "windows_x86_64_gnullvm"
  9885. version = "0.52.5"
  9886. source = "registry+https://github.com/rust-lang/crates.io-index"
  9887. checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
  9888. [[package]]
  9889. name = "windows_x86_64_msvc"
  9890. version = "0.34.0"
  9891. source = "registry+https://github.com/rust-lang/crates.io-index"
  9892. checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"
  9893. [[package]]
  9894. name = "windows_x86_64_msvc"
  9895. version = "0.42.2"
  9896. source = "registry+https://github.com/rust-lang/crates.io-index"
  9897. checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
  9898. [[package]]
  9899. name = "windows_x86_64_msvc"
  9900. version = "0.48.5"
  9901. source = "registry+https://github.com/rust-lang/crates.io-index"
  9902. checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
  9903. [[package]]
  9904. name = "windows_x86_64_msvc"
  9905. version = "0.52.5"
  9906. source = "registry+https://github.com/rust-lang/crates.io-index"
  9907. checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
  9908. [[package]]
  9909. name = "winit"
  9910. version = "0.29.15"
  9911. source = "registry+https://github.com/rust-lang/crates.io-index"
  9912. checksum = "0d59ad965a635657faf09c8f062badd885748428933dad8e8bdd64064d92e5ca"
  9913. dependencies = [
  9914. "ahash",
  9915. "android-activity",
  9916. "atomic-waker",
  9917. "bitflags 2.6.0",
  9918. "bytemuck",
  9919. "calloop",
  9920. "cfg_aliases 0.1.1",
  9921. "core-foundation",
  9922. "core-graphics",
  9923. "cursor-icon",
  9924. "icrate",
  9925. "js-sys",
  9926. "libc",
  9927. "log",
  9928. "memmap2",
  9929. "ndk",
  9930. "ndk-sys",
  9931. "objc2 0.4.1",
  9932. "once_cell",
  9933. "orbclient",
  9934. "percent-encoding",
  9935. "raw-window-handle 0.6.2",
  9936. "redox_syscall 0.3.5",
  9937. "rustix 0.38.34",
  9938. "smithay-client-toolkit",
  9939. "smol_str",
  9940. "unicode-segmentation",
  9941. "wasm-bindgen",
  9942. "wasm-bindgen-futures",
  9943. "wayland-backend",
  9944. "wayland-client",
  9945. "wayland-protocols",
  9946. "wayland-protocols-plasma",
  9947. "web-sys",
  9948. "web-time",
  9949. "windows-sys 0.48.0",
  9950. "x11-dl",
  9951. "x11rb",
  9952. "xkbcommon-dl",
  9953. ]
  9954. [[package]]
  9955. name = "winnow"
  9956. version = "0.5.40"
  9957. source = "registry+https://github.com/rust-lang/crates.io-index"
  9958. checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
  9959. dependencies = [
  9960. "memchr",
  9961. ]
  9962. [[package]]
  9963. name = "winreg"
  9964. version = "0.52.0"
  9965. source = "registry+https://github.com/rust-lang/crates.io-index"
  9966. checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
  9967. dependencies = [
  9968. "cfg-if 1.0.0",
  9969. "windows-sys 0.48.0",
  9970. ]
  9971. [[package]]
  9972. name = "with_builtin_macros"
  9973. version = "0.0.3"
  9974. source = "registry+https://github.com/rust-lang/crates.io-index"
  9975. checksum = "a59d55032495429b87f9d69954c6c8602e4d3f3e0a747a12dea6b0b23de685da"
  9976. dependencies = [
  9977. "with_builtin_macros-proc_macros",
  9978. ]
  9979. [[package]]
  9980. name = "with_builtin_macros-proc_macros"
  9981. version = "0.0.3"
  9982. source = "registry+https://github.com/rust-lang/crates.io-index"
  9983. checksum = "15bd7679c15e22924f53aee34d4e448c45b674feb6129689af88593e129f8f42"
  9984. dependencies = [
  9985. "proc-macro2",
  9986. "quote",
  9987. "syn 1.0.109",
  9988. ]
  9989. [[package]]
  9990. name = "wrapcenum-derive"
  9991. version = "0.4.1"
  9992. source = "registry+https://github.com/rust-lang/crates.io-index"
  9993. checksum = "a76ff259533532054cfbaefb115c613203c73707017459206380f03b3b3f266e"
  9994. dependencies = [
  9995. "darling",
  9996. "proc-macro2",
  9997. "quote",
  9998. "syn 2.0.68",
  9999. ]
  10000. [[package]]
  10001. name = "ws2_32-sys"
  10002. version = "0.2.1"
  10003. source = "registry+https://github.com/rust-lang/crates.io-index"
  10004. checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
  10005. dependencies = [
  10006. "winapi 0.2.8",
  10007. "winapi-build",
  10008. ]
  10009. [[package]]
  10010. name = "wyz"
  10011. version = "0.5.1"
  10012. source = "registry+https://github.com/rust-lang/crates.io-index"
  10013. checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
  10014. dependencies = [
  10015. "tap",
  10016. ]
  10017. [[package]]
  10018. name = "x11-dl"
  10019. version = "2.21.0"
  10020. source = "registry+https://github.com/rust-lang/crates.io-index"
  10021. checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
  10022. dependencies = [
  10023. "libc",
  10024. "once_cell",
  10025. "pkg-config",
  10026. ]
  10027. [[package]]
  10028. name = "x11rb"
  10029. version = "0.13.1"
  10030. source = "registry+https://github.com/rust-lang/crates.io-index"
  10031. checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
  10032. dependencies = [
  10033. "as-raw-xcb-connection",
  10034. "gethostname",
  10035. "libc",
  10036. "libloading 0.8.4",
  10037. "once_cell",
  10038. "rustix 0.38.34",
  10039. "x11rb-protocol",
  10040. ]
  10041. [[package]]
  10042. name = "x11rb-protocol"
  10043. version = "0.13.1"
  10044. source = "registry+https://github.com/rust-lang/crates.io-index"
  10045. checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
  10046. [[package]]
  10047. name = "xcursor"
  10048. version = "0.3.5"
  10049. source = "registry+https://github.com/rust-lang/crates.io-index"
  10050. checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911"
  10051. [[package]]
  10052. name = "xdg-home"
  10053. version = "1.2.0"
  10054. source = "registry+https://github.com/rust-lang/crates.io-index"
  10055. checksum = "ca91dcf8f93db085f3a0a29358cd0b9d670915468f4290e8b85d118a34211ab8"
  10056. dependencies = [
  10057. "libc",
  10058. "windows-sys 0.52.0",
  10059. ]
  10060. [[package]]
  10061. name = "xkbcommon-dl"
  10062. version = "0.4.2"
  10063. source = "registry+https://github.com/rust-lang/crates.io-index"
  10064. checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
  10065. dependencies = [
  10066. "bitflags 2.6.0",
  10067. "dlib",
  10068. "log",
  10069. "once_cell",
  10070. "xkeysym",
  10071. ]
  10072. [[package]]
  10073. name = "xkeysym"
  10074. version = "0.2.1"
  10075. source = "registry+https://github.com/rust-lang/crates.io-index"
  10076. checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
  10077. [[package]]
  10078. name = "xml-rs"
  10079. version = "0.8.20"
  10080. source = "registry+https://github.com/rust-lang/crates.io-index"
  10081. checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193"
  10082. [[package]]
  10083. name = "xshell"
  10084. version = "0.2.6"
  10085. source = "registry+https://github.com/rust-lang/crates.io-index"
  10086. checksum = "6db0ab86eae739efd1b054a8d3d16041914030ac4e01cd1dca0cf252fd8b6437"
  10087. dependencies = [
  10088. "xshell-macros",
  10089. ]
  10090. [[package]]
  10091. name = "xshell-macros"
  10092. version = "0.2.6"
  10093. source = "registry+https://github.com/rust-lang/crates.io-index"
  10094. checksum = "9d422e8e38ec76e2f06ee439ccc765e9c6a9638b9e7c9f2e8255e4d41e8bd852"
  10095. [[package]]
  10096. name = "yaml-rust"
  10097. version = "0.4.5"
  10098. source = "registry+https://github.com/rust-lang/crates.io-index"
  10099. checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
  10100. dependencies = [
  10101. "linked-hash-map",
  10102. ]
  10103. [[package]]
  10104. name = "zbus"
  10105. version = "3.15.2"
  10106. source = "registry+https://github.com/rust-lang/crates.io-index"
  10107. checksum = "675d170b632a6ad49804c8cf2105d7c31eddd3312555cffd4b740e08e97c25e6"
  10108. dependencies = [
  10109. "async-broadcast",
  10110. "async-executor",
  10111. "async-fs 1.6.0",
  10112. "async-io 1.13.0",
  10113. "async-lock 2.8.0",
  10114. "async-process",
  10115. "async-recursion",
  10116. "async-task",
  10117. "async-trait",
  10118. "blocking",
  10119. "byteorder",
  10120. "derivative",
  10121. "enumflags2",
  10122. "event-listener 2.5.3",
  10123. "futures-core",
  10124. "futures-sink",
  10125. "futures-util",
  10126. "hex",
  10127. "nix 0.26.4",
  10128. "once_cell",
  10129. "ordered-stream",
  10130. "rand",
  10131. "serde",
  10132. "serde_repr",
  10133. "sha1",
  10134. "static_assertions",
  10135. "tracing",
  10136. "uds_windows",
  10137. "winapi 0.3.9",
  10138. "xdg-home",
  10139. "zbus_macros",
  10140. "zbus_names",
  10141. "zvariant",
  10142. ]
  10143. [[package]]
  10144. name = "zbus_macros"
  10145. version = "3.15.2"
  10146. source = "registry+https://github.com/rust-lang/crates.io-index"
  10147. checksum = "7131497b0f887e8061b430c530240063d33bf9455fa34438f388a245da69e0a5"
  10148. dependencies = [
  10149. "proc-macro-crate 1.3.1",
  10150. "proc-macro2",
  10151. "quote",
  10152. "regex",
  10153. "syn 1.0.109",
  10154. "zvariant_utils",
  10155. ]
  10156. [[package]]
  10157. name = "zbus_names"
  10158. version = "2.6.1"
  10159. source = "registry+https://github.com/rust-lang/crates.io-index"
  10160. checksum = "437d738d3750bed6ca9b8d423ccc7a8eb284f6b1d6d4e225a0e4e6258d864c8d"
  10161. dependencies = [
  10162. "serde",
  10163. "static_assertions",
  10164. "zvariant",
  10165. ]
  10166. [[package]]
  10167. name = "zenoh"
  10168. version = "0.7.0-rc"
  10169. source = "registry+https://github.com/rust-lang/crates.io-index"
  10170. checksum = "44140d6ebcf2e52ee48acad0e9d960c2b1e868eec021da2538e58373d615fc18"
  10171. dependencies = [
  10172. "async-global-executor",
  10173. "async-std",
  10174. "async-trait",
  10175. "base64 0.13.1",
  10176. "env_logger 0.10.2",
  10177. "event-listener 2.5.3",
  10178. "flume 0.10.14",
  10179. "form_urlencoded",
  10180. "futures",
  10181. "git-version",
  10182. "hex",
  10183. "lazy_static",
  10184. "log",
  10185. "ordered-float 3.9.2",
  10186. "petgraph",
  10187. "rand",
  10188. "regex",
  10189. "rustc_version",
  10190. "serde",
  10191. "serde_json",
  10192. "socket2 0.4.10",
  10193. "stop-token",
  10194. "uhlc",
  10195. "uuid",
  10196. "vec_map",
  10197. "zenoh-buffers",
  10198. "zenoh-cfg-properties",
  10199. "zenoh-collections",
  10200. "zenoh-config",
  10201. "zenoh-core",
  10202. "zenoh-crypto",
  10203. "zenoh-link",
  10204. "zenoh-plugin-trait",
  10205. "zenoh-protocol",
  10206. "zenoh-protocol-core",
  10207. "zenoh-sync",
  10208. "zenoh-transport",
  10209. "zenoh-util",
  10210. ]
  10211. [[package]]
  10212. name = "zenoh-buffers"
  10213. version = "0.7.0-rc"
  10214. source = "registry+https://github.com/rust-lang/crates.io-index"
  10215. checksum = "244d54f1228d3c53fc69483faafcfcc1b4d670b60cffce17696fc49fbc7a6608"
  10216. dependencies = [
  10217. "async-std",
  10218. "hex",
  10219. "zenoh-collections",
  10220. "zenoh-core",
  10221. ]
  10222. [[package]]
  10223. name = "zenoh-cfg-properties"
  10224. version = "0.7.0-rc"
  10225. source = "registry+https://github.com/rust-lang/crates.io-index"
  10226. checksum = "a963395194bf1b64f67d89333e8089f01568ec7ac28c305847f505452a98006e"
  10227. dependencies = [
  10228. "zenoh-core",
  10229. "zenoh-macros",
  10230. ]
  10231. [[package]]
  10232. name = "zenoh-collections"
  10233. version = "0.7.0-rc"
  10234. source = "registry+https://github.com/rust-lang/crates.io-index"
  10235. checksum = "1e256d7aff2c9af765d77efbfae7fcb708d2d7f4e179aa201bff2f81ad7a3845"
  10236. dependencies = [
  10237. "async-std",
  10238. "async-trait",
  10239. "flume 0.10.14",
  10240. "log",
  10241. "zenoh-core",
  10242. "zenoh-sync",
  10243. ]
  10244. [[package]]
  10245. name = "zenoh-config"
  10246. version = "0.7.0-rc"
  10247. source = "registry+https://github.com/rust-lang/crates.io-index"
  10248. checksum = "bad1ff61abf28c57e8879ec4286fa29becf7e9bf12555df9a7faddff3bc9ea1b"
  10249. dependencies = [
  10250. "flume 0.10.14",
  10251. "json5",
  10252. "num_cpus",
  10253. "serde",
  10254. "serde_json",
  10255. "serde_yaml 0.9.34+deprecated",
  10256. "validated_struct",
  10257. "zenoh-cfg-properties",
  10258. "zenoh-core",
  10259. "zenoh-protocol-core",
  10260. "zenoh-util",
  10261. ]
  10262. [[package]]
  10263. name = "zenoh-core"
  10264. version = "0.7.0-rc"
  10265. source = "registry+https://github.com/rust-lang/crates.io-index"
  10266. checksum = "1b0f55158f3f83555db74d4cf5ebc34f90df5d2992cc0de67eba69b99628605e"
  10267. dependencies = [
  10268. "anyhow",
  10269. "async-std",
  10270. "lazy_static",
  10271. "zenoh-macros",
  10272. ]
  10273. [[package]]
  10274. name = "zenoh-crypto"
  10275. version = "0.7.0-rc"
  10276. source = "registry+https://github.com/rust-lang/crates.io-index"
  10277. checksum = "653ba15479a0e3f1a94d7f079babc52f742f3a2bd995c59bc250cfc9a789dbbc"
  10278. dependencies = [
  10279. "aes",
  10280. "hmac",
  10281. "rand",
  10282. "rand_chacha",
  10283. "sha3",
  10284. "zenoh-core",
  10285. ]
  10286. [[package]]
  10287. name = "zenoh-link"
  10288. version = "0.7.0-rc"
  10289. source = "registry+https://github.com/rust-lang/crates.io-index"
  10290. checksum = "0e58770c73cf0b5ec8fbe104d609eec83f9bc3463ea23a583c8b465de77f7d27"
  10291. dependencies = [
  10292. "async-std",
  10293. "async-trait",
  10294. "zenoh-cfg-properties",
  10295. "zenoh-config",
  10296. "zenoh-core",
  10297. "zenoh-link-commons",
  10298. "zenoh-link-quic",
  10299. "zenoh-link-tcp",
  10300. "zenoh-link-tls",
  10301. "zenoh-link-udp",
  10302. "zenoh-link-unixsock_stream",
  10303. "zenoh-protocol-core",
  10304. ]
  10305. [[package]]
  10306. name = "zenoh-link-commons"
  10307. version = "0.7.0-rc"
  10308. source = "registry+https://github.com/rust-lang/crates.io-index"
  10309. checksum = "21aab9eeb2aba53e37aae57467ffca1268d209811c5e2f39761aab4c1343bce3"
  10310. dependencies = [
  10311. "async-std",
  10312. "async-trait",
  10313. "flume 0.10.14",
  10314. "serde",
  10315. "zenoh-buffers",
  10316. "zenoh-cfg-properties",
  10317. "zenoh-core",
  10318. "zenoh-protocol",
  10319. "zenoh-protocol-core",
  10320. ]
  10321. [[package]]
  10322. name = "zenoh-link-quic"
  10323. version = "0.7.0-rc"
  10324. source = "registry+https://github.com/rust-lang/crates.io-index"
  10325. checksum = "a9f1354094eb4d5e4b864b5aa385efce46f94a43f6ba57dd9ea9a017e6e74176"
  10326. dependencies = [
  10327. "async-std",
  10328. "async-trait",
  10329. "futures",
  10330. "log",
  10331. "quinn 0.9.4",
  10332. "rustls 0.20.9",
  10333. "rustls-native-certs",
  10334. "rustls-pemfile 1.0.4",
  10335. "webpki",
  10336. "zenoh-cfg-properties",
  10337. "zenoh-config",
  10338. "zenoh-core",
  10339. "zenoh-link-commons",
  10340. "zenoh-protocol-core",
  10341. "zenoh-sync",
  10342. "zenoh-util",
  10343. ]
  10344. [[package]]
  10345. name = "zenoh-link-tcp"
  10346. version = "0.7.0-rc"
  10347. source = "registry+https://github.com/rust-lang/crates.io-index"
  10348. checksum = "55ffc29707a50680dba124dd4d8bc3bc19feb158db8312433bfc3078f7b8f1ef"
  10349. dependencies = [
  10350. "async-std",
  10351. "async-trait",
  10352. "log",
  10353. "zenoh-core",
  10354. "zenoh-link-commons",
  10355. "zenoh-protocol-core",
  10356. "zenoh-sync",
  10357. "zenoh-util",
  10358. ]
  10359. [[package]]
  10360. name = "zenoh-link-tls"
  10361. version = "0.7.0-rc"
  10362. source = "registry+https://github.com/rust-lang/crates.io-index"
  10363. checksum = "2a5630b3a218c7179191dab78ebc45da1837793951bddb8fda4f5900b47da552"
  10364. dependencies = [
  10365. "async-rustls",
  10366. "async-std",
  10367. "async-trait",
  10368. "futures",
  10369. "log",
  10370. "rustls-pemfile 1.0.4",
  10371. "webpki",
  10372. "webpki-roots 0.22.6",
  10373. "zenoh-cfg-properties",
  10374. "zenoh-config",
  10375. "zenoh-core",
  10376. "zenoh-link-commons",
  10377. "zenoh-protocol-core",
  10378. "zenoh-sync",
  10379. "zenoh-util",
  10380. ]
  10381. [[package]]
  10382. name = "zenoh-link-udp"
  10383. version = "0.7.0-rc"
  10384. source = "registry+https://github.com/rust-lang/crates.io-index"
  10385. checksum = "176494947bd3a6aa10baa469afa4572635822683830808cd71d5554ce15dfebb"
  10386. dependencies = [
  10387. "async-std",
  10388. "async-trait",
  10389. "log",
  10390. "socket2 0.4.10",
  10391. "zenoh-collections",
  10392. "zenoh-core",
  10393. "zenoh-link-commons",
  10394. "zenoh-protocol-core",
  10395. "zenoh-sync",
  10396. "zenoh-util",
  10397. ]
  10398. [[package]]
  10399. name = "zenoh-link-unixsock_stream"
  10400. version = "0.7.0-rc"
  10401. source = "registry+https://github.com/rust-lang/crates.io-index"
  10402. checksum = "1d9974305820f92478490ba8b8f119eb5b7d7b4998a7125d1510f6e69f3f81d1"
  10403. dependencies = [
  10404. "async-std",
  10405. "async-trait",
  10406. "futures",
  10407. "log",
  10408. "nix 0.26.4",
  10409. "uuid",
  10410. "zenoh-core",
  10411. "zenoh-link-commons",
  10412. "zenoh-protocol-core",
  10413. "zenoh-sync",
  10414. ]
  10415. [[package]]
  10416. name = "zenoh-macros"
  10417. version = "0.7.0-rc"
  10418. source = "registry+https://github.com/rust-lang/crates.io-index"
  10419. checksum = "3a9ac20b120990778cca204ee46c43a37ed4ffbc331e95702615490f9c169de8"
  10420. dependencies = [
  10421. "proc-macro2",
  10422. "quote",
  10423. "rustc_version",
  10424. "syn 1.0.109",
  10425. "unzip-n",
  10426. ]
  10427. [[package]]
  10428. name = "zenoh-plugin-trait"
  10429. version = "0.7.0-rc"
  10430. source = "registry+https://github.com/rust-lang/crates.io-index"
  10431. checksum = "b3b8bfb8e2625e1150dab46b7a4433f866aa06af763237d564b1aa8f6aaf0b29"
  10432. dependencies = [
  10433. "libloading 0.7.4",
  10434. "log",
  10435. "serde_json",
  10436. "zenoh-core",
  10437. "zenoh-macros",
  10438. "zenoh-util",
  10439. ]
  10440. [[package]]
  10441. name = "zenoh-protocol"
  10442. version = "0.7.0-rc"
  10443. source = "registry+https://github.com/rust-lang/crates.io-index"
  10444. checksum = "174a00456e29d941a4230148fd184953e95883bde47a4cfc1a508e0aaec89a89"
  10445. dependencies = [
  10446. "log",
  10447. "uhlc",
  10448. "zenoh-buffers",
  10449. "zenoh-core",
  10450. "zenoh-protocol-core",
  10451. ]
  10452. [[package]]
  10453. name = "zenoh-protocol-core"
  10454. version = "0.7.0-rc"
  10455. source = "registry+https://github.com/rust-lang/crates.io-index"
  10456. checksum = "cdf3eaea2095d2c13fefdae25aca813b3644fc15e1441e16a4398b5113033753"
  10457. dependencies = [
  10458. "hex",
  10459. "itertools 0.10.5",
  10460. "lazy_static",
  10461. "rand",
  10462. "serde",
  10463. "uhlc",
  10464. "uuid",
  10465. "zenoh-core",
  10466. ]
  10467. [[package]]
  10468. name = "zenoh-sync"
  10469. version = "0.7.0-rc"
  10470. source = "registry+https://github.com/rust-lang/crates.io-index"
  10471. checksum = "821070b62a55d4c8a22e1e06c939c1f2d94767e660df9fcbea377781f72f59bf"
  10472. dependencies = [
  10473. "async-std",
  10474. "event-listener 2.5.3",
  10475. "flume 0.10.14",
  10476. "futures",
  10477. "tokio",
  10478. "zenoh-core",
  10479. ]
  10480. [[package]]
  10481. name = "zenoh-transport"
  10482. version = "0.7.0-rc"
  10483. source = "registry+https://github.com/rust-lang/crates.io-index"
  10484. checksum = "ce4387cfc02cb86383de8e65ab1eb204e3908c5f1db9e6b4defd8ad530c9ddea"
  10485. dependencies = [
  10486. "async-executor",
  10487. "async-global-executor",
  10488. "async-std",
  10489. "async-trait",
  10490. "flume 0.10.14",
  10491. "log",
  10492. "paste",
  10493. "rand",
  10494. "ringbuffer-spsc",
  10495. "rsa",
  10496. "serde",
  10497. "zenoh-buffers",
  10498. "zenoh-cfg-properties",
  10499. "zenoh-collections",
  10500. "zenoh-config",
  10501. "zenoh-core",
  10502. "zenoh-crypto",
  10503. "zenoh-link",
  10504. "zenoh-protocol",
  10505. "zenoh-protocol-core",
  10506. "zenoh-sync",
  10507. ]
  10508. [[package]]
  10509. name = "zenoh-util"
  10510. version = "0.7.0-rc"
  10511. source = "registry+https://github.com/rust-lang/crates.io-index"
  10512. checksum = "54646455dad3940535e97cce03f1b604265177349133903d989bc72e00011404"
  10513. dependencies = [
  10514. "async-std",
  10515. "clap 3.2.25",
  10516. "futures",
  10517. "hex",
  10518. "home",
  10519. "humantime",
  10520. "lazy_static",
  10521. "libc",
  10522. "libloading 0.7.4",
  10523. "log",
  10524. "pnet",
  10525. "pnet_datalink",
  10526. "shellexpand 3.1.0",
  10527. "winapi 0.3.9",
  10528. "zenoh-cfg-properties",
  10529. "zenoh-collections",
  10530. "zenoh-core",
  10531. "zenoh-crypto",
  10532. "zenoh-sync",
  10533. ]
  10534. [[package]]
  10535. name = "zerocopy"
  10536. version = "0.7.34"
  10537. source = "registry+https://github.com/rust-lang/crates.io-index"
  10538. checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
  10539. dependencies = [
  10540. "zerocopy-derive",
  10541. ]
  10542. [[package]]
  10543. name = "zerocopy-derive"
  10544. version = "0.7.34"
  10545. source = "registry+https://github.com/rust-lang/crates.io-index"
  10546. checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
  10547. dependencies = [
  10548. "proc-macro2",
  10549. "quote",
  10550. "syn 2.0.68",
  10551. ]
  10552. [[package]]
  10553. name = "zeroize"
  10554. version = "1.8.1"
  10555. source = "registry+https://github.com/rust-lang/crates.io-index"
  10556. checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
  10557. [[package]]
  10558. name = "zstd"
  10559. version = "0.13.0"
  10560. source = "registry+https://github.com/rust-lang/crates.io-index"
  10561. checksum = "bffb3309596d527cfcba7dfc6ed6052f1d39dfbd7c867aa2e865e4a449c10110"
  10562. dependencies = [
  10563. "zstd-safe",
  10564. ]
  10565. [[package]]
  10566. name = "zstd-safe"
  10567. version = "7.0.0"
  10568. source = "registry+https://github.com/rust-lang/crates.io-index"
  10569. checksum = "43747c7422e2924c11144d5229878b98180ef8b06cca4ab5af37afc8a8d8ea3e"
  10570. dependencies = [
  10571. "zstd-sys",
  10572. ]
  10573. [[package]]
  10574. name = "zstd-sys"
  10575. version = "2.0.9+zstd.1.5.5"
  10576. source = "registry+https://github.com/rust-lang/crates.io-index"
  10577. checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656"
  10578. dependencies = [
  10579. "cc",
  10580. "pkg-config",
  10581. ]
  10582. [[package]]
  10583. name = "zune-core"
  10584. version = "0.4.12"
  10585. source = "registry+https://github.com/rust-lang/crates.io-index"
  10586. checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
  10587. [[package]]
  10588. name = "zune-jpeg"
  10589. version = "0.4.11"
  10590. source = "registry+https://github.com/rust-lang/crates.io-index"
  10591. checksum = "ec866b44a2a1fd6133d363f073ca1b179f438f99e7e5bfb1e33f7181facfe448"
  10592. dependencies = [
  10593. "zune-core",
  10594. ]
  10595. [[package]]
  10596. name = "zvariant"
  10597. version = "3.15.2"
  10598. source = "registry+https://github.com/rust-lang/crates.io-index"
  10599. checksum = "4eef2be88ba09b358d3b58aca6e41cd853631d44787f319a1383ca83424fb2db"
  10600. dependencies = [
  10601. "byteorder",
  10602. "enumflags2",
  10603. "libc",
  10604. "serde",
  10605. "static_assertions",
  10606. "url",
  10607. "zvariant_derive",
  10608. ]
  10609. [[package]]
  10610. name = "zvariant_derive"
  10611. version = "3.15.2"
  10612. source = "registry+https://github.com/rust-lang/crates.io-index"
  10613. checksum = "37c24dc0bed72f5f90d1f8bb5b07228cbf63b3c6e9f82d82559d4bae666e7ed9"
  10614. dependencies = [
  10615. "proc-macro-crate 1.3.1",
  10616. "proc-macro2",
  10617. "quote",
  10618. "syn 1.0.109",
  10619. "zvariant_utils",
  10620. ]
  10621. [[package]]
  10622. name = "zvariant_utils"
  10623. version = "1.0.1"
  10624. source = "registry+https://github.com/rust-lang/crates.io-index"
  10625. checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200"
  10626. dependencies = [
  10627. "proc-macro2",
  10628. "quote",
  10629. "syn 1.0.109",
  10630. ]